Skip to content

azure-storage-common_12.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Jan 07:41
d63b161

12.0.0-beta.6 (2020-01-14)

New Features

  • Add new type ContentHash.
  • Add definition of Metadata.
  • Support setting account SAS permission with a raw string.

Breaking Changes

  • Rename SharedKeyCredential to StorageSharedKeyCredential.
  • Rename StorageSharedKeyCredential::UpdateAccountKey to StorageSharedKeyCredential::Update.
  • Make StoragePerRetryPolicy and StorageSharedKeyPolicy private by moving them to theDetails namespace.
  • Remove StorageRetryOptions, use Azure::Core::Http::RetryOptions instead.
  • Move Account SAS into Azure::Storage::Sas namespace.
  • All date time related strings are now changed to Azure::Core::DateTime type.
  • Move version strings into Details namespace.
  • Move Base64Encode and Base64Decode from the Azure::Storage namespace to Azure::Core.
  • Remove the string accepting overload of Base64Encode.