@azure/identity 2.0.1-alpha.20211025.3 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @azure/identity might be problematic. Click here for more details.
- package/CHANGELOG.md +1 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 2.0.1 (
|
|
3
|
+
## 2.0.1 (2021-10-28)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
7
7
|
- The `ManagedIdentityCredential` now supports the Service Fabric environment.
|
|
8
8
|
|
|
9
|
-
### Breaking Changes
|
|
10
|
-
|
|
11
9
|
### Bugs Fixed
|
|
12
10
|
|
|
13
11
|
- Fixed a bug that caused the `AzureCliCredential` to fail on Windows. Issue [18268](https://github.com/Azure/azure-sdk-for-js/issues/18268).
|
|
14
12
|
|
|
15
|
-
### Other Changes
|
|
16
|
-
|
|
17
13
|
## 2.0.0 (2021-10-15)
|
|
18
14
|
|
|
19
15
|
After multiple beta releases over the past year, we're proud to announce the general availability of version 2 of the `@azure/identity` package. This version includes the best parts of v1, plus several improvements.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.0.1
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"uuid": "^8.3.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
115
|
-
"@azure/dev-tool": "
|
|
116
|
-
"@azure/test-utils": "
|
|
114
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
115
|
+
"@azure/dev-tool": "^1.0.0",
|
|
116
|
+
"@azure/test-utils": "^1.0.0",
|
|
117
117
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
118
118
|
"@microsoft/api-extractor": "^7.18.11",
|
|
119
119
|
"@types/jws": "^3.2.2",
|