azure-storage-file-share_12.21.0b1
Pre-release
Pre-release
12.21.0b1 (2025-02-11)
Features Added
- Added support for service version 2025-05-05.
- Added support for NFS shares to existing APIs. This includes adding
owner,group, andfile_modeoptions to
create_file,create_directory,set_http_headers(File and Directory),DirectoryProperties, andFileProperties. - Added new
create_hard_linkmethod toShareFileClientto create hard links to specified
files and is only supported for theNFSprotocol. create_file,create_directory, andset_http_headers(File and Directory) APIs no longer send
request headersx-ms-file-permission-key,x-ms-file-attributes,x-ms-file-creation-time, and
x-ms-file-last-write-timeby default. The request headers have been optional in the REST API since
service version 2021-06-08. The default behavior of these APIs remain the same.