@azure/keyvault-secrets 4.7.0-alpha.20230306.1 → 4.7.0

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
@@ -47,12 +47,12 @@ const logger = logger$1.createClientLogger("keyvault-secrets");
47
47
  * Code generated by Microsoft (R) AutoRest Code Generator.
48
48
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
49
49
  */
50
- /** Known values of {@link ApiVersion74Preview1} that the service accepts. */
51
- var KnownApiVersion74Preview1;
52
- (function (KnownApiVersion74Preview1) {
53
- /** Api Version '7.4-preview.1' */
54
- KnownApiVersion74Preview1["Seven4Preview1"] = "7.4-preview.1";
55
- })(KnownApiVersion74Preview1 || (KnownApiVersion74Preview1 = {}));
50
+ /** Known values of {@link ApiVersion74} that the service accepts. */
51
+ var KnownApiVersion74;
52
+ (function (KnownApiVersion74) {
53
+ /** Api Version '7.4' */
54
+ KnownApiVersion74["Seven4"] = "7.4";
55
+ })(KnownApiVersion74 || (KnownApiVersion74 = {}));
56
56
  /** Known values of {@link DeletionRecoveryLevel} that the service accepts. */
57
57
  exports.KnownDeletionRecoveryLevel = void 0;
58
58
  (function (KnownDeletionRecoveryLevel) {
@@ -642,7 +642,7 @@ class KeyVaultClient extends coreHttpCompat__namespace.ExtendedServiceClient {
642
642
  const defaults = {
643
643
  requestContentType: "application/json; charset=utf-8"
644
644
  };
645
- const packageDetails = `azsdk-js-keyvault-secrets/4.7.0-beta.1`;
645
+ const packageDetails = `azsdk-js-keyvault-secrets/4.7.0`;
646
646
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
647
647
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
648
648
  : `${packageDetails}`;
@@ -1424,7 +1424,7 @@ function getSecretFromSecretBundle(bundle) {
1424
1424
 
1425
1425
  // Copyright (c) Microsoft Corporation.
1426
1426
  // Licensed under the MIT license.
1427
- const SDK_VERSION = "4.7.0-beta.1";
1427
+ const SDK_VERSION = "4.7.0";
1428
1428
 
1429
1429
  // Copyright (c) Microsoft Corporation.
1430
1430
  const tracingClient = coreTracing.createTracingClient({
@@ -1617,7 +1617,7 @@ class RecoverDeletedSecretPoller extends KeyVaultSecretPoller {
1617
1617
  /**
1618
1618
  * The latest supported KeyVault service API version
1619
1619
  */
1620
- const LATEST_API_VERSION = "7.4-preview.1";
1620
+ const LATEST_API_VERSION = "7.4";
1621
1621
 
1622
1622
  // Copyright (c) Microsoft Corporation.
1623
1623
  /**