From b0e5d3d356753183e1c6cce0b4cc8931ca930fce Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Wed, 14 Oct 2020 10:46:30 +0800 Subject: [PATCH] update changelog for storage beta3 release (#772) --- sdk/storage/azure-storage-blobs/BREAKINGCHANGES.md | 9 --------- sdk/storage/azure-storage-blobs/CHANGELOG.md | 6 +++++- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 sdk/storage/azure-storage-blobs/BREAKINGCHANGES.md diff --git a/sdk/storage/azure-storage-blobs/BREAKINGCHANGES.md b/sdk/storage/azure-storage-blobs/BREAKINGCHANGES.md deleted file mode 100644 index 6c07e3cd5..000000000 --- a/sdk/storage/azure-storage-blobs/BREAKINGCHANGES.md +++ /dev/null @@ -1,9 +0,0 @@ -# Release History - -## 1.0.0-beta.3 (2020-10-13) - -* BlockBlob::Upload, AppendBlob::Create and PageBlob::Create are now by default non-overwriting -* Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod -* Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod -* CreateFromConnectionString now accepts unencoded blob name -* TagConditions is changed to nullable \ No newline at end of file diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 9194074fa..bcc5887fa 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -2,10 +2,14 @@ ## 1.0.0-beta.3 (2020-10-13) +### New Features + * Bump up API version to 2020-02-10 * Support for Last Accessting Time * Add TagCount and ExiryTime in the responses of getting propertites and downloading blobs -* BlockBlob::Upload, AppendBlob::Create and PageBlob::Create are now by default non-overwriting + +### Breaking Changes + * Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod * Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod * CreateFromConnectionString now accepts unencoded blob name