You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.