Skip to content
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

Merged
merged 4 commits into from
Mar 10, 2021
Merged

[communication] use correct connection string env var #14220

merged 4 commits into from
Mar 10, 2021

Conversation

0rland0Wats0n
Copy link
Contributor

No description provided.

@0rland0Wats0n
Copy link
Contributor Author

/azp run js - communication-phone-numbers - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@0rland0Wats0n
Copy link
Contributor Author

/azp run js - communication-phone-numbers - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@DominikMe DominikMe left a 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),
Copy link
Member

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

@DominikMe DominikMe enabled auto-merge (squash) March 10, 2021 18:45
@DominikMe DominikMe merged commit f858ce0 into Azure:master Mar 10, 2021
jay-most pushed a commit to jay-most/azure-sdk-for-js that referenced this pull request Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants