Releases: microsoft/vscode-azuretools
Releases · microsoft/vscode-azuretools
microsoft-vscode-azext-azureauth v4.1.1
- Fix
VSCodeAzureSubscriptionProvider
implementation ofgetSubscriptions
filtering returned subscriptions bygetSubscriptionFilters()
when thefilter
parameter is aGetSubscriptionsFilter
object.
microsoft-vscode-azext-azureauth v4.1.0
- Add filtering
getSubscriptions
by a specific account and/or tenant.
microsoft-vscode-azext-utils v2.5.13
Added
- Handle
showInputBox
errors that could be thrown during validation (#1879)
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