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