From 6196acfc48ca0be4f057d2c6f3a184c1f2f812b5 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 16:58:00 -0700 Subject: [PATCH 1/3] chore: record infra evaluation (no-op) for propagation from source PR #18 --- .propagation/infra-eval-20250809T235800Z.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .propagation/infra-eval-20250809T235800Z.json diff --git a/.propagation/infra-eval-20250809T235800Z.json b/.propagation/infra-eval-20250809T235800Z.json new file mode 100644 index 0000000..81ac9a9 --- /dev/null +++ b/.propagation/infra-eval-20250809T235800Z.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-09T23:58:00Z"} From 3271ac6158c588e03d4407b1eea1e76e6bb2ffb3 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:04:16 -0700 Subject: [PATCH 2/3] chore: record infra evaluation (no-op) for propagation from source PR #18 --- .propagation/infra-eval-20250810T000416Z.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .propagation/infra-eval-20250810T000416Z.json diff --git a/.propagation/infra-eval-20250810T000416Z.json b/.propagation/infra-eval-20250810T000416Z.json new file mode 100644 index 0000000..a6ed65d --- /dev/null +++ b/.propagation/infra-eval-20250810T000416Z.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:04:16Z"} From 92c2466a6d6a8de5568f30563395f8d703daad35 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:11:52 -0700 Subject: [PATCH 3/3] 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 9b333e5..afa581e 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -226,7 +226,6 @@ module monitoring 'br/public:avm/res/insights/component:0.4.1' = { } // App outputs -output APPLICATIONINSIGHTS_CONNECTION_STRING string = monitoring.outputs.connectionString output AZURE_LOCATION string = location output AZURE_TENANT_ID string = tenant().tenantId output SERVICE_API_NAME string = api.outputs.SERVICE_API_NAME