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 aTokenCredential
, the new
keyword parameterShareTokenIntent
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
andallowSourceTrailingDot
on client construction. WhenallowTrailingDot
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.