Skip to content

Commit be9a055

Browse files
authored
[communication] - sms - Add service connection to the test pipeline (#37313)
* Add service connection to the test pipeline and code owner to the repository. * Remove inactive user from code owners. * Removed myself from owners as pylinter is not reading my membership * Removed codeowner changes will submit in another pull request
1 parent f8fd3e0 commit be9a055

File tree

1 file changed

+4
-1
lines changed
  • sdk/communication/azure-communication-sms

1 file changed

+4
-1
lines changed

sdk/communication/azure-communication-sms/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ extends:
99
Clouds: Public,Int
1010
CloudConfig:
1111
Public:
12+
ServiceConnection: azure-sdk-tests
13+
SubscriptionConfigurationFilePaths:
14+
- eng/common/TestResources/sub-config/AzurePublicMsft.json
1215
SubscriptionConfigurations:
1316
- $(sub-config-azure-cloud-test-resources)
1417
- $(sub-config-communication-services-cloud-test-resources-common)
@@ -24,4 +27,4 @@ extends:
2427
AZURE_SKIP_LIVE_RECORDING: 'True'
2528
AZURE_TEST_RUN_LIVE: 'True'
2629
TestResourceDirectories:
27-
- communication/
30+
- communication/test-resources/

0 commit comments

Comments
 (0)