Skip to content

Azure.Storage.DataMovement.Blobs_12.0.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 14 Oct 21:57
59c2c7a

12.0.0-beta.6 (2024-10-14)

Breaking Changes

  • Changed FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default) to FromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default)
  • Changed FromBlob(string blobUri, BlobStorageResourceOptions options = default) to FromBlob(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.Json package dependency to 6.0.10 for security fix.