-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[communication] use correct connection string env var #14220
Conversation
/azp run js - communication-phone-numbers - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - communication-phone-numbers - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm + one more change needed
@@ -54,7 +54,7 @@ export function createRecordedClient( | |||
const recorder = record(context, environmentSetup); | |||
|
|||
return { | |||
client: new PhoneNumbersClient(env.COMMUNICATION_CONNECTION_STRING), | |||
client: new PhoneNumbersClient(env.AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update the sample.env file as well, to use the new name for the variable
No description provided.