@azure/storage-queue 12.13.0 → 12.14.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.13.0";
331
- const SERVICE_VERSION = "2022-11-02";
330
+ const SDK_VERSION = "12.14.0";
331
+ const SERVICE_VERSION = "2023-01-03";
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.13.0";
447
+ const packageVersion = "12.14.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 || "2022-11-02";
473
+ this.version = options.version || "2023-01-03";
474
474
  }
475
475
  }
476
476
 
@@ -3495,7 +3495,7 @@ const timeoutInSeconds = {
3495
3495
  const version = {
3496
3496
  parameterPath: "version",
3497
3497
  mapper: {
3498
- defaultValue: "2022-11-02",
3498
+ defaultValue: "2023-01-03",
3499
3499
  isConstant: true,
3500
3500
  serializedName: "x-ms-version",
3501
3501
  type: {