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