Releases: microsoft/vscode-azure-account
0.13.0
The Azure Account extension is deprecated (January 2025). The extension will still be available on the marketplace to support extensions that haven't moved to the built-in Microsoft authentication extension. Please see the Azure Resources README for how to manage Azure accounts in VS Code using the new built-in Microsoft authentication extension.
To avoid confusion among users, we've hidden the status bar item that shows the signed-in account email address. The extension will no longer show the email address in the status bar by default. If you want to show the status bar item, you can enable it by enabling the azure.azure-account.showStatusBar
setting.
If you own an Azure extension that relies on Azure Account, or are creating a new extension that needs authentication to Azure, please see the deprecation announcement for guidance.
0.12.0
In preparation of the Azure Account extension being deprecated at the end of the year, we've moved the Azure Cloud Shell feature to the Azure Resources extension. Apart from moving codebases, the feature is the same from a users perspective. Authentication for the Cloud Shell feature is now handled by the VS Code built-in Microsoft authentication provider, which means you may have to login upon first use of the migrated feature.
Additionally, we've fixed two longstanding Azure Cloud Shell bugs that caused issues launching the feature on Linux and macOS: #719 and #959.
Changed
- [958] Depend on Azure Resources extension for the Azure Cloud Shell feature
Fixed
0.11.7
v0.11.6
v0.11.5
Fixed
- Fix launching cloud console by @alexweininger in #809
v0.11.4
Added
- Add detailed logging by @alexweininger in #750
Fixed
- Don't await nps survey by @alexweininger in #709
Dependencies
- Bump version post release by @alexweininger in #701
- Bump webpack from 5.69.0 to 5.76.0 by @dependabot in #736
- Bump xml2js and @azure/ms-rest-js in /sample by @dependabot in #778
v0.11.3
Fixed
- Fixed issues with Azure Cloud Shell terminal when connected to a remote host @alexweininger in #684
Dependencies
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #663
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #666
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #670
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #678
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #692
- Bump jsonwebtoken and @azure/msal-node by @dependabot in #696
Other
- Fix readme badges by @bwateratmsft in #653