Skip to content

Commit 4cfe46e

Browse files
authored
Update testing env variables (Azure#23764)
* update testing env variables * unify secrets across python and .net
1 parent 9594828 commit 4cfe46e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sdk/cognitivelanguage/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ stages:
1212
AZURE_QUESTIONANSWERING_KEY: $(qna-key)
1313
AZURE_QUESTIONANSWERING_PROJECT: 190a9e13-8ede-4e4b-a8fd-c4d7f2aeab6c
1414
AZURE_QUESTIONANSWERING_ENDPOINT: $(qna-uri)
15-
AZURE_CONVERSATIONS_ENDPOINT: $(conversations-endpoint)
16-
AZURE_CONVERSATIONS_KEY: $(conversations-key)
17-
AZURE_CONVERSATIONS_PROJECT: $(conversations-project)
18-
AZURE_CONVERSATIONS_WORKFLOW_PROJECT: $(conversations-workflow-project)
15+
AZURE_CONVERSATIONS_ENDPOINT: $(clu-uri)
16+
AZURE_CONVERSATIONS_KEY: $(clu-key)
17+
AZURE_CONVERSATIONS_PROJECT_NAME: $(clu-project)
18+
AZURE_CONVERSATIONS_DEPLOYMENT_NAME: $(clu-project-deployment)
19+
AZURE_CONVERSATIONS_WORKFLOW_PROJECT_NAME: $(clu-workflow-project)
20+
AZURE_CONVERSATIONS_WORKFLOW_DEPLOYMENT_NAME: $(clu-workflow-project-deployment)
1921
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
2022
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
2123
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)

0 commit comments

Comments
 (0)