@azure/storage-file-share 12.24.0-alpha.20240719.1 → 12.24.0-alpha.20240722.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- 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 +2 -2
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-file-share/src/utils/constants.js +1 -1
- package/dist-esm/storage-file-share/src/utils/constants.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -336,7 +336,7 @@ function ipRangeToString(ipRange) {
|
|
336
336
|
|
337
337
|
// Copyright (c) Microsoft Corporation.
|
338
338
|
// Licensed under the MIT license.
|
339
|
-
const SDK_VERSION = "12.24.0
|
339
|
+
const SDK_VERSION = "12.24.0";
|
340
340
|
const SERVICE_VERSION = "2024-08-04";
|
341
341
|
const FILE_MAX_SIZE_BYTES = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
|
342
342
|
const FILE_RANGE_MAX_SIZE_BYTES = 4 * 1024 * 1024; // 4MB
|
@@ -11205,7 +11205,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
11205
11205
|
const defaults = {
|
11206
11206
|
requestContentType: "application/json; charset=utf-8"
|
11207
11207
|
};
|
11208
|
-
const packageDetails = `azsdk-js-azure-storage-file-share/12.24.0
|
11208
|
+
const packageDetails = `azsdk-js-azure-storage-file-share/12.24.0`;
|
11209
11209
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
11210
11210
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
11211
11211
|
: `${packageDetails}`;
|