@azure/storage-queue 12.24.1-alpha.20241031.1 → 12.25.0-alpha.20241118.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 -3
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 = "
|
|
332
|
+
const SDK_VERSION = "12.25.0";
|
|
333
|
+
const SERVICE_VERSION = "2025-01-05";
|
|
334
334
|
/**
|
|
335
335
|
* The OAuth scope to use with Azure Storage.
|
|
336
336
|
*/
|
|
@@ -4125,7 +4125,7 @@ const timeoutInSeconds = {
|
|
|
4125
4125
|
const version = {
|
|
4126
4126
|
parameterPath: "version",
|
|
4127
4127
|
mapper: {
|
|
4128
|
-
defaultValue: "
|
|
4128
|
+
defaultValue: "2025-01-05",
|
|
4129
4129
|
isConstant: true,
|
|
4130
4130
|
serializedName: "x-ms-version",
|
|
4131
4131
|
type: {
|
|
@@ -5066,7 +5066,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
5066
5066
|
const defaults = {
|
|
5067
5067
|
requestContentType: "application/json; charset=utf-8"
|
|
5068
5068
|
};
|
|
5069
|
-
const packageDetails = `azsdk-js-azure-storage-queue/12.
|
|
5069
|
+
const packageDetails = `azsdk-js-azure-storage-queue/12.25.0`;
|
|
5070
5070
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5071
5071
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5072
5072
|
: `${packageDetails}`;
|
|
@@ -5077,7 +5077,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
5077
5077
|
// Parameter assignments
|
|
5078
5078
|
this.url = url;
|
|
5079
5079
|
// Assigning values to Constant parameters
|
|
5080
|
-
this.version = options.version || "
|
|
5080
|
+
this.version = options.version || "2025-01-05";
|
|
5081
5081
|
this.service = new ServiceImpl(this);
|
|
5082
5082
|
this.queue = new QueueImpl(this);
|
|
5083
5083
|
this.messages = new MessagesImpl(this);
|