Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare storage for release #17382

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs.Batch/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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().
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Common/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files.DataLake/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files.Shares/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Queues/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down