12.12.0b1 (2023-03-28)
Features Added
- Added support for service version 2022-11-02.
- Added support for
TokenCredential
to be used for authentication. ATokenCredential
can be provided for the
credential
parameter to any client constructor. Note: When using aTokenCredential
, the new keyword parameter
token_intnet
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
allow_trailing_dot
andallow_source_trailing_dot
on client construction. When
allow_trailing_dot
is provided, the service will not silently remove any trailing.
character from directory/file
names for all operations made from that client.allow_source_trailing_dot
will apply this same rule to source files
when performing a rename or copy operation.