@azure/storage-file-share 12.27.0-alpha.20250317.1 → 12.27.0-alpha.20250319.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 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.27.0-beta.1";
339
+ const SDK_VERSION = "12.27.0";
340
340
  const SERVICE_VERSION = "2025-05-05";
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
@@ -12539,7 +12539,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
12539
12539
  const defaults = {
12540
12540
  requestContentType: "application/json; charset=utf-8"
12541
12541
  };
12542
- const packageDetails = `azsdk-js-azure-storage-file-share/12.27.0-beta.1`;
12542
+ const packageDetails = `azsdk-js-azure-storage-file-share/12.27.0`;
12543
12543
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
12544
12544
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
12545
12545
  : `${packageDetails}`;