From fb8b11bbd5006fe4d9aed21b2deacdb5ad06a2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20C=C3=A1rdenas?= Date: Thu, 18 Jul 2024 12:41:07 -0700 Subject: [PATCH] [Azure.Data.Tables] Update version for release (#45058) * Update release version in Changelog and project * Update release date --- sdk/tables/Azure.Data.Tables/CHANGELOG.md | 14 +------------- .../Azure.Data.Tables/src/Azure.Data.Tables.csproj | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sdk/tables/Azure.Data.Tables/CHANGELOG.md b/sdk/tables/Azure.Data.Tables/CHANGELOG.md index 8f987811ad61a..fa61a2cf40c0f 100644 --- a/sdk/tables/Azure.Data.Tables/CHANGELOG.md +++ b/sdk/tables/Azure.Data.Tables/CHANGELOG.md @@ -1,22 +1,10 @@ # Release History -## 12.8.4 +## 12.9.0 (2024-07-18) ### Features Added - Overload the `DeleteEntity` method to allow an `ITableEntity` object as parameter. -### Breaking Changes - -### Bugs Fixed - -### Other changes - -## 12.9.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - ### Bugs Fixed - Fixed an issue where custom models decorated with the `DataMemberAttribute` that didn't explicitly set a name caused the query filter to be malformed. diff --git a/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj b/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj index 14cc8a17fe82f..49516265fc57a 100644 --- a/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj +++ b/sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj @@ -2,7 +2,7 @@ This client library enables working with the Microsoft Azure Table service Microsoft Azure.Data.Tables client library - 12.9.0-beta.1 + 12.9.0 12.8.3 TableSDK;$(DefineConstants)