Releases: microsoft/vscode-azure-account
Releases · microsoft/vscode-azure-account
v0.10.1
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 theAzure: Sign In to Azure Cloud
command.
v0.10.0
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
andAzure: 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 asTokenCredentialsBase | TokenCredential
to accommodate Track 1 and 2 Azure SDKs.
v0.9.11
v0.9.10
v0.9.9
v0.9.8
- When signing into a different cloud than previously used, shows a prompt to enter tenant id
v0.9.7
- 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
Add azureStackApiProfile
property to environments.
v0.9.5
- Add support for Azure Stack