Skip to content

azure-storage-file-share_12.20.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Oct 16:49
a68505f

12.20.0b1 (2024-10-10)

Features Added

  • Added support for service version 2025-01-05.
  • Added support to specify Premium enum value in access_tier for create_share and set_share_properties APIs.
  • Added file_permission_format to specify permission format for File's copy_file API.
  • Added support for provisioned V2 billing model, including provisioned_iops and provisioned_bandwidth_mibps for
    ShareClient and ShareServiceClient's create_share APIs; provisioned_max_iops and provisioned_max_bandwidth_mibps
    for ShareClient's set_share_properties API; and retrieve included_burst_iop, max_burst_credits_for_iops,
    next_provisioned_iops_downgrade and next_provisioned_bandwidth_downgrade through get_share_properties API.
    ShareServiceClient's list_shares API returns the new properties through get_share_properties for each share.