Skip to content

Commit b4e28ef

Browse files
authored
1 parent 6b9ad7c commit b4e28ef

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

sdk/authorization/Azure.ResourceManager.Authorization/CHANGELOG.md

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

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.6 (2025-11-09)
104

115
### Other Changes
126

7+
- Support the [case](https://github.com/Azure/azure-sdk-for-net/issues/53089) where the delegatedManagedIdentityResourceId of RoleAssignment may be an empty string rather than null.
8+
139
## 1.1.5 (2025-07-28)
1410

1511
### Features Added

sdk/authorization/Azure.ResourceManager.Authorization/src/Azure.ResourceManager.Authorization.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.2.0-beta.1</Version>
3+
<Version>1.1.6</Version>
44
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
55
<ApiCompatVersion>1.1.5</ApiCompatVersion>
66
<PackageId>Azure.ResourceManager.Authorization</PackageId>

sdk/authorization/Azure.ResourceManager.Authorization/src/Generated/RoleAssignmentData.Serialization.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/authorization/Azure.ResourceManager.Authorization/src/autorest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ rename-mapping:
6767
UserSet: RoleManagementUserInfo
6868
UserType: RoleManagementUserType
6969

70+
models-to-treat-empty-string-as-null:
71+
- RoleAssignmentData
72+
7073
format-by-name-rules:
7174
'tenantId': 'uuid'
7275
'applicationId': 'uuid'

0 commit comments

Comments
 (0)