@azure/keyvault-admin 4.2.1-alpha.20220705.4 → 4.2.2-alpha.20220712.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/dist/index.js CHANGED
@@ -1245,7 +1245,7 @@ class KeyVaultClientContext extends coreClient__namespace.ServiceClient {
1245
1245
  const defaults = {
1246
1246
  requestContentType: "application/json; charset=utf-8"
1247
1247
  };
1248
- const packageDetails = `azsdk-js-keyvault-admin/4.2.1`;
1248
+ const packageDetails = `azsdk-js-keyvault-admin/4.2.2`;
1249
1249
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
1250
1250
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
1251
1251
  : `${packageDetails}`;
@@ -1420,7 +1420,7 @@ const selectiveKeyRestoreOperationOperationSpec = {
1420
1420
  /**
1421
1421
  * Current version of the Key Vault Admin SDK.
1422
1422
  */
1423
- const SDK_VERSION = "4.2.1";
1423
+ const SDK_VERSION = "4.2.2";
1424
1424
  /**
1425
1425
  * The latest supported Key Vault service API version.
1426
1426
  */