Skip to content

Commit 29e2505

Browse files
minnieliuMinnie Liu
andauthored
[Communication] - Clean up Environment Variables in test.yml (Azure#18276)
* Update Identity Readme * Revert Readme * Cleaning up environment variables in tests.yml Co-authored-by: Minnie Liu <peiliu@microsoft.com>
1 parent 64c93cc commit 29e2505

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/communication/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trigger: none
22

33
parameters:
4-
- name: TestPackagesEnabled
4+
- name: TestPackagesEnabled
55
type: object
66
default:
77
- identity
@@ -25,7 +25,6 @@ stages:
2525
EnvVars:
2626
AZURE_TEST_RUN_LIVE: 'true'
2727
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
28-
AZURE_SUBSCRIPTION_ID: $(acs-subscription-id)
2928
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
3029
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
3130
AZURE_COMMUNICATION_SERVICE_CONNECTION_STRING: $(communication-livetest-connection-string)

0 commit comments

Comments
 (0)