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

auth: Use setting names defined in VSCode builtin extension #1491

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

bwateratmsft
Copy link
Contributor

@bwateratmsft bwateratmsft requested a review from a team as a code owner June 9, 2023 13:09
alexweininger
alexweininger previously approved these changes Jun 9, 2023
auth/src/utils/configuredAzureEnv.ts Outdated Show resolved Hide resolved
@@ -63,22 +56,27 @@ export function getConfiguredAzureEnv(): azureEnv.Environment & { isCustomCloud:
/**
* Sets the configured Azure cloud.
*
* @param cloud Use `'AzureCloud'` for public Azure cloud, `'AzureChinaCloud'` for Azure China, or `'AzureUSGovernment'` for Azure US Government.
* @param cloud Use `'AzureCloud'` or `undefined` for public Azure cloud, `'ChinaCloud'` for Azure China, or `'USGovernment'` for Azure US Government.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically a breaking change but I'm not going to rev the major version for it at this point.

@bwateratmsft bwateratmsft merged commit 14c3ad3 into main Jun 12, 2023
@bwateratmsft bwateratmsft deleted the bmw/auth branch June 12, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update auth package to use shared VSCode settings
4 participants