Skip to content

Commit 4ecef70

Browse files
authored
Fix empty Uri for AgentConfiguration (Azure#35546)
* Fix empty Uri for AgentConfiguration * Prepare for release * Prepare for release
1 parent 1bf98ad commit 4ecef70

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

sdk/hybridcompute/Azure.ResourceManager.HybridCompute/CHANGELOG.md

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

3-
## 1.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0-beta.3 (2023-04-17)
84

95
### Bugs Fixed
10-
11-
### Other Changes
6+
- Fixed an issue that `System.UriFormatException` is thrown when `Uri` type field is empty during serialization of `AgentConfiguration`.
127

138
## 1.0.0-beta.2 (2023-02-17)
149

sdk/hybridcompute/Azure.ResourceManager.HybridCompute/src/Generated/Models/AgentConfiguration.Serialization.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/hybridcompute/Azure.ResourceManager.HybridCompute/src/autorest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ rename-rules:
5959
URI: Uri
6060
Etag: ETag|etag
6161

62+
models-to-treat-empty-string-as-null:
63+
- AgentConfiguration
64+
6265
```

0 commit comments

Comments
 (0)