@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.
@@ -1803,6 +1803,7 @@ export class BlockBlobClient extends BlobClient {
1803
1803
  blockList.push(blockID);
1804
1804
  blockNum++;
1805
1805
  await this.stageBlock(blockID, body, length, {
1806
+ customerProvidedKey: options.customerProvidedKey,
1806
1807
  conditions: options.conditions,
1807
1808
  encryptionScope: options.encryptionScope,
1808
1809
  tracingOptions: updatedOptions.tracingOptions,