Skip to content

azure-storage-file-share_12.18.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 29 Mar 00:10
88ceeef

12.18.0-beta.1 (2023-03-28)

Features Added

  • Added support for 2022-11-02 service version.
  • Added support for TokenCredential to be used for authentication. Note: When using a TokenCredential, the new
    keyword parameter ShareTokenIntent is required and must be provided. Additionally, this form of authentication is
    only supported for certain operations in the Data Plane SDK.
  • Added support for allowTrailingDot and allowSourceTrailingDot on client construction. When allowTrailingDot is
    provided, the service will not silently remove any trailing . character from directory/file names for all operations
    made from that client. allowSourceTrailingDot will apply this same rule to source files when performing a rename or copy operation.