From 405cd878ae89702d7b7b760a4e6068ec9fccaa13 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 15 Jul 2024 09:43:36 -0500 Subject: [PATCH 1/3] Remove duplicate SYSTEM_ACCESSTOKEN --- sdk/identity/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index d730fc591ac9d..c5d6b0b5798aa 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -31,6 +31,4 @@ extends: # Contains alternate tenant, AAD app and cert info for testing - $(sub-config-identity-test-resources) ServiceConnection: azure-sdk-tests - EnvVars: - SYSTEM_ACCESSTOKEN: $(System.AccessToken) - UseFederatedAuth: true \ No newline at end of file + UseFederatedAuth: true From e3e82a8ae1615cb3a02f08d28904d822cbdfa5e8 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 15 Jul 2024 10:40:09 -0500 Subject: [PATCH 2/3] Update tests.yml --- sdk/identity/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index c5d6b0b5798aa..b50399ae61650 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -31,4 +31,6 @@ extends: # Contains alternate tenant, AAD app and cert info for testing - $(sub-config-identity-test-resources) ServiceConnection: azure-sdk-tests + EnvVars: + ARM_OIDC_TOKEN: $(ARM_OIDC_TOKEN) UseFederatedAuth: true From 524f9bd3b4549fef46d9c0fb4de9d72405627367 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Tue, 16 Jul 2024 12:13:09 -0500 Subject: [PATCH 3/3] Update tests.yml