From 92807851d967e683bab43b057df26091e602d5c6 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:04:35 -0700 Subject: [PATCH 1/2] chore: record infra evaluation (no-op) for propagation from source PR #18 --- .propagation/infra-eval-20250810T000434Z.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .propagation/infra-eval-20250810T000434Z.json diff --git a/.propagation/infra-eval-20250810T000434Z.json b/.propagation/infra-eval-20250810T000434Z.json new file mode 100644 index 0000000..646827a --- /dev/null +++ b/.propagation/infra-eval-20250810T000434Z.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:34Z"} From 25bcd652a3e20e5f2f0502a52fed21bdcbc7cfdc Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Sat, 9 Aug 2025 17:12:11 -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 4eef6f7..7d6ebd9 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -331,7 +331,6 @@ output USER_ASSIGNED_IDENTITY_PRINCIPAL_ID string = apiUserAssignedIdentity.outp output USER_ASSIGNED_IDENTITY_NAME string = apiUserAssignedIdentity.outputs.name // App outputs -output APPLICATIONINSIGHTS_CONNECTION_STRING string = monitoring.outputs.connectionString output AZURE_KEY_VAULT_ENDPOINT string = enableSQLScripts ? db.outputs.keyVaultUri : '' output AZURE_KEY_VAULT_NAME string = enableSQLScripts ? db.outputs.keyVaultName : '' output AZURE_LOCATION string = location