Skip to content

Commit 0740aec

Browse files
authored
Tables Oct patch release (Azure#24730)
1 parent 73d5f10 commit 0740aec

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/tables/Azure.Data.Tables/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 12.3.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.2.1 (2021-10-14)
84

95
### Bugs Fixed
106
- Handle the case where the Uri parameter to the `TableClient` constructor contains the table name. ([#24667](https://github.com/Azure/azure-sdk-for-net/issues/24667))
117

12-
### Other Changes
13-
148
## 12.2.0 (2021-09-07)
159

1610
### Bugs Fixed

sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This client library enables working with the Microsoft Azure Table service</Description>
44
<AssemblyTitle>Microsoft Azure.Data.Tables client library</AssemblyTitle>
5-
<Version>12.3.0-beta.1</Version>
5+
<Version>12.2.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.2.0</ApiCompatVersion>
88
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)