From 8fdc68da78d757294c63ddc42be947e8ef3935f8 Mon Sep 17 00:00:00 2001 From: stijnmoreels <9039753+stijnmoreels@users.noreply.github.com> Date: Thu, 25 Jul 2024 07:44:19 +0200 Subject: [PATCH] pr-fix: missed passing app id secret name --- build/deploy-test-resources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/deploy-test-resources.yml b/build/deploy-test-resources.yml index 68d289f1..43642e29 100644 --- a/build/deploy-test-resources.yml +++ b/build/deploy-test-resources.yml @@ -45,6 +45,7 @@ stages: --parameters resourceGroupName=${{ parameters.resourceGroupName }} ` --parameters appInsightsName=${{ variables['ApplicationInsights.Name'] }} ` --parameters instrumentationKey_secretName=${{ variables['ApplicationInsights.InstrumentationKey.SecretName'] }} ` + --parameters applicationId_secretName=${{ variables['ApplicationInsights.ApplicationId.SecretName'] }} ` --parameters keyVaultName=${{ variables['KeyVault.Name'] }} ` --parameters servicePrincipal_objectId=$objectId ` | ConvertFrom-Json