Skip to content

Commit 8f5cf84

Browse files
authored
Fix for issue Azure#45976 (Azure#47641)
1 parent cd76681 commit 8f5cf84

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Bugs Fixed
1212

13+
- Fix an issue that the `SessionHostData` can't handle empty `resourceId`.
14+
1315
### Other Changes
1416

1517
## 1.3.0 (2024-09-10)

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/src/Generated/SessionHostData.Serialization.cs

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

sdk/desktopvirtualization/Azure.ResourceManager.DesktopVirtualization/src/autorest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ enable-bicep-serialization: true
2626
#mgmt-debug:
2727
# show-serialized-names: true
2828

29+
models-to-treat-empty-string-as-null:
30+
- SessionHostData
31+
2932
format-by-name-rules:
3033
'tenantId': 'uuid'
3134
'ETag': 'etag'

0 commit comments

Comments
 (0)