Skip to content

Commit

Permalink
Rename enum for patchStatus (#25257)
Browse files Browse the repository at this point in the history
* Add properties for os patching

* resolve comments

* remove autorestartafterupdates

* update description

* rename property

* Change property osPatchingStatus to upper case

* rename osPatchingStatus to upper case

* add enum for patch status

* add enum for patch status

* rename enum's name

* rename enum

---------

Co-authored-by: Chris Jiang <chrjia@microsoft.com>
  • Loading branch information
chrjia and Chris Jiang authored Aug 10, 2023
1 parent c9d5829 commit 3bc3fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@
"Unknown"
],
"x-ms-enum": {
"name": "OsPatchingStatus",
"name": "PatchStatus",
"modelAsString": true
}
},
Expand Down

0 comments on commit 3bc3fb0

Please sign in to comment.