Skip to content

Releases: microsoft/vscode-azuretools

microsoft-vscode-azext-azureauth v4.1.0

31 Jan 22:39
241fee7
Compare
Choose a tag to compare
  • Add filtering getSubscriptions by a specific account and/or tenant.

microsoft-vscode-azext-azureappsettings v0.2.2

30 Jan 23:50
012787d
Compare
Choose a tag to compare
  • Changes to allow local settings to be added (#1878)

microsoft-vscode-azext-azureutils v3.1.3

09 Jan 19:36
f132185
Compare
Choose a tag to compare
azure: Explicitly set `allowBlobPublicAccess` to `false` (#1866)

* Explicitly set to false for new policy

* Bump package

microsoft-vscode-azext-azureauth v4.0.3

20 Dec 16:38
dd33af7
Compare
Choose a tag to compare
Pre-release

microsoft-vscode-azext-azureauth v4.0.2

19 Dec 17:31
64f08cd
Compare
Choose a tag to compare
  • #1861 Remove unecessary if statement

microsoft-vscode-azext-azureauth v4.0.1

17 Dec 22:05
8452888
Compare
Choose a tag to compare
  • #1856 Fix tenantId undefined error

microsoft-vscode-azext-azureauth v4.0.0

06 Dec 22:13
5f86a55
Compare
Choose a tag to compare
Pre-release

What's new

Pass in a vscode.LogOutputChannel to the VSCodeAzureSubscriptionProvider constructor to enable logging. #1851

AzureSubscriptionProvider.getTenants() now returns AzureTenant[] instead of TenantIdDescription[]. This is a breaking change for implementors of AzureSubscriptionProvider. #1849

All Changes

  • #1849 Create AzureTenant interface which includes account property
  • #1850 Clean up isSignedIn implementation
  • #1851 Add logging to VSCodeAzureSubscriptionProvider

microsoft-vscode-azext-utils v2.5.12

04 Dec 00:40
ac1caa7
Compare
Choose a tag to compare
Pre-release

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.

Requires VS Code version 1.93

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