From 6cd4227730c4881cedba5eaf892ea4d03dd99e1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 08:05:02 +0000 Subject: [PATCH 1/2] Initial plan From 29b7c3a61f647effa5b35c4c04c8bdb5a572360d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 08:12:22 +0000 Subject: [PATCH 2/2] Add missing existingFoundryProjectResourceId parameter to main.parameters.waf.json Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> --- infra/main.parameters.waf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/main.parameters.waf.json b/infra/main.parameters.waf.json index 36b8e1ce..fbd4254b 100644 --- a/infra/main.parameters.waf.json +++ b/infra/main.parameters.waf.json @@ -29,6 +29,9 @@ "existingLogAnalyticsWorkspaceId": { "value": "${AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID}" }, + "existingFoundryProjectResourceId": { + "value": "${AZURE_ENV_FOUNDRY_PROJECT_ID}" + }, "enablePrivateNetworking": { "value": "true" }