@azure/storage-file-share 12.25.0-alpha.20240919.1 → 12.25.0-alpha.20240925.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -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/dist-esm/storage-file-share/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-file-share/src/utils/constants.js +1 -1
- package/dist-esm/storage-file-share/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
@@ -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,
|