Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5be4e93

Browse files
[Identity] Merging Hotfix/identity 3.2.4 to main (Azure#26588)
1 parent 3584e87 commit 5be4e93

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 3.2.4 (2023-07-21)
4+
5+
### Bug Fixes
6+
- 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.
7+
38
## 3.2.3 (2023-06-20)
49

510
### Bug Fixes

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

sdk/identity/identity/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Current version of the `@azure/identity` package.
66
*/
77

8-
export const SDK_VERSION = `3.2.3`;
8+
export const SDK_VERSION = `3.2.4`;
99

1010
/**
1111
* The default client ID for authentication

0 commit comments

Comments
 (0)