@azure/storage-queue 12.12.0-alpha.20230126.2 → 12.12.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 +3 -3
- 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 +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 +6 -6
package/dist/index.js
CHANGED
|
@@ -328,7 +328,7 @@ function ipRangeToString(ipRange) {
|
|
|
328
328
|
// Copyright (c) Microsoft Corporation.
|
|
329
329
|
// Licensed under the MIT license.
|
|
330
330
|
const SDK_VERSION = "12.12.0";
|
|
331
|
-
const SERVICE_VERSION = "2021-
|
|
331
|
+
const SERVICE_VERSION = "2021-12-02";
|
|
332
332
|
/**
|
|
333
333
|
* The OAuth scope to use with Azure Storage.
|
|
334
334
|
*/
|
|
@@ -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 || "2021-
|
|
473
|
+
this.version = options.version || "2021-12-02";
|
|
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: "2021-
|
|
3498
|
+
defaultValue: "2021-12-02",
|
|
3499
3499
|
isConstant: true,
|
|
3500
3500
|
serializedName: "x-ms-version",
|
|
3501
3501
|
type: {
|