diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 31ee9c634d..a2e1444246 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 4.0.1 - 2024-12-17 + +* [#1856](https://github.com/microsoft/vscode-azuretools/pull/1856) Fix tenantId undefined error + ## 4.0.0 - 2024-12-06 ### What's new @@ -14,8 +18,8 @@ Pass in a `vscode.LogOutputChannel` to the `VSCodeAzureSubscriptionProvider` con ## 3.1.0 - 2024-11-26 -* [#1827](https://github.com/microsoft/vscode-azuretools/pull/1827) Add more comprehensive support for multi-account scenarios -* [#1815](https://github.com/microsoft/vscode-azuretools/issues/1815) Fix `VSCodeAzureSubscriptionProvider.getSubscriptions()` returning empty +* [#1827](https://github.com/microsoft/vscode-azuretools/pull/1827) Add more comprehensive support for multi-account scenarios +* [#1815](https://github.com/microsoft/vscode-azuretools/issues/1815) Fix `VSCodeAzureSubscriptionProvider.getSubscriptions()` returning empty ## 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) diff --git a/auth/package-lock.json b/auth/package-lock.json index 1756bd893a..5843fcb7c6 100644 --- a/auth/package-lock.json +++ b/auth/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/vscode-azext-azureauth", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/vscode-azext-azureauth", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@azure/arm-resources-subscriptions": "^2.1.0", diff --git a/auth/package.json b/auth/package.json index eddc109427..fcf7e84210 100644 --- a/auth/package.json +++ b/auth/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/vscode-azext-azureauth", "author": "Microsoft Corporation", - "version": "4.0.0", + "version": "4.0.1", "description": "Azure authentication helpers for Visual Studio Code", "tags": [ "azure",