Version 10.31.0-preview.1
Dependency updates
- Golang 1.24.4 -> 1.24.6 (#3154)
New Features
- Azure Files NFS -> Azure Files SMB transfers.
- Transfer from Azure Files NFS to Azure Files SMB. (
--from-to=FileNFSFileSMB
)
- Transfer from Azure Files NFS to Azure Files SMB. (
- Azure Files SMB -> Azure Files NFS transfers.
- Transfer from Azure Files SMB to Azure Files NFS. (
--from-to=FileSMBFileNFS
)
- Transfer from Azure Files SMB to Azure Files NFS. (
- Symlink support for Azure Files NFS shares.
Introduced support for symbolic links in Azure Files NFS shares.
Symlinks can be preserved, skipped, or followed based on command-line flags.- Preserve symlinks:
--preserve-symlinks=true
- Skip symlinks: default behavior when flags are not provided
- Follow symlinks:
--follow-symlinks=true
- Preserve symlinks:
- Added a --check-version flag to make version checking an opt in feature. (#3173)
Bug Fixes
- Fixed a bug to retry on WSAETIMEDOUT on Windows. (#3195)
- Fixed a bug with the folder creation tracker which caused folder creation calls to happen more often than necessary. (#3151)
- Fixed a bug to redact x-ams-credential from logs. (#3206)
- Fixed a bug where powershell login would fail with older versions of Az.Accounts. (#3191)
- Fixed a bug where symlink direct targets would be handled as a file instead of a symlink. (#3222)
Breaking changes
- AzCopy no longer checks version by default. (#3173)