From c37939c90b12e7881a5782d3c725a8939a57a2e4 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 19 Nov 2024 15:22:20 -0800 Subject: [PATCH] auth: Update changelog and bump version (#1821) * auth: Update changelog and bump version * Update changelog * Fix date --- auth/CHANGELOG.md | 4 ++++ auth/package-lock.json | 4 ++-- auth/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 79118b0d52..f4c10c485d 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.1 - 2024-11-19 +* [#1819](https://github.com/microsoft/vscode-azuretools/pull/1819) Add account parameter to `AzureSubscriptionProvider.isSignedIn()` function to fix a multi-account issue [#1809](https://github.com/microsoft/vscode-azuretools/issues/1809) +* [#1822](https://github.com/microsoft/vscode-azuretools/pull/1822) Add check in `VSCodeAzureSubscriptionProvider.getTenants()` to fix a multi-account issue [#1809](https://github.com/microsoft/vscode-azuretools/issues/1809) + ## 3.0.0 - 2024-09-19 * [#1789](https://github.com/microsoft/vscode-azuretools/pull/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. diff --git a/auth/package-lock.json b/auth/package-lock.json index c772fc6e94..86794b0cfb 100644 --- a/auth/package-lock.json +++ b/auth/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/vscode-azext-azureauth", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/vscode-azext-azureauth", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@azure/arm-resources-subscriptions": "^2.1.0", diff --git a/auth/package.json b/auth/package.json index 010fc1e437..2c204012dd 100644 --- a/auth/package.json +++ b/auth/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/vscode-azext-azureauth", "author": "Microsoft Corporation", - "version": "3.0.0", + "version": "3.0.1", "description": "Azure authentication helpers for Visual Studio Code", "tags": [ "azure",