@azure/storage-queue 12.8.0-alpha.20220307.1 → 12.8.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/CHANGELOG.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # Release History
2
2
 
3
- ## 12.8.0-beta.2 (Unreleased)
3
+ ## 12.8.0 (2022-03-11)
4
4
 
5
5
  ### Features Added
6
6
 
7
- ### Breaking Changes
7
+ - Added support for service version 2021-04-10.
8
8
 
9
9
  ### Bugs Fixed
10
10
 
11
11
  - Fixed a bug where customized `ProxyOptions` is overwrited by a default one when initializing `QueueServiceClient` or `QueueClient` with connection string.
12
12
 
13
- ### Other Changes
14
-
15
13
  ## 12.8.0-beta.1 (2021-11-09)
16
14
 
17
15
  ### Features Added
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.8.0-beta.2";
331
- const SERVICE_VERSION = "2020-12-06";
330
+ const SDK_VERSION = "12.8.0";
331
+ const SERVICE_VERSION = "2021-04-10";
332
332
  /**
333
333
  * The OAuth scope to use with Azure Storage.
334
334
  */
@@ -420,7 +420,7 @@ const StorageQueueLoggingAllowedQueryParameters = [
420
420
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
421
421
  */
422
422
  const packageName = "azure-storage-queue";
423
- const packageVersion = "12.8.0-beta.2";
423
+ const packageVersion = "12.8.0";
424
424
  class StorageClientContext extends coreHttp__namespace.ServiceClient {
425
425
  /**
426
426
  * Initializes a new instance of the StorageClientContext class.
@@ -446,7 +446,7 @@ class StorageClientContext extends coreHttp__namespace.ServiceClient {
446
446
  // Parameter assignments
447
447
  this.url = url;
448
448
  // Assigning values to Constant parameters
449
- this.version = options.version || "2020-12-06";
449
+ this.version = options.version || "2021-04-10";
450
450
  }
451
451
  }
452
452
 
@@ -3467,7 +3467,7 @@ const timeoutInSeconds = {
3467
3467
  const version = {
3468
3468
  parameterPath: "version",
3469
3469
  mapper: {
3470
- defaultValue: "2020-12-06",
3470
+ defaultValue: "2021-04-10",
3471
3471
  isConstant: true,
3472
3472
  serializedName: "x-ms-version",
3473
3473
  type: {