From 5edba4c5ee36be2acd036c914f64b2b7f0ea1343 Mon Sep 17 00:00:00 2001 From: "Tong Xu (MSFT)" <57166602+v-xuto@users.noreply.github.com> Date: Thu, 26 Aug 2021 10:55:16 +0800 Subject: [PATCH] Update tests.yml --- sdk/identity/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index 6e93e7bb92d0..1c9883370e90 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -9,9 +9,9 @@ stages: SupportedClouds: 'Public,UsGov,China' Clouds: 'Public,UsGov,China,Canary' EnvVars: - AZURE_CLIENT_ID: $(IDENTITY_CLIENT_ID) - AZURE_CLIENT_SECRET: $(IDENTITY_CLIENT_SECRET) - AZURE_TENANT_ID: $(IDENTITY_TENANT_ID) + AZURE_CLIENT_ID: $(python-identity-client-id) + AZURE_CLIENT_SECRET: $(python-identity-client-secret) + AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id) CERTIFICATE_PASSWORD: $(python-identity-certificate-password) PEM_CONTENT: $(python-identity-certificate) PEM_CONTENT_PASSWORD_PROTECTED: $(python-identity-certificate-with-password)