Skip to content

Commit

Permalink
Add properties for os patching (#24775)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Jiang <[email protected]>
  • Loading branch information
chrjia and Chris Jiang authored Jul 11, 2023
1 parent 4b9165d commit c13b9b2
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,10 @@
"description": "ComputeInstance version.",
"$ref": "#/definitions/ComputeInstanceVersion",
"readOnly": true
},
"autoRestartAfterUpdates": {
"type": "boolean",
"description": "Indicates whether this compute instance allow auto reboot when reboot is required after os patching."
}
}
},
Expand Down Expand Up @@ -2875,6 +2879,18 @@
"isLatestOsImageVersion": {
"type": "boolean",
"description": "Specifies whether this compute instance is running on the latest operating system image."
},
"rebootPending": {
"type": "boolean",
"description": "Specifies whether this compute instance is pending for reboot to finish os patching."
},
"patchStatus": {
"type": "string",
"description": "The os patching status."
},
"latestUpdateTime": {
"type": "string",
"description": "Time of the lastest os patching."
}
}
},
Expand Down

0 comments on commit c13b9b2

Please sign in to comment.