From 8a8bb653fcba48e2d2b320c3d6797879599bf8d8 Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 7 Dec 2020 11:36:47 -0600 Subject: [PATCH] Prepare storage for release --- sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md | 5 +++-- sdk/storage/Azure.Storage.Blobs.Batch/README.md | 2 +- sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md | 5 +++-- sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md | 2 +- sdk/storage/Azure.Storage.Blobs/CHANGELOG.md | 2 +- sdk/storage/Azure.Storage.Blobs/README.md | 2 +- sdk/storage/Azure.Storage.Common/CHANGELOG.md | 4 ++-- sdk/storage/Azure.Storage.Common/README.md | 2 +- sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md | 6 ++++-- sdk/storage/Azure.Storage.Files.DataLake/README.md | 2 +- sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md | 2 +- sdk/storage/Azure.Storage.Files.Shares/README.md | 2 +- sdk/storage/Azure.Storage.Queues/CHANGELOG.md | 4 ++-- sdk/storage/Azure.Storage.Queues/README.md | 2 +- 14 files changed, 23 insertions(+), 19 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md index 9103929c4bc99..f57ac4daf9f3f 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 b5552b2ca3a32..9c5371c3d666c 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 d5c7fc0a80ef7..c2b4809d2b933 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 38927d923b4f1..e39a2810148a6 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 71c830a2ffab7..ef7c7b8cc243e 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 fccc013d4a2ce..b5ac31d5c568e 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 8111edc292e83..5b9168dcafa9d 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 f9e9451f30c91..f5cc96493d524 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 431fdcb97f3ef..2192e0d68ec5e 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 1de79194e0a52..40f33be22af84 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 6abb9f3984fbb..ea5279c385fca 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 45ffa47b0b72c..e6f5287d3ce89 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 1c491e656078d..4c27cb7787e85 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 f9fb1e258256e..0988eec54c401 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