From ff4b6d611d9056258a072c3c9cff32e5a5ce1e35 Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 9 Nov 2020 17:36:55 -0600 Subject: [PATCH 1/2] tables release updates --- releases/2020-11/dotnet.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/releases/2020-11/dotnet.md b/releases/2020-11/dotnet.md index 8755676564b..ff4a8879c97 100644 --- a/releases/2020-11/dotnet.md +++ b/releases/2020-11/dotnet.md @@ -18,14 +18,14 @@ The Azure SDK team is pleased to announce our November 2020 client library relea #### Beta -- _Add packages_ +- Tables [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/3ff84e738c517daf3c451fd39a6f126855ac3b95/sdk/tables/Azure.Data.Tables/CHANGELOG.md) ## Installation Instructions To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal: ```bash -$> dotnet install PACKAGE --version whatever +$> dotnet add package Azure.Data.Tables --version 3.0.0-beta.3 ``` ## Feedback @@ -34,9 +34,13 @@ If you have a bug or feature request for one of the libraries, please [file an i ## Release highlights -### _Package name_ +### Tables + +### New Features -- Major changes only!!! +- Added support for Upsert batch operations. +- Added support for some numeric type coercion for TableEntity properties. +- Added TryGetFailedEntityFromException method on TablesTransactionalBatch to extract the entity that caused a batch failure from a RequestFailedException. ## Latest Releases From dd598cfa676064062a550b88c7d99267a9821c0c Mon Sep 17 00:00:00 2001 From: Christopher Scott Date: Mon, 9 Nov 2020 17:38:58 -0600 Subject: [PATCH 2/2] move changelog --- releases/2020-11/dotnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/2020-11/dotnet.md b/releases/2020-11/dotnet.md index ff4a8879c97..131b8bdcc67 100644 --- a/releases/2020-11/dotnet.md +++ b/releases/2020-11/dotnet.md @@ -18,7 +18,7 @@ The Azure SDK team is pleased to announce our November 2020 client library relea #### Beta -- Tables [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/3ff84e738c517daf3c451fd39a6f126855ac3b95/sdk/tables/Azure.Data.Tables/CHANGELOG.md) +- Tables ## Installation Instructions @@ -34,7 +34,7 @@ If you have a bug or feature request for one of the libraries, please [file an i ## Release highlights -### Tables +### Tables [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/3ff84e738c517daf3c451fd39a6f126855ac3b95/sdk/tables/Azure.Data.Tables/CHANGELOG.md) ### New Features