File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed
sdk/cognitiveservices/azure-ai-transcription Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "apiVersion" : " 2025-10-15"
2+ "apiVersion" : " 2025-10-15" ,
3+ "service_name" : " Cognitive Services" ,
4+ "msDocService" : " cognitive-services"
35}
Original file line number Diff line number Diff line change 22
33trigger : none
44
5- stages :
6- - template : /eng/pipelines/templates/stages/archetype-sdk-tests.yml
7- parameters :
8- BuildTargetingString : azure-ai-transcription
9- ServiceDirectory : cognitiveservices
10- CloudConfig :
11- Public :
12- SubscriptionConfiguration : $(sub-config-azure-cloud-test-resources)
13- MatrixReplace :
14- - TestSamples=.*/true
15- EnvVars :
16- AZURE_CLIENT_ID : $(aad-azure-sdk-test-client-id)
17- AZURE_CLIENT_SECRET : $(aad-azure-sdk-test-client-secret)
18- AZURE_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
19- AZURE_TEST_RUN_LIVE : ' true'
20- TEST_MODE : ' RunLiveNoRecord'
21- AZURE_SKIP_LIVE_RECORDING : ' True'
5+ extends :
6+ template : /eng/pipelines/templates/stages/archetype-sdk-tests.yml
7+ parameters :
8+ BuildTargetingString : azure-ai-transcription
9+ ServiceDirectory : cognitiveservices
10+ CloudConfig :
11+ Public :
12+ SubscriptionConfiguration : $(sub-config-azure-cloud-test-resources)
13+ MatrixReplace :
14+ - TestSamples=.*/true
15+ EnvVars :
16+ AZURE_CLIENT_ID : $(aad-azure-sdk-test-client-id)
17+ AZURE_CLIENT_SECRET : $(aad-azure-sdk-test-client-secret)
18+ AZURE_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
19+ AZURE_TEST_RUN_LIVE : ' true'
20+ TEST_MODE : ' RunLiveNoRecord'
21+ AZURE_SKIP_LIVE_RECORDING : ' True'
You can’t perform that action at this time.
0 commit comments