Skip to content

Releases: microsoft/vscode-azuretools

microsoft-vscode-azext-azureauth v3.1.0

26 Nov 19:54
e19a880
Compare
Choose a tag to compare

Note: Although this release doesn't have breaking API declaration changes, there are large changes in the behavior of some functions. Mostly in VSCodeAzureSubscriptionProvider.getSubscriptions(). In order to support multiple accounts, this function can now return duplicate subscriptions if two accounts have access to the same subscription.

Please reach out to @alexweininger for questions on the auth package.

  • #1827 Add more comprehensive support for multi-account scenarios
  • #1815 Fix VSCodeAzureSubscriptionProvider.getSubscriptions() returning empty

microsoft-vscode-azext-azureauth v3.0.1

19 Nov 23:53
c37939c
Compare
Choose a tag to compare

microsoft-vscode-azext-dev v2.1.0

09 Nov 00:16
f92ce31
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: microsoft-vscode-azext-dev-v2.0.6...microsoft-vscode-azext-dev-v2.1.0

microsoft-vscode-azext-dev v2.0.6

07 Nov 20:43
91e47a1
Compare
Choose a tag to compare
Pre-release
microsoft-vscode-azext-dev-v2.0.6

Update version to 2.0.6 (#1812)

microsoft-vscode-azext-utils v2.5.11

04 Nov 18:43
fb6173d
Compare
Choose a tag to compare

Added

  • [1807] Add fix for tests that fail due to having showLoadingPrompt set to true

microsoft-vscode-azext-dev v2.0.5

08 Nov 23:36
fb6173d
Compare
Choose a tag to compare
Pre-release
microsoft-vscode-azext-dev-v2.0.5

utils & dev: Add fix for tests that fail due to having `showLoadingPr…

microsoft-vscode-azext-utils v2.5.10

04 Nov 18:41
9bc93be
Compare
Choose a tag to compare

Added

  • [1805] Update options type for QuickPickAzureSubscriptionStep

microsoft-vscode-azext-utils v2.5.8

24 Sep 16:25
df98e6d
Compare
Choose a tag to compare

microsoft-vscode-azext-azureutils v3.1.2

24 Sep 16:53
df98e6d
Compare
Choose a tag to compare

microsoft-vscode-azext-azureauth v3.0.0

20 Sep 17:33
e2e4eb1
Compare
Choose a tag to compare
  • #1789 Change getTenants to be compatible with the new Azure Resources tenants view. This also includes a possible breaking change where an optional parameter account which when passed in getTenants will return the tenants associated with that single account. Otherwise getTenants will return the tenants for all authenticated accounts.