Skip to content

Commit 4cda395

Browse files
authored
[Test] add environment variables that is needed by samples (Azure#29665)
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 the names in samples are better customer-facing and this PR is a simple and straightforward fix.
1 parent 9eb4a8d commit 4cda395

File tree

1 file changed

+7
-0
lines changed
  • sdk/cognitivelanguage/ai-language-conversations

1 file changed

+7
-0
lines changed

sdk/cognitivelanguage/ai-language-conversations/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ extends:
1111
LANGUAGE_CLU_DEPLOYMENT_NAME: $(clu-project-deployment)
1212
LANGUAGE_ORCHESTRATION_PROJECT_NAME: $(clu-workflow-project)
1313
LANGUAGE_ORCHESTRATION_DEPLOYMENT_NAME: $(clu-workflow-project-deployment)
14+
# The following are for samples
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)

0 commit comments

Comments
 (0)