From 53eb7fb58989b9870ca3a98350b3d219588b6d72 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Thu, 19 Sep 2024 17:14:44 -0400 Subject: [PATCH] auth: Update changelog (#1797) --- auth/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/auth/CHANGELOG.md b/auth/CHANGELOG.md index 098a938006..fc415848d5 100644 --- a/auth/CHANGELOG.md +++ b/auth/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.5.0 - 2024-08-06 + +* Add `getSessionWithScopes` to get a session that has the proper scoping instead of always the default management plane + +## 2.4.1 - 2024-05-15 + +* [#1729](https://github.com/microsoft/vscode-azuretools/pull/1729) Change AzureDevOpsSubscriptionProvider so that it accepts values as arguments + +## 2.4.0 - 2024-05-07 + +* [#1723](https://github.com/microsoft/vscode-azuretools/pull/1723) Implementation fo AzureSub provider that leverages federated credentials + +## 2.1.0 - 2023-12-13 + +* Use management endpoint for scope by default to fix deploying app service projects with sovereign clouds + +## 2.0.0 - 2023-11-20 + +* Switches to use `@azure/arm-resources-subscriptions` instead of `@azure/arm-subscriptions`. Potentially a breaking change so I revved the major version. +* Fixes an issue where the `endpoint` wasn't set for the subscription client, breaking sovereign clouds + ## 1.4.0 - 2023-11-03 * [#1619](https://github.com/microsoft/vscode-azuretools/pull/1619) Make `getSession` synchronous to fix an issue that broke app service deployments