Skip to content

Releases: microsoft/vscode-azure-account

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.

v0.10.0

14 Feb 23:58
bef9e9b
Compare
Choose a tag to compare

Added

  • Support for the Microsoft Authentication Library (MSAL) via the Azure: Authentication Library setting.
  • The Azure: Select Tenant command allows you to view/select available tenants or enter a custom tenant.
  • The extension now supports a versioned API accessible by calling getApi on the extension's exports. A legacy API is still supported.

Changed

  • The Azure: Open Bash in Cloud Shell and Azure: Open PowerShell in Cloud Shell commands have been replaced with entry points in the VS Code terminal view. See README.md for more details.
  • credentials2 (exported from the API) is now typed as TokenCredentialsBase | TokenCredential to accommodate Track 1 and 2 Azure SDKs.

v0.9.11

12 Nov 23:06
bf5343d
Compare
Choose a tag to compare
  • Fix Cloud Shell failure introduced in VS Code v1.62.1 #357

v0.9.10

04 Nov 22:16
4cb3933
Compare
Choose a tag to compare
  • Fix experimentation framework initialization

v0.9.9

01 Oct 20:44
5c56a0f
Compare
Choose a tag to compare
  • Add experimentation framework

v0.9.8

05 Apr 17:13
Compare
Choose a tag to compare
  • When signing into a different cloud than previously used, shows a prompt to enter tenant id

v0.9.7

05 Mar 21:26
Compare
Choose a tag to compare
  • Add "CustomCloud" as an available Azure Environemnt, and customCloud.resourceManagerEndpointUrl to set the endpoint to use for this
  • Removes azureStackApiProfile
  • Fix #231, open in powershell does not show directory list
  • Fix #250, sign in does not work when PPE setting does not include activeDirectoryEndpointUrl
  • Update dependencies

v0.9.6

12 Feb 01:09
Compare
Choose a tag to compare

Add azureStackApiProfile property to environments.

v0.9.5

27 Jan 22:13
Compare
Choose a tag to compare
  • Add support for Azure Stack

v0.9.4

12 Nov 17:37
Compare
Choose a tag to compare
  • Fix removal of old refresh tokens using previous environment names #234
  • Use cloud metadata for endpoint discovery #188