12.4.0-beta.1 (2020-12-09)
- Updated Azure Storage Service API version to 2020-04-08.
- Share now supports for NFS. User can specify the
protocols
when creating a Share viaShareClient.create()
. Also added anrootSquash
option for NFS shares. - Added
generateSasUrl
toShareClient
andShareFileClient
to generate a service-level SAS URI for the client. - Added
generateAccountSasUrl
toShareServiceClient
to generate an account-level SAS URI for the client. - Won't remove the first space in the
userAgentOptions.userAgentPrefix
passed to thenewPipeline()
now. Fixed bug 7536.