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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,