Skip to content

Commit

Permalink
Prep for Tables patch release (#32488)
Browse files Browse the repository at this point in the history
* Test for PartitionKey empty; Prep Tables release
  • Loading branch information
christothes authored Nov 15, 2022
1 parent cd5ea6f commit 8cfafbf
Show file tree
Hide file tree
Showing 7 changed files with 169 additions and 174 deletions.
10 changes: 2 additions & 8 deletions sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Release History

## 12.8.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.7.1 (2022-12-06)

### Bugs Fixed
- Removed client side validation which prevented `GetEntity` and `GetEntityAsync` from getting an entity with an empty string as its RowKey value. ([#32447](https://github.com/Azure/azure-sdk-for-net/issues/32447))

### Other Changes
- Removed client side validation which prevented `GetEntity` and `GetEntityAsync` from getting an entity with an empty string as its RowKey or PartitionKey value. ([#32447](https://github.com/Azure/azure-sdk-for-net/issues/32447))

## 12.7.0 (2022-11-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This client library enables working with the Microsoft Azure Table service</Description>
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
<Version>12.8.0-beta.1</Version>
<Version>12.7.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>12.7.0</ApiCompatVersion>
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cfafbf

Please sign in to comment.