Skip to content

Commit

Permalink
release prep (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
motm32 authored Dec 17, 2024
1 parent 72f1b4a commit 8452888
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 4.0.1 - 2024-12-17

* [#1856](https://github.com/microsoft/vscode-azuretools/pull/1856) Fix tenantId undefined error

## 4.0.0 - 2024-12-06

### What's new
Expand All @@ -14,8 +18,8 @@ Pass in a `vscode.LogOutputChannel` to the `VSCodeAzureSubscriptionProvider` con

## 3.1.0 - 2024-11-26

* [#1827](https://github.com/microsoft/vscode-azuretools/pull/1827) Add more comprehensive support for multi-account scenarios
* [#1815](https://github.com/microsoft/vscode-azuretools/issues/1815) Fix `VSCodeAzureSubscriptionProvider.getSubscriptions()` returning empty
* [#1827](https://github.com/microsoft/vscode-azuretools/pull/1827) Add more comprehensive support for multi-account scenarios
* [#1815](https://github.com/microsoft/vscode-azuretools/issues/1815) Fix `VSCodeAzureSubscriptionProvider.getSubscriptions()` returning empty

## 3.0.1 - 2024-11-19
* [#1819](https://github.com/microsoft/vscode-azuretools/pull/1819) Add account parameter to `AzureSubscriptionProvider.isSignedIn()` function to fix a multi-account issue [#1809](https://github.com/microsoft/vscode-azuretools/issues/1809)
Expand Down
4 changes: 2 additions & 2 deletions auth/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 auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-azext-azureauth",
"author": "Microsoft Corporation",
"version": "4.0.0",
"version": "4.0.1",
"description": "Azure authentication helpers for Visual Studio Code",
"tags": [
"azure",
Expand Down

0 comments on commit 8452888

Please sign in to comment.