From ac401be0bc324fa26b583fdf38153cf83636c783 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Tue, 8 Sep 2020 13:08:56 -0500 Subject: [PATCH 1/2] set release date in changelog --- sdk/tables/Azure.Data.Tables/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/Azure.Data.Tables/CHANGELOG.md b/sdk/tables/Azure.Data.Tables/CHANGELOG.md index 02434784717d..3276911e3632 100644 --- a/sdk/tables/Azure.Data.Tables/CHANGELOG.md +++ b/sdk/tables/Azure.Data.Tables/CHANGELOG.md @@ -1,3 +1,3 @@ # Release History -## 3.0.0-beta.1 (Unreleased) +## 3.0.0-beta.1 (2020-09-08) From 0a113f1fb849c11b558ce9921614fe7799fbaf02 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Tue, 8 Sep 2020 13:14:46 -0500 Subject: [PATCH 2/2] content --- sdk/tables/Azure.Data.Tables/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk/tables/Azure.Data.Tables/CHANGELOG.md b/sdk/tables/Azure.Data.Tables/CHANGELOG.md index 3276911e3632..7f9cd6d22a6b 100644 --- a/sdk/tables/Azure.Data.Tables/CHANGELOG.md +++ b/sdk/tables/Azure.Data.Tables/CHANGELOG.md @@ -1,3 +1,8 @@ # Release History ## 3.0.0-beta.1 (2020-09-08) + +This is the first beta of the `Azure.Data.Tables` client library. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes. + +This package's [documentation](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/tables/Azure.Data.Tables/readme.md) +and [samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/tables/Azure.Data.Tables/samples) demonstrate the new API.