Skip to content

Commit

Permalink
Os Patching Result for ComputeInstance property
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 committed Mar 13, 2024
1 parent e1649ed commit 334246c
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2164,6 +2164,13 @@
"modelAsString": true
}
},
"osPatchingResult": {
"readOnly": true,
"x-nullable": true,
"title": "OsPatching status and errors.",
"description": "The result of os patching operation on this ComputeInstance.",
"$ref": "#/definitions/ComputeInstanceOsPatchingResult"
},
"enableOSPatching": {
"type": "boolean",
"default": false,
Expand Down Expand Up @@ -3995,6 +4002,31 @@
}
}
},
"ComputeInstanceOsPatchingResult": {
"type": "object",
"readOnly": true,
"description": "The result of os patching operation on this ComputeInstance.",
"properties": {
"osPatchingErrors": {
"readOnly": true,
"x-nullable": true,
"description": "Collection of errors encountered when doing os patching.",
"type": "array",
"items": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
},
"x-ms-identifiers": [
"/error/code"
]
},
"osPatchingStatus": {
"type": "string",
"readOnly": true,
"x-nullable": true,
"description": "The current status of current os patching operation."
}
}
},
"ComputeInstanceCreatedBy": {
"type": "object",
"readOnly": true,
Expand Down

0 comments on commit 334246c

Please sign in to comment.