From db656c84cbdca92e376ae020eb6835c6fe14b3bf Mon Sep 17 00:00:00 2001 From: alexweininger Date: Thu, 19 Oct 2023 16:27:41 -0400 Subject: [PATCH] Add change log --- auth/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 auth/CHANGELOG.md diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md new file mode 100644 index 0000000000..f3f5109ab4 --- /dev/null +++ b/auth/CHANGELOG.md @@ -0,0 +1,26 @@ +# Change Log + +## 1.2.2 - 2023-10-19 + +* [#1608](https://github.com/microsoft/vscode-azuretools/pull/1608) Fix appending `.default` to tenant id scope which caused sign in to fail + +## 1.2.1 - 2023-09-26 + +* [#1594](https://github.com/microsoft/vscode-azuretools/pull/1594) Fix getScopes always injecting the management scope, even if a scope for a different resource is specified +* [#1597](https://github.com/microsoft/vscode-azuretools/pull/1597) Make `authentication.getSession` use scopes argument + +## 1.1.3 - 2023-09-14 + +* [#1585](https://github.com/microsoft/vscode-azuretools/pull/1585) Check if tenant is signed in before listing subscriptions + +## 1.1.2 - 2023-07-26 + +* [#1542](https://github.com/microsoft/vscode-azuretools/pull/1542) Fix Azure subscriptions are not returned in alphabetical order + +## 1.1.1 - 2023-07-26 + +* [#1540](https://github.com/microsoft/vscode-azuretools/pull/1540) Ignore .default if it is passed as a scope + +## 1.0.0 - 2023-06-05 + +Initial release