Skip to content

Commit

Permalink
auth: Update changelog (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Sep 19, 2024
1 parent 0866208 commit 53eb7fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 53eb7fb

Please sign in to comment.