Skip to content

Commit

Permalink
[Test] add environment variables that is needed by samples
Browse files Browse the repository at this point in the history
to fix samples run in live tests.  It would have been nicer if the same set of
variables are used for both tests and samples. However this is a simple and
straightforward fix.
  • Loading branch information
jeremymeng committed May 10, 2024
1 parent ad24dc2 commit d076f45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdk/cognitivelanguage/ai-language-conversations/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ extends:
LANGUAGE_CLU_DEPLOYMENT_NAME: $(clu-project-deployment)
LANGUAGE_ORCHESTRATION_PROJECT_NAME: $(clu-workflow-project)
LANGUAGE_ORCHESTRATION_DEPLOYMENT_NAME: $(clu-workflow-project-deployment)
# The following are for samples
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)

0 comments on commit d076f45

Please sign in to comment.