@azure/storage-queue 12.9.1-alpha.20220616.4 → 12.10.1-alpha.20220718.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/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/src/models/parameters.js +1 -1
- package/dist-esm/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/src/storageClientContext.js +2 -2
- package/dist-esm/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/src/utils/constants.js +2 -2
- package/dist-esm/src/utils/constants.js.map +1 -1
- package/package.json +1 -1
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.
|
|
331
|
-
const SERVICE_VERSION = "2021-06
|
|
330
|
+
const SDK_VERSION = "12.10.1";
|
|
331
|
+
const SERVICE_VERSION = "2021-08-06";
|
|
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.
|
|
423
|
+
const packageVersion = "12.10.1";
|
|
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 || "2021-06
|
|
449
|
+
this.version = options.version || "2021-08-06";
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
|
|
@@ -3470,7 +3470,7 @@ const timeoutInSeconds = {
|
|
|
3470
3470
|
const version = {
|
|
3471
3471
|
parameterPath: "version",
|
|
3472
3472
|
mapper: {
|
|
3473
|
-
defaultValue: "2021-06
|
|
3473
|
+
defaultValue: "2021-08-06",
|
|
3474
3474
|
isConstant: true,
|
|
3475
3475
|
serializedName: "x-ms-version",
|
|
3476
3476
|
type: {
|