diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 6ae0f3ea5..79e9167e1 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -11,8 +11,6 @@ - Added new fields `AccessTierChangedOn`, `ArchiveStatus`, `RehydratePriority`, `CopyId`, `CopySource`, `CopyStatus`, `CopyStatusDescription`, `IsIncrementalCopy`, `IncrementalCopyDestinationSnapshot`, `CopyProgress`, `CopyCompletedOn`, `Tags`, `DeletedOn` and `RemainingRetentionDays` into `BlobItemDetails`. - Added support for including blob tags when listing blobs. -### Breaking Changes - ### Bugs Fixed - Fixed a bug where lease ID didn't work for `BlobContainerClient::GetAccessPolicy()`. @@ -20,8 +18,6 @@ - Fixed a bug where `BlobItemDetails::EncryptionKeySha256` was always null because it wasn't correctly parsed from xml. - Fixed a bug where `BlockBlobClient::GetBlockList` threw exception if the blob is not committed. -### Other Changes - ## 12.0.1 (2021-07-07) ### Bug Fixes diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index 022bf2309..ed47ed30b 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -2,16 +2,10 @@ ## 12.1.0 (2021-08-10) -### Features Added - -### Breaking Changes - ### Bugs Fixed - Avoid time domain casting exception during request cancellation. (A community contribution, courtesy of _[johnwheffner](https://github.com/johnwheffner)_) -### Other Changes - ### Acknowledgments Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release: diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 52bf1558a..624267707 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -6,12 +6,6 @@ - Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`. -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 12.0.1 (2021-07-07) ### Bug Fixes diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index 4465fa484..4503b0415 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -2,16 +2,10 @@ ## 12.1.0 (2021-08-10) -### Features Added - -### Breaking Changes - ### Bugs Fixed - Fixed a bug where unspecified SMB properties got overwritten rather than preserved by `SetProperties()`. -### Other Changes - ## 12.0.1 (2021-07-07) No API changes since `12.0.0`.