@azure/keyvault-secrets 4.4.0-alpha.20211101.4 → 4.4.0-beta.2
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.
- package/CHANGELOG.md +1 -5
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 4.4.0-beta.2 (
|
|
3
|
+
## 4.4.0-beta.2 (2021-11-09)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
7
7
|
- Support multi-tenant authentication against Key Vault and Managed HSM when using @azure/identity 2.0.0 or newer.
|
|
8
8
|
|
|
9
|
-
### Breaking Changes
|
|
10
|
-
|
|
11
|
-
### Bugs Fixed
|
|
12
|
-
|
|
13
9
|
### Other Changes
|
|
14
10
|
|
|
15
11
|
- Updated SecretClient to use service version 7.3-preview by default.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/keyvault-secrets",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "4.4.0-
|
|
5
|
+
"version": "4.4.0-beta.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Isomorphic client library for Azure KeyVault's secrets.",
|
|
8
8
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-secrets/README.md",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"tslib": "^2.2.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@azure/dev-tool": "
|
|
115
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
116
|
-
"@azure/identity": "^2.0.
|
|
117
|
-
"@azure/test-utils": "
|
|
114
|
+
"@azure/dev-tool": "^1.0.0",
|
|
115
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
116
|
+
"@azure/identity": "^2.0.1",
|
|
117
|
+
"@azure/test-utils": "^1.0.0",
|
|
118
118
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
119
119
|
"@microsoft/api-extractor": "^7.18.11",
|
|
120
120
|
"@rollup/plugin-commonjs": "11.0.2",
|