Skip to content

Releases: microsoft/vscode-azure-account

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

v0.10.1

08 Mar 23:36
e45f3f1
Compare
Choose a tag to compare

Added

  • A long-running notification is shown for the duration of the sign-in process which allows cancellation.
  • MSAL support for sovereign clouds

Fixed

  • The Azure: Tenant setting was improperly configured when running the Azure: Sign In to Azure Cloud command.