Skip to content

Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

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

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

Breaking Changes

  • Changed FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default) to FromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default)
  • Changed FromFile(string fileUri, ShareFileStorageResourceOptions options = default) to FromFile(Uri fileUri, ShareFileStorageResourceOptions options = default)

Bugs Fixed

  • Fixed bug where copying a Azure Storage Blob to a Share File would not be able to convert Content Language and Content Encoding to the string[] type.
  • Fixed bug where LastWrittenOn property was not being preserved when copying a Share File to another Share File.

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.