diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md index 9103929c4bc9..f57ac4daf9f3 100644 --- a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 12.5.0-beta.1 (Unreleased) - +## 12.5.0-beta.1 (2020-12-07) +- Added support for service version 2020-04-08. +- This release contains bug fixes to improve quality. ## 12.4.0 (2020-11-10) - This release contains bug fixes to improve quality. diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/README.md b/sdk/storage/Azure.Storage.Blobs.Batch/README.md index b5552b2ca3a3..9c5371c3d666 100644 --- a/sdk/storage/Azure.Storage.Blobs.Batch/README.md +++ b/sdk/storage/Azure.Storage.Blobs.Batch/README.md @@ -1,6 +1,6 @@ # Azure Storage Blobs Batch client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 +> Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. This diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md index d5c7fc0a80ef..c2b4809d2b93 100644 --- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 12.0.0-preview.7 (Unreleased) - +## 12.0.0-preview.7 (2020-12-07) +- Added support for service version 2020-04-08. +- This release contains bug fixes to improve quality. ## 12.0.0-preview.6 (2020-11-10) - This release contains bug fixes to improve quality. diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md index 38927d923b4f..e39a2810148a 100644 --- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md +++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md @@ -1,6 +1,6 @@ # Azure Storage Blobs Change Feed client library for .NET -> Server Version: 2020-02-10, 2019-12-12 +> Server Version: 2020-04-8, 2020-02-10, 2019-12-12 The purpose of the change feed is to provide transaction logs of all the changes that occur to the blobs and the blob metadata in your storage account. The change feed provides ordered, diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md index 71c830a2ffab..ef7c7b8cc243 100644 --- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.8.0-beta.1 (Unreleased) +## 12.8.0-beta.1 (2020-12-07) - Added support for service version 2020-04-08. - Added BlockBlobClient.SyncUploadFromUri(). - Added support for LeaseId parameter for BlobBaseClient.Get/SetTags(). diff --git a/sdk/storage/Azure.Storage.Blobs/README.md b/sdk/storage/Azure.Storage.Blobs/README.md index fccc013d4a2c..b5ac31d5c568 100644 --- a/sdk/storage/Azure.Storage.Blobs/README.md +++ b/sdk/storage/Azure.Storage.Blobs/README.md @@ -1,6 +1,6 @@ # Azure Storage Blobs client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 +> Server Version: 2020-04-8, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md index 8111edc292e8..5b9168dcafa9 100644 --- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.7.0-beta.1 (Unreleased) - +## 12.7.0-beta.1 (2020-12-07) +- This release contains bug fixes to improve quality. ## 12.6.0 (2020-11-10) - This release contains bug fixes to improve quality. diff --git a/sdk/storage/Azure.Storage.Common/README.md b/sdk/storage/Azure.Storage.Common/README.md index f9e9451f30c9..f5cc96493d52 100644 --- a/sdk/storage/Azure.Storage.Common/README.md +++ b/sdk/storage/Azure.Storage.Common/README.md @@ -1,6 +1,6 @@ # Azure Storage Common client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2020-02-02 +> Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2020-02-02 Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md index 431fdcb97f3e..2192e0d68ec5 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md @@ -1,7 +1,9 @@ # Release History -## 12.6.0-beta.1 (Unreleased) -- Fixed bug where DataLakeServiceClient.GetFileSystemClient(), DataLakeFileSystemClient.GetFileClient(), DataLakeFileSystemClient.GetDirectoryClient(), DataLakeDirectoryClient.GetSubDirectoryClient() and DataLakeFileClient.GetFileClient() created clients that could not generate a SAS from clients that could generate a SAS +## 12.6.0-beta.1 (2020-12-07) +- Added support for service version 2020-04-08. +- Fixed bug where DataLakeServiceClient.GetFileSystemClient(), DataLakeFileSystemClient.GetFileClient(), DataLakeFileSystemClient.GetDirectoryClient(), +DataLakeDirectoryClient.GetSubDirectoryClient() and DataLakeFileClient.GetFileClient() created clients that could not generate a SAS from clients that could generate a SAS. ## 12.5.0 (2020-11-10) - Includes all features from 12.5.0-preview.1 diff --git a/sdk/storage/Azure.Storage.Files.DataLake/README.md b/sdk/storage/Azure.Storage.Files.DataLake/README.md index 1de79194e0a5..40f33be22af8 100644 --- a/sdk/storage/Azure.Storage.Files.DataLake/README.md +++ b/sdk/storage/Azure.Storage.Files.DataLake/README.md @@ -1,6 +1,6 @@ # Azure Storage Files Data Lake client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 +> Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 Azure Data Lake includes all the capabilities required to make it easy for developers, data scientists, and analysts to store data of any size, shape, and speed, and do all types of processing and analytics diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md index 6abb9f3984fb..ea5279c385fc 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.6.0-beta.1 (Unreleased) +## 12.6.0-beta.1 (2020-12-07) - Added support for service version 2020-04-08. - Added support for Share Enabled Protocol and Share Squash Root. - Fixed bug where ShareServiceClient.GetShareClient(), ShareClient.GetDirectoryClient(), ShareClient.GetRootDirectoryClient(), ShareClient.WithSnapshot(), ShareDirectoryClient.GetSubDirectoryClient() and ShareDirectoryClient.GetFileClient() created clients that could not generate a SAS from clients that could generate a SAS diff --git a/sdk/storage/Azure.Storage.Files.Shares/README.md b/sdk/storage/Azure.Storage.Files.Shares/README.md index 45ffa47b0b72..e6f5287d3ce8 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/README.md +++ b/sdk/storage/Azure.Storage.Files.Shares/README.md @@ -1,6 +1,6 @@ # Azure Storage File Shares client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 +> Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 Azure File Shares offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md index 1c491e656078..4c27cb7787e8 100644 --- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md +++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History -## 12.6.0-beta.1 (Unreleased) -- Fixed bug where QueueServiceClient.GetQueueClient() and QueueClient.WithClientSideEncryptionOptions() created clients that could not generate a SAS from clients that could generate a SAS +## 12.6.0-beta.1 (2020-12-07) +- Fixed bug where QueueServiceClient.GetQueueClient() and QueueClient.WithClientSideEncryptionOptions() created clients that could not generate a SAS from clients that could generate a SAS. ## 12.5.0 (2020-11-10) - Includes all features from 12.5.0-preview.1 diff --git a/sdk/storage/Azure.Storage.Queues/README.md b/sdk/storage/Azure.Storage.Queues/README.md index f9fb1e258256..0988eec54c40 100644 --- a/sdk/storage/Azure.Storage.Queues/README.md +++ b/sdk/storage/Azure.Storage.Queues/README.md @@ -1,6 +1,6 @@ # Azure Storage Queues client library for .NET -> Server Version: 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 +> Server Version: 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02 Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using