From 4da7486b93d9c94a3b03a44e2938ab17f0a9aede Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:05:04 -0700 Subject: [PATCH 1/2] chore: record infra evaluation (no-op) for propagation from source PR #18 --- .propagation/infra-eval-20250810T000504Z.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .propagation/infra-eval-20250810T000504Z.json diff --git a/.propagation/infra-eval-20250810T000504Z.json b/.propagation/infra-eval-20250810T000504Z.json new file mode 100644 index 0000000..d834776 --- /dev/null +++ b/.propagation/infra-eval-20250810T000504Z.json @@ -0,0 +1 @@ +{"sourcePr":"https://github.com/Azure-Samples/functions-quickstart-dotnet-azd/pull/18","evaluation":"no-op","checked":["infra/main.bicep"],"reason":"output absent","timestamp":"2025-08-10T00:05:04Z"} From 5cd65f7eb7d01e0f990b43c6ad8cdd379e1e3b00 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:12:40 -0700 Subject: [PATCH 2/2] chore: remove deprecated App Insights output (propagation from source PR #18) --- infra/main.bicep | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index c073a39..8d07882 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -192,7 +192,6 @@ module appInsightsRoleAssignmentApi './core/monitor/appinsights-access.bicep' = } // App outputs -output APPLICATIONINSIGHTS_CONNECTION_STRING string = monitoring.outputs.applicationInsightsConnectionString output AZURE_LOCATION string = location output AZURE_TENANT_ID string = tenant().tenantId output SERVICE_PROCESSOR_NAME string = processor.outputs.SERVICE_PROCESSOR_NAME