Skip to content

Commit

Permalink
pr-fix: missed passing app id secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Jul 25, 2024
1 parent abf26ef commit 8fdc68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/deploy-test-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fdc68d

Please sign in to comment.