Releases: microsoft/vscode-azuretools
Releases · microsoft/vscode-azuretools
microsoft-vscode-azext-azureauth v3.0.1
- Add account parameter to isSignedIn by @alexweininger in #1819
- Add check in
getTenants
by @alexweininger in #1822
microsoft-vscode-azext-dev v2.1.0
What's Changed
- GitHub Actions: Update to upload-artifact@v4 by @bwateratmsft in #1813
- dev: Fix gulp_webpack signature and default for getDefaultWebpackConfig by @StephenWeatherford in #1814
Full Changelog: microsoft-vscode-azext-dev-v2.0.6...microsoft-vscode-azext-dev-v2.1.0
microsoft-vscode-azext-dev v2.0.6
microsoft-vscode-azext-dev-v2.0.6 Update version to 2.0.6 (#1812)
microsoft-vscode-azext-utils v2.5.11
Added
- [1807] Add fix for tests that fail due to having
showLoadingPrompt
set totrue
microsoft-vscode-azext-dev v2.0.5
microsoft-vscode-azext-dev-v2.0.5 utils & dev: Add fix for tests that fail due to having `showLoadingPr…
microsoft-vscode-azext-utils v2.5.10
Added
- [1805] Update options type for
QuickPickAzureSubscriptionStep
microsoft-vscode-azext-utils v2.5.8
- #1800 Run npm audit fix
microsoft-vscode-azext-azureutils v3.1.2
- #1802 Run npm audit fix
microsoft-vscode-azext-azureauth v3.0.0
- #1789 Change
getTenants
to be compatible with the new Azure Resources tenants view. This also includes a possible breaking change where an optional parameteraccount
which when passed ingetTenants
will return the tenants associated with that single account. OtherwisegetTenants
will return the tenants for all authenticated accounts.