Skip to content

Commit

Permalink
[Identity] Merging Hotfix/identity 3.2.4 to main (Azure#26588)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Jul 24, 2023
1 parent 3584e87 commit 5be4e93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 3.2.4 (2023-07-21)

### Bug Fixes
- Fixed a bug related to [Managed Identity Credential intermixing wrong scopes](https://github.com/Azure/azure-sdk-for-js/pull/26566) for successive `getToken()` calls.

## 3.2.3 (2023-06-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/identity",
"sdk-type": "client",
"version": "3.2.3",
"version": "3.2.4",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Current version of the `@azure/identity` package.
*/

export const SDK_VERSION = `3.2.3`;
export const SDK_VERSION = `3.2.4`;

/**
* The default client ID for authentication
Expand Down

0 comments on commit 5be4e93

Please sign in to comment.