@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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/Clients.js +1 -0
- package/dist-esm/storage-blob/src/Clients.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
- package/types/latest/storage-blob.d.ts +4 -0
@@ -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,
|