Skip to content

Commit

Permalink
Update Resources API to include AzureAuthentication.getSessionForScop…
Browse files Browse the repository at this point in the history
…es (#892)

* Update AzureAuthentication api

* CHANGELOG
  • Loading branch information
nturinski authored Aug 6, 2024
1 parent 0c24ff5 commit a4d6feb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Unreleased

## [2.3.0] - 2024-08-06

* Add `getSessionForScopes` to `AzureAuthentication`

## [2.2.1] - 2024-04-25

* Add "Web PubSub" resource type
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/vscode-azureresources-api",
"version": "2.2.1",
"version": "2.3.0",
"description": "Type declarations and client library for the Azure Resources extension API",
"repository": {
"type": "git",
Expand Down

0 comments on commit a4d6feb

Please sign in to comment.