Releases: microsoft/vscode-azuretools
Releases · microsoft/vscode-azuretools
microsoft-vscode-azext-azureauth v4.1.0
- Add filtering
getSubscriptions
by a specific account and/or tenant.
microsoft-vscode-azext-azureappsettings v0.2.2
- Changes to allow local settings to be added (#1878)
microsoft-vscode-azext-azureutils v3.1.3
azure: Explicitly set `allowBlobPublicAccess` to `false` (#1866) * Explicitly set to false for new policy * Bump package
microsoft-vscode-azext-azureauth v4.0.3
- Display account name on duplicate tenant picks by @alexweininger in #1862
microsoft-vscode-azext-azureauth v4.0.2
- #1861 Remove unecessary if statement
microsoft-vscode-azext-azureauth v4.0.1
- #1856 Fix tenantId undefined error
microsoft-vscode-azext-azureauth v4.0.0
What's new
Pass in a vscode.LogOutputChannel
to the VSCodeAzureSubscriptionProvider
constructor to enable logging. #1851
AzureSubscriptionProvider.getTenants()
now returns AzureTenant[]
instead of TenantIdDescription[]
. This is a breaking change for implementors of AzureSubscriptionProvider
. #1849
All Changes
microsoft-vscode-azext-utils v2.5.12
- allow grouping multi-select quick picks by @alexweininger in #1845
microsoft-vscode-azext-azureauth v3.1.0
Note: Although this release doesn't have breaking API declaration changes, there are large changes in the behavior of some functions. Mostly in VSCodeAzureSubscriptionProvider.getSubscriptions()
. In order to support multiple accounts, this function can now return duplicate subscriptions if two accounts have access to the same subscription.
Requires VS Code version 1.93
Please reach out to @alexweininger for questions on the auth package.
microsoft-vscode-azext-azureauth v3.0.1
- Add account parameter to isSignedIn by @alexweininger in #1819
- Add check in
getTenants
by @alexweininger in #1822