Releases: microsoft/vscode-azuretools
Releases · microsoft/vscode-azuretools
microsoft-vscode-azext-utils v2.1.4
microsoft-vscode-azext-azureauth v2.0.0
- Switches to use
@azure/arm-resources-subscriptions
instead of@azure/arm-subscriptions
. Potentially a breaking change so I revved the major version. - Fixes an issue where the
endpoint
wasn't set for the subscription client, breaking sovereign clouds
microsoft-eslint-config-azuretools v0.2.2
- Enforce import types with
@typescript-eslint/consistent-type-imports
in #1623
microsoft-vscode-azext-azureauth v1.4.0
- #1619 Make
getSession
synchronous to fix an issue that broke app service deployments
microsoft-vscode-azext-azureappservice v2.2.7
What's Changed
- appservice: Use vscode.workspace.findFiles rather than globby to get files to zip by @nturinski in #1616
microsoft-vscode-azext-azureauth v1.3.2
- #1615 Hard-code node-fetch version
microsoft-vscode-azext-utils v2.1.3
- Add error item with error message on fail to activity children in #1613
microsoft-vscode-azext-azureauth v1.3.0
microsoft-vscode-azext-azureauth v1.2.2
- #1608 Fix appending
.default
to tenant id scope which caused sign in to fail
microsoft-vscode-azext-utils v2.1.2
- Fix sorting of activity children by @MicroFish91 in #1605
- Warn people to not use id containing '+' for AzExtTreeFileSystem items by @JasonYeMSFT in #1588