Update Changelog for storage 12.1.0 release (#2731)

This commit is contained in:
JinmingHu 2021-08-11 07:01:00 +08:00 committed by GitHub
parent 1b05f98891
commit 8fcc1df085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -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:

View File

@ -6,12 +6,6 @@
- Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 12.0.1 (2021-07-07)
### Bug Fixes

View File

@ -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`.