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_mode
options to
create_file
,create_directory
,set_http_headers
(File and Directory),DirectoryProperties
, andFileProperties
. - Added new
create_hard_link
method toShareFileClient
to create hard links to specified
files and is only supported for theNFS
protocol. 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-time
by 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.