@azure/storage-queue 12.25.0-alpha.20250317.1 → 12.26.0-alpha.20250319.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/models/parameters.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +2 -2
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +2 -2
- 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.
|
|
333
|
-
const SERVICE_VERSION = "2025-
|
|
332
|
+
const SDK_VERSION = "12.26.0";
|
|
333
|
+
const SERVICE_VERSION = "2025-05-05";
|
|
334
334
|
/**
|
|
335
335
|
* The OAuth scope to use with Azure Storage.
|
|
336
336
|
*/
|
|
@@ -4112,7 +4112,7 @@ const timeoutInSeconds = {
|
|
|
4112
4112
|
const version = {
|
|
4113
4113
|
parameterPath: "version",
|
|
4114
4114
|
mapper: {
|
|
4115
|
-
defaultValue: "2025-
|
|
4115
|
+
defaultValue: "2025-05-05",
|
|
4116
4116
|
isConstant: true,
|
|
4117
4117
|
serializedName: "x-ms-version",
|
|
4118
4118
|
type: {
|
|
@@ -5053,7 +5053,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
5053
5053
|
const defaults = {
|
|
5054
5054
|
requestContentType: "application/json; charset=utf-8"
|
|
5055
5055
|
};
|
|
5056
|
-
const packageDetails = `azsdk-js-azure-storage-queue/12.
|
|
5056
|
+
const packageDetails = `azsdk-js-azure-storage-queue/12.26.0`;
|
|
5057
5057
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5058
5058
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5059
5059
|
: `${packageDetails}`;
|
|
@@ -5064,7 +5064,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
5064
5064
|
// Parameter assignments
|
|
5065
5065
|
this.url = url;
|
|
5066
5066
|
// Assigning values to Constant parameters
|
|
5067
|
-
this.version = options.version || "2025-
|
|
5067
|
+
this.version = options.version || "2025-05-05";
|
|
5068
5068
|
this.service = new ServiceImpl(this);
|
|
5069
5069
|
this.queue = new QueueImpl(this);
|
|
5070
5070
|
this.messages = new MessagesImpl(this);
|