@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 +10 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/src/utils/constants.js +1 -1
- package/dist-esm/src/utils/constants.js.map +1 -1
- package/package.json +8 -8
- package/typings/3.1/storage-queue.d.ts +6 -4
- package/typings/latest/storage-queue.d.ts +17 -4
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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.
|