@azure/storage-queue 12.7.0 → 12.7.1-alpha.20211102.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 12.7.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 12.7.0 (2021-09-10)
4
14
 
5
15
  ### Features Added
package/dist/index.js CHANGED
@@ -306,7 +306,7 @@ function ipRangeToString(ipRange) {
306
306
 
307
307
  // Copyright (c) Microsoft Corporation.
308
308
  // Licensed under the MIT license.
309
- const SDK_VERSION = "12.7.0";
309
+ const SDK_VERSION = "12.7.1";
310
310
  const SERVICE_VERSION = "2020-10-02";
311
311
  /**
312
312
  * The OAuth scope to use with Azure Storage.
@@ -399,7 +399,7 @@ const StorageQueueLoggingAllowedQueryParameters = [
399
399
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
400
400
  */
401
401
  const packageName = "azure-storage-queue";
402
- const packageVersion = "12.7.0";
402
+ const packageVersion = "12.7.1";
403
403
  class StorageClientContext extends coreHttp.ServiceClient {
404
404
  /**
405
405
  * Initializes a new instance of the StorageClientContext class.