@azure/storage-file-share 12.25.0-alpha.20240920.1 → 12.25.0-alpha.20240925.3

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 = "12.25.0-beta.2";
339
+ const SDK_VERSION = "12.25.0";
340
340
  const SERVICE_VERSION = "2024-11-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
@@ -11359,7 +11359,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
11359
11359
  const defaults = {
11360
11360
  requestContentType: "application/json; charset=utf-8"
11361
11361
  };
11362
- const packageDetails = `azsdk-js-azure-storage-file-share/12.25.0-beta.1`;
11362
+ const packageDetails = `azsdk-js-azure-storage-file-share/12.25.0`;
11363
11363
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
11364
11364
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
11365
11365
  : `${packageDetails}`;