diff --git a/build/deploy-test-resources.yml b/build/deploy-test-resources.yml index 5d4376eb..68d289f1 100644 --- a/build/deploy-test-resources.yml +++ b/build/deploy-test-resources.yml @@ -71,4 +71,4 @@ stages: az keyvault secret set ` --vault-name ${{ variables['KeyVault.Name'] }} ` --name ${{ variables['ApplicationInsights.ApiKey.SecretName'] }} ` - --value $apiKeyOutput.apiKey ` \ No newline at end of file + --value $apiKeyOutput.apiKey \ No newline at end of file