Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.3
Pre-release
Pre-release
12.0.0-beta.3 (2024-10-14)
Breaking Changes
- Changed
FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default)toFromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default) - Changed
FromFile(string fileUri, ShareFileStorageResourceOptions options = default)toFromFile(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.Jsonpackage dependency to 6.0.10 for security fix.