@microsoft/vscode-azext-azureauth 2.0.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ function ensureEndingSlash(value) {
21
21
  }
22
22
  function getResourceScopes(scopes) {
23
23
  if (scopes === undefined || scopes === "" || scopes.length === 0) {
24
- scopes = ensureEndingSlash((0, configuredAzureEnv_1.getConfiguredAzureEnv)().resourceManagerEndpointUrl);
24
+ scopes = ensureEndingSlash((0, configuredAzureEnv_1.getConfiguredAzureEnv)().managementEndpointUrl);
25
25
  }
26
26
  const arrScopes = (Array.isArray(scopes) ? scopes : [scopes])
27
27
  .map((scope) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@microsoft/vscode-azext-azureauth",
3
3
  "author": "Microsoft Corporation",
4
- "version": "2.0.0",
4
+ "version": "2.3.0",
5
5
  "description": "Azure authentication helpers for Visual Studio Code",
6
6
  "tags": [
7
7
  "azure",