Skip to content

azure-storage-file-share_12.18.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Apr 09:45
80e46f0

12.18.0 (2023-04-13)

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.
  • Added support for reading and writing a file via SeekableByteChannel.