@azure/arm-keyvault 30.0.0-alpha.20210820.1 → 30.0.0-alpha.20211005.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,3 +1,21 @@
1
+ # Release History
2
+
3
+ ## 30.0.0-beta.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
13
+ ## 30.0.0-beta.3 (2021-09-06)
14
+
15
+ **Bug Fixes**
16
+
17
+ - fix homepage issues
18
+
1
19
  ## 30.0.0-beta.2 (2021-08-20)
2
20
 
3
21
  **Bug Fixes**
package/dist/index.js CHANGED
@@ -6105,7 +6105,7 @@ class KeyVaultManagementClientContext extends coreClient.ServiceClient {
6105
6105
  requestContentType: "application/json; charset=utf-8",
6106
6106
  credential: credentials
6107
6107
  };
6108
- const packageDetails = `azsdk-js-arm-keyvault/30.0.0-beta.2`;
6108
+ const packageDetails = `azsdk-js-arm-keyvault/30.0.0-beta.3`;
6109
6109
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6110
6110
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
6111
6111
  : `${packageDetails}`;