diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index fc415848d5..79118b0d52 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -1,5 +1,8 @@ # 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. 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 * Add `getSessionWithScopes` to get a session that has the proper scoping instead of always the default management plane