Skip to content

Commit c3b1ee9

Browse files
authored
[TA] Live test with AAD (#22794)
* live test with AAD
1 parent 2bbe6c8 commit c3b1ee9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sdk/textanalytics/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ stages:
44
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
55
parameters:
66
ServiceDirectory: textanalytics
7+
TestMode: RECORD # to make sure recordedData is not null but still testing LIVE mode
78
Artifacts:
89
- name: azure-ai-textanalytics
910
groupId: com.azure
1011
safeName: azureaitextanalytics
11-
# 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

Comments
 (0)