Skip to content

Commit e11647c

Browse files
levimatheriLevi Muriuki
andauthored
Prepare Azure.ResourceManager.Resources for release (#53260)
Co-authored-by: Levi Muriuki <[email protected]>
1 parent 7dc4d2a commit e11647c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/resources/Azure.ResourceManager.Resources/CHANGELOG.md

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

3-
## 1.12.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.11.2 (2025-10-16)
84

95
### Bugs Fixed
106

117
- Fixed an issue in `ArmDeploymentOperationProperties` deserialization where `StatusCode` could be either a string or a number in JSON, causing `InvalidOperationException` when parsing an integer `StatusCode`.
128

13-
### Other Changes
14-
159
## 1.11.1 (2025-08-20)
1610

1711
### Features Added

sdk/resources/Azure.ResourceManager.Resources/src/Azure.ResourceManager.Resources.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.12.0-beta.1</Version>
3+
<Version>1.11.2</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.11.1</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Resources</PackageId>

0 commit comments

Comments
 (0)