From b539f82acf67d256783265571557d3d79bd7f9ab Mon Sep 17 00:00:00 2001 From: alexweininger Date: Tue, 14 Jan 2025 16:10:54 -0500 Subject: [PATCH] pipelines: Try out new test service connection --- azure-pipelines/templates/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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