Skip to content

Commit 8183ae6

Browse files
authored
Add livetests to PPE (Azure#27315)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 9267636 commit 8183ae6

File tree

1 file changed

+5
-1
lines changed
  • sdk/communication/communication-phone-numbers

1 file changed

+5
-1
lines changed

sdk/communication/communication-phone-numbers/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ stages:
1515
SubscriptionConfigurations:
1616
- $(sub-config-communication-ppe-test-resources-common)
1717
- $(sub-config-communication-ppe-test-resources-js)
18+
MatrixFilters:
19+
- TestType=^(?!(browser|sample)).*
20+
MatrixReplace:
21+
- SKIP_UPDATE_CAPABILITIES_LIVE_TESTS=false/true
1822
Int:
1923
SubscriptionConfigurations:
2024
- $(sub-config-communication-int-test-resources-common)
@@ -23,7 +27,7 @@ stages:
2327
- TestType=^(?!(browser|sample)).*
2428
MatrixReplace:
2529
- SKIP_UPDATE_CAPABILITIES_LIVE_TESTS=false/true
26-
Clouds: Public,Int
30+
Clouds: Public, PPE, Int
2731
MatrixConfigs:
2832
- Name: PhoneNumbers_js_livetest_matrix
2933
Path: sdk/communication/communication-phone-numbers/phone-numbers-livetest-matrix.json

0 commit comments

Comments
 (0)