@azure/storage-queue 12.22.0-alpha.20240530.1 → 12.22.0-alpha.20240604.1

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
@@ -329,8 +329,8 @@ function ipRangeToString(ipRange) {
329
329
 
330
330
  // Copyright (c) Microsoft Corporation.
331
331
  // Licensed under the MIT license.
332
- const SDK_VERSION = "12.22.0-beta.2";
333
- const SERVICE_VERSION = "2023-11-03";
332
+ const SDK_VERSION = "12.22.0";
333
+ const SERVICE_VERSION = "2024-05-04";
334
334
  /**
335
335
  * The OAuth scope to use with Azure Storage.
336
336
  */
@@ -3980,7 +3980,7 @@ const timeoutInSeconds = {
3980
3980
  const version = {
3981
3981
  parameterPath: "version",
3982
3982
  mapper: {
3983
- defaultValue: "2023-11-03",
3983
+ defaultValue: "2024-05-04",
3984
3984
  isConstant: true,
3985
3985
  serializedName: "x-ms-version",
3986
3986
  type: {
@@ -4921,7 +4921,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4921
4921
  const defaults = {
4922
4922
  requestContentType: "application/json; charset=utf-8"
4923
4923
  };
4924
- const packageDetails = `azsdk-js-azure-storage-queue/12.22.0-beta.2`;
4924
+ const packageDetails = `azsdk-js-azure-storage-queue/12.22.0`;
4925
4925
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4926
4926
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4927
4927
  : `${packageDetails}`;
@@ -4932,7 +4932,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4932
4932
  // Parameter assignments
4933
4933
  this.url = url;
4934
4934
  // Assigning values to Constant parameters
4935
- this.version = options.version || "2023-11-03";
4935
+ this.version = options.version || "2024-05-04";
4936
4936
  this.service = new ServiceImpl(this);
4937
4937
  this.queue = new QueueImpl(this);
4938
4938
  this.messages = new MessagesImpl(this);