Skip to content

Releases: microsoft/vscode-azure-account

0.13.0

22 Jan 22:11
f477d15
Compare
Choose a tag to compare

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

14 May 22:41
d4a90d3
Compare
Choose a tag to compare

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

  • [855] Stop using --ms-enable-electron-run-as-node flag to fix launching Cloud Shell on macOS
  • [854] Use process.execPath instead of process.argv0 to fix launching Cloud Shell on Linux

0.11.7

30 Apr 20:41
c7bef5f
Compare
Choose a tag to compare

Added

  • Support ephemeral cloud shell sessions #950

v0.11.6

06 Oct 18:10
f933d30
Compare
Choose a tag to compare

Fixed

  • Fix 500 error when launching cloud shell by setting the referer header #866

Changed

  • Add manage account command to make sign out easier to find in #820
  • Remove use of AAD Graph for cloud shell in #851

v0.11.5

16 May 19:59
4113ff1
Compare
Choose a tag to compare

Fixed

v0.11.4

02 May 21:10
fa07ff4
Compare
Choose a tag to compare

Added

Fixed

Dependencies

v0.11.3

18 Jan 22:45
b321615
Compare
Choose a tag to compare

Fixed

  • Fixed issues with Azure Cloud Shell terminal when connected to a remote host @alexweininger in #684

Dependencies

Other

v0.11.2

10 Oct 17:16
4643a94
Compare
Choose a tag to compare

Added

  • Add Support for Workspace Trust #624

Fixed

  • Update http-proxy-agent and https-proxy-agent #640

v0.11.1

03 Aug 21:08
fecc49f
Compare
Choose a tag to compare

Fixed

  • Don't prompt to sign out and reload on first run #603
  • Revert removal of prompt property in query string. #595

v0.11.0

06 Jul 23:05
eade12f
Compare
Choose a tag to compare

Changed

  • Log all URLs that the extension tries to reach #520
  • Use new redirect server #546
  • Update @vscode/extension-telemetry to 0.6.2 #588

Fixed

  • Errors in cloud shell when switching authentication library #380
  • Show toast notification prompting to sign out/back in when changing settings #511