@azure/storage-queue 12.16.0 → 12.17.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
@@ -327,8 +327,8 @@ function ipRangeToString(ipRange) {
327
327
 
328
328
  // Copyright (c) Microsoft Corporation.
329
329
  // Licensed under the MIT license.
330
- const SDK_VERSION = "12.16.0";
331
- const SERVICE_VERSION = "2023-11-03";
330
+ const SDK_VERSION = "12.17.0";
331
+ const SERVICE_VERSION = "2024-05-04";
332
332
  /**
333
333
  * The OAuth scope to use with Azure Storage.
334
334
  */
@@ -444,7 +444,7 @@ const PathStylePorts = [
444
444
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
445
445
  */
446
446
  const packageName = "azure-storage-queue";
447
- const packageVersion = "12.16.0";
447
+ const packageVersion = "12.17.0";
448
448
  class StorageClientContext extends coreHttp__namespace.ServiceClient {
449
449
  /**
450
450
  * Initializes a new instance of the StorageClientContext class.
@@ -470,7 +470,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
470
470
  // Parameter assignments
471
471
  this.url = url;
472
472
  // Assigning values to Constant parameters
473
- this.version = options.version || "2023-11-03";
473
+ this.version = options.version || "2024-05-04";
474
474
  }
475
475
  }
476
476
 
@@ -3753,7 +3753,7 @@ const timeoutInSeconds = {
3753
3753
  const version = {
3754
3754
  parameterPath: "version",
3755
3755
  mapper: {
3756
- defaultValue: "2023-11-03",
3756
+ defaultValue: "2024-05-04",
3757
3757
  isConstant: true,
3758
3758
  serializedName: "x-ms-version",
3759
3759
  type: {