Skip to content

azure-storage-file-share_12.21.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Feb 20:33
1526d4e

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, and file_mode options to
    create_file, create_directory, set_http_headers (File and Directory), DirectoryProperties, and FileProperties.
  • Added new create_hard_link method to ShareFileClient to create hard links to specified
    files and is only supported for the NFS protocol.
  • create_file, create_directory, and set_http_headers (File and Directory) APIs no longer send
    request headers x-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.