Skip to content

Commit d40a68d

Browse files
authored
Fix empty Uri for WebAppBackupData (Azure#36911)
* Fix empty Uri for WebAppBackupData * Update changelog
1 parent c9016a4 commit d40a68d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

sdk/websites/Azure.ResourceManager.AppService/CHANGELOG.md

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

99
### Bugs Fixed
1010

11+
- Fixed an issue that exception throws when `Uri` type field is empty during deserialization of `WebAppBackupData`.
12+
1113
### Other Changes
1214

1315
## 1.1.0-beta.1 (2023-05-31)

sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/WebAppBackupData.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/websites/Azure.ResourceManager.AppService/src/autorest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,9 @@ prepend-rp-prefix:
597597
- IPFilterTag
598598
- VirtualNetworkProfile
599599

600+
models-to-treat-empty-string-as-null:
601+
- WebAppBackupData
602+
600603
directive:
601604
# operation removal - should be temporary
602605
# pageable lro

0 commit comments

Comments
 (0)