We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbe6c8 commit c3b1ee9Copy full SHA for c3b1ee9
sdk/textanalytics/tests.yml
@@ -4,13 +4,8 @@ stages:
4
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5
parameters:
6
ServiceDirectory: textanalytics
7
+ TestMode: RECORD # to make sure recordedData is not null but still testing LIVE mode
8
Artifacts:
9
- name: azure-ai-textanalytics
10
groupId: com.azure
11
safeName: azureaitextanalytics
- # resource creation is disabled because we are trying to test the stable endpoint.
12
- # Will enable it when service rolls out AAD to all region.
13
- DisableAzureResourceCreation: true
14
- EnvVars:
15
- AZURE_TEXT_ANALYTICS_API_KEY: $(java-textanalytics-test-api-key)
16
- AZURE_TEXT_ANALYTICS_ENDPOINT: $(java-textanalytics-sdk-endpoint)
0 commit comments