|
trigger: none |
|
|
|
extends: |
|
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml |
|
parameters: |
|
BuildTargetingString: 'azure-communication-identity' |
|
JobName: identity |
|
ServiceDirectory: communication |
|
MatrixReplace: |
|
- TestSamples=.*/true |
|
UseFederatedAuth: true |
|
CloudConfig: |
|
Public: |
|
ServiceConnection: azure-sdk-tests |
|
SubscriptionConfigurationFilePaths: |
|
- eng/common/TestResources/sub-config/AzurePublicMsft.json |
|
SubscriptionConfigurations: |
|
- $(sub-config-communication-services-cloud-test-resources-common) |
|
- $(sub-config-communication-services-cloud-test-resources-python) |
|
Clouds: Public |
|
EnvVars: |
|
AZURE_SKIP_LIVE_RECORDING: 'True' |
|
AZURE_TEST_RUN_LIVE: 'true' |
|
TestResourceDirectories: |
|
- communication/test-resources/ |
|
|