Skip to content

Commit 4503f47

Browse files
authored
Prepare for v12.9.1 release (Azure#45290)
1 parent ede7138 commit 4503f47

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.10.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.9.1 (2024-08-06)
84

95
### Bugs Fixed
106
- Fixed an issue that prevented use of stored access policy based SaS Uris by adding a constructor to `TableSasBuilder` that accepts a stored access policy identifier without needing to specify the policy's permissions.
117

12-
### Other Changes
13-
148
## 12.9.0 (2024-07-22)
159

1610
### Features Added

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.10.0-beta.1</Version>
5+
<Version>12.9.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>12.9.0</ApiCompatVersion>
88
<DefineConstants>TableSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)