@azure/storage-queue 12.22.0-alpha.20240603.1 → 12.22.0-alpha.20240604.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/storage-blob/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/dist-esm/storage-queue/src/generated/src/models/parameters.js +1 -1
- package/dist-esm/storage-queue/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/storage-queue/src/generated/src/storageClient.js +2 -2
- package/dist-esm/storage-queue/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-queue/src/utils/constants.js +2 -2
- package/dist-esm/storage-queue/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -329,8 +329,8 @@ function ipRangeToString(ipRange) {
|
|
|
329
329
|
|
|
330
330
|
// Copyright (c) Microsoft Corporation.
|
|
331
331
|
// Licensed under the MIT license.
|
|
332
|
-
const SDK_VERSION = "12.22.0
|
|
333
|
-
const SERVICE_VERSION = "
|
|
332
|
+
const SDK_VERSION = "12.22.0";
|
|
333
|
+
const SERVICE_VERSION = "2024-05-04";
|
|
334
334
|
/**
|
|
335
335
|
* The OAuth scope to use with Azure Storage.
|
|
336
336
|
*/
|
|
@@ -3980,7 +3980,7 @@ const timeoutInSeconds = {
|
|
|
3980
3980
|
const version = {
|
|
3981
3981
|
parameterPath: "version",
|
|
3982
3982
|
mapper: {
|
|
3983
|
-
defaultValue: "
|
|
3983
|
+
defaultValue: "2024-05-04",
|
|
3984
3984
|
isConstant: true,
|
|
3985
3985
|
serializedName: "x-ms-version",
|
|
3986
3986
|
type: {
|
|
@@ -4921,7 +4921,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
4921
4921
|
const defaults = {
|
|
4922
4922
|
requestContentType: "application/json; charset=utf-8"
|
|
4923
4923
|
};
|
|
4924
|
-
const packageDetails = `azsdk-js-azure-storage-queue/12.22.0
|
|
4924
|
+
const packageDetails = `azsdk-js-azure-storage-queue/12.22.0`;
|
|
4925
4925
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
4926
4926
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
4927
4927
|
: `${packageDetails}`;
|
|
@@ -4932,7 +4932,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
4932
4932
|
// Parameter assignments
|
|
4933
4933
|
this.url = url;
|
|
4934
4934
|
// Assigning values to Constant parameters
|
|
4935
|
-
this.version = options.version || "
|
|
4935
|
+
this.version = options.version || "2024-05-04";
|
|
4936
4936
|
this.service = new ServiceImpl(this);
|
|
4937
4937
|
this.queue = new QueueImpl(this);
|
|
4938
4938
|
this.messages = new MessagesImpl(this);
|