From dd405e4111e4ec7e5d3fd677b0b15f07f48b6a34 Mon Sep 17 00:00:00 2001 From: Megan Mott Date: Thu, 19 Sep 2024 16:05:37 -0700 Subject: [PATCH] add more info --- auth/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index f4b6502a1e..79118b0d52 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log ## 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 +* [#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. ## 2.5.0 - 2024-08-06