@azure/storage-file-share 12.20.0-alpha.20231030.1 → 12.23.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
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.20.0";
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.20.0";
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.20.0`;
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}`;