Breaking Changes
================

12.0.0 (2019-11)
--------------------------
- Renamed a a number of operations and models to better align with other client
  libraries and the .NET Framework Design Guidelines

12.0.0-preview.4 (2019-10)
--------------------------
- Removing Uri property from BlobUriBuilder and replacing with a ToUri method
  that returns the Uri.
- Change BlobItem.Deleted and BlobItemProperties.AccessTierInferred from bool?
  to bool
- Replace GetBlobsOptions with BlobTraits and BlobStates enums/parameters
- Replace GetContainersOptions with BlobContainerTraits
- Change BlockListType to a BlockListTypes flags enum
- Changed ArchiveStatus and RehydratePriority into enums
- Added Blob prefix to all APIs starting with Container
- Added Blob prefix to all the BlobServiceClient.GetProperties return types
- Changed PageInfo, PageRange, and AccountInfo to structs
- Renamed SetTier to SetAccessTier
- Made Pipeline property internal
- Changed LeaseClient.Break to use a TimeSpan
- Removed public constructors from output only Models

12.0.0-preview.3 (2019-09)
--------------------------
- Changing from Nullable<PublicAccessType> to just PublicAccessType in all
  relevant APIs. Use PublicAccessType.None instead of null.
- Changed from int to TimeSpan for Lease durations.

12.0.0-preview.2 (2019-08)
--------------------------
- Removed CopyFromUriOperation.  Use Operation<long> instead.

12.0.0-preview.1 (2019-07)
--------------------------
- New Azure.Storage.Blobs client library.  For more information, please visit:
  https://aka.ms/azure-sdk-preview1-net.
