@azure/storage-blob 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.
package/dist/index.js CHANGED
@@ -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,