@azure/storage-file-share 12.20.0-alpha.20231023.1 → 12.23.0-alpha.20231031.2
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/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-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 +4 -4
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$1 = "12.
|
339
|
+
const SDK_VERSION$1 = "12.23.0-beta.1";
|
340
340
|
const SERVICE_VERSION = "2023-01-03";
|
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
|
@@ -1323,7 +1323,7 @@ class BaseRequestPolicy {
|
|
1323
1323
|
|
1324
1324
|
// Copyright (c) Microsoft Corporation.
|
1325
1325
|
// Licensed under the MIT license.
|
1326
|
-
const SDK_VERSION = "12.
|
1326
|
+
const SDK_VERSION = "12.23.0-beta.1";
|
1327
1327
|
/**
|
1328
1328
|
* The OAuth scope to use with Azure Storage.
|
1329
1329
|
*/
|
@@ -11096,7 +11096,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
11096
11096
|
const defaults = {
|
11097
11097
|
requestContentType: "application/json; charset=utf-8"
|
11098
11098
|
};
|
11099
|
-
const packageDetails = `azsdk-js-azure-storage-file-share/12.
|
11099
|
+
const packageDetails = `azsdk-js-azure-storage-file-share/12.23.0-beta.1`;
|
11100
11100
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
11101
11101
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
11102
11102
|
: `${packageDetails}`;
|