Skip to content

Commit 0e329df

Browse files
authored
[communication-phone-numbers] Fix tests.yml to match new schema (Azure#14215)
1 parent ea27e9d commit 0e329df

File tree

1 file changed

+14
-12
lines changed
  • sdk/communication/communication-phone-numbers

1 file changed

+14
-12
lines changed
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
trigger: none
22

3-
extends:
4-
template: ../../../eng/pipelines/templates/jobs/archetype-sdk-integration.yml
5-
parameters:
6-
PackageName: "@azure/communication-phone-numbers"
7-
ServiceDirectory: communication
8-
EnvVars:
9-
AZURE_SUBSCRIPTION_ID: $(acs-subscription-id)
10-
AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING: $(communication-livetest-connection-string)
11-
AZURE_PHONE_NUMBER: $(communication-livetest-phone-number)
12-
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
13-
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
14-
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
3+
stages:
4+
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5+
parameters:
6+
PackageName: "@azure/communication-phone-numbers"
7+
ServiceDirectory: communication
8+
MatrixFilters:
9+
- DependencyVersion=^$
10+
EnvVars:
11+
AZURE_SUBSCRIPTION_ID: $(acs-subscription-id)
12+
AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING: $(communication-livetest-connection-string)
13+
AZURE_PHONE_NUMBER: $(communication-livetest-phone-number)
14+
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
15+
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
16+
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)

0 commit comments

Comments
 (0)