Skip to content

Commit

Permalink
Update testing env variables (Azure#23764)
Browse files Browse the repository at this point in the history
* update testing env variables

* unify secrets across python and .net
  • Loading branch information
mshaban-msft authored Apr 18, 2022
1 parent 9594828 commit 4cfe46e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sdk/cognitivelanguage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ stages:
AZURE_QUESTIONANSWERING_KEY: $(qna-key)
AZURE_QUESTIONANSWERING_PROJECT: 190a9e13-8ede-4e4b-a8fd-c4d7f2aeab6c
AZURE_QUESTIONANSWERING_ENDPOINT: $(qna-uri)
AZURE_CONVERSATIONS_ENDPOINT: $(conversations-endpoint)
AZURE_CONVERSATIONS_KEY: $(conversations-key)
AZURE_CONVERSATIONS_PROJECT: $(conversations-project)
AZURE_CONVERSATIONS_WORKFLOW_PROJECT: $(conversations-workflow-project)
AZURE_CONVERSATIONS_ENDPOINT: $(clu-uri)
AZURE_CONVERSATIONS_KEY: $(clu-key)
AZURE_CONVERSATIONS_PROJECT_NAME: $(clu-project)
AZURE_CONVERSATIONS_DEPLOYMENT_NAME: $(clu-project-deployment)
AZURE_CONVERSATIONS_WORKFLOW_PROJECT_NAME: $(clu-workflow-project)
AZURE_CONVERSATIONS_WORKFLOW_DEPLOYMENT_NAME: $(clu-workflow-project-deployment)
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)
Expand Down

0 comments on commit 4cfe46e

Please sign in to comment.