12.3.0-beta.1 (2020-12-09)
- Updated Azure Storage Service API version to 2020-04-08.
- Added
generateSasUrl
toQueueClient
to generate a service-level SAS URI for the client. - Added
generateAccountSasUrl
toQueueServiceClient
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.