Skip to content

Commit

Permalink
Adjust release date (#45132)
Browse files Browse the repository at this point in the history
* Adjust release date

* Fix CI
  • Loading branch information
JonathanCrd authored Jul 22, 2024
1 parent 8a56c24 commit 6725cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/tables/Azure.Data.Tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.9.0 (2024-07-18)
## 12.9.0 (2024-07-22)

### Features Added
- Overload the `DeleteEntity` method to allow an `ITableEntity` object as parameter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public async Task CreateDeleteEntitiesAsync()

// Delete the entity given the partition and row key.
await client.DeleteEntityAsync(partitionKey, rowKey);

// Delete the strong entity given the entity object.
await client.DeleteEntityAsync(strongEntity);

Expand Down

0 comments on commit 6725cd1

Please sign in to comment.