@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 CHANGED
@@ -1,15 +1,11 @@
1
1
  # Release History
2
2
 
3
- ## 4.4.0-beta.2 (Unreleased)
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
@@ -3,7 +3,7 @@
3
3
  * Licensed under the MIT License. See License.txt in the project root for
4
4
  * license information.
5
5
  *
6
- * Azure KeyVault Secrets SDK for JavaScript - 4.4.0-alpha.20211101.4
6
+ * Azure KeyVault Secrets SDK for JavaScript - 4.4.0-beta.2
7
7
  */
8
8
  'use strict';
9
9
 
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-alpha.20211101.4",
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": ">=1.0.0-alpha <1.0.0-alphb",
115
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
116
- "@azure/identity": "^2.0.0",
117
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
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",