diff --git a/azure-pipelines/templates/test.yml b/azure-pipelines/templates/test.yml index 6ff91b8a9a..8907ba2fef 100644 --- a/azure-pipelines/templates/test.yml +++ b/azure-pipelines/templates/test.yml @@ -19,7 +19,7 @@ steps: - task: AzureKeyVault@2 displayName: "\U0001F449 Get AzCodeE2ETests service connection secrets" inputs: - azureSubscription: 'AzCodeE2ETestsCreds' + azureSubscription: 'AzCodeE2ETestsCredentials' KeyVaultName: 'AzCodeE2ETestsCredsKV' SecretsFilter: 'AzCodeServiceConnectionID, AzCodeServiceConnectionDomain, AzCodeServiceConnectionClientID' RunAsPreJob: true