Azure.Storage.DataMovement.Blobs_12.0.0-beta.6
Pre-release
Pre-release
12.0.0-beta.6 (2024-10-14)
Breaking Changes
- Changed
FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default)toFromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default) - Changed
FromBlob(string blobUri, BlobStorageResourceOptions options = default)toFromBlob(Uri blobUri, BlobStorageResourceOptions options = default)
Bugs Fixed
- Fixed bug where using OAuth would not preserve source properties to destination properties.
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.