0.3.0 (2021-11-02)
Features Added
- Added
NewClientWithNoCredential
andNewServiceClientWithNoCredential
for authenticating theClient
andServiceClient
with SAS URLs - Added
NewClientWithSharedKey
andNewServiceClientWithSharedKey
for authenticating theClient
andServiceClient
with Shared Keys
Breaking Changes
NewClient
andNewServiceClient
is now used for authenticating theClient
andServiceClient
with credentials fromazidentity
only.ClientOptions
embedsazcore.ClientOptions
and removes all named fields.