From d076f4582a02217c085e14dc186f4b841e967f1d Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Fri, 10 May 2024 09:44:42 -0700 Subject: [PATCH] [Test] add environment variables that is needed by samples 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. --- sdk/cognitivelanguage/ai-language-conversations/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sdk/cognitivelanguage/ai-language-conversations/tests.yml b/sdk/cognitivelanguage/ai-language-conversations/tests.yml index 44d8d82140fb..dd5d44f2b971 100644 --- a/sdk/cognitivelanguage/ai-language-conversations/tests.yml +++ b/sdk/cognitivelanguage/ai-language-conversations/tests.yml @@ -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)