@azure/storage-blob 12.25.0-alpha.20240919.1 → 12.25.0-alpha.20240925.3

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
@@ -91,7 +91,7 @@ class BaseRequestPolicy {
91
91
 
92
92
  // Copyright (c) Microsoft Corporation.
93
93
  // Licensed under the MIT License.
94
- const SDK_VERSION = "12.25.0-beta.2";
94
+ const SDK_VERSION = "12.25.0";
95
95
  const SERVICE_VERSION = "2024-11-04";
96
96
  const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
97
97
  const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
@@ -15371,7 +15371,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
15371
15371
  const defaults = {
15372
15372
  requestContentType: "application/json; charset=utf-8",
15373
15373
  };
15374
- const packageDetails = `azsdk-js-azure-storage-blob/12.25.0-beta.1`;
15374
+ const packageDetails = `azsdk-js-azure-storage-blob/12.25.0`;
15375
15375
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
15376
15376
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
15377
15377
  : `${packageDetails}`;
@@ -21187,6 +21187,7 @@ class BlockBlobClient extends BlobClient {
21187
21187
  blockList.push(blockID);
21188
21188
  blockNum++;
21189
21189
  await this.stageBlock(blockID, body, length, {
21190
+ customerProvidedKey: options.customerProvidedKey,
21190
21191
  conditions: options.conditions,
21191
21192
  encryptionScope: options.encryptionScope,
21192
21193
  tracingOptions: updatedOptions.tracingOptions,