Skip to content
Prev Previous commit
Next Next commit
add agentUpdate back to hostPool
  • Loading branch information
ryanosh committed Oct 3, 2022
commit 1f24c67f13ab117390b15b7768025a13b00638c6
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,10 @@
"type": "boolean",
"description": "Is cloud pc resource.",
"readOnly": true
},
"agentUpdate": {
"$ref": "#/definitions/AgentUpdateProperties",
"description": "The session host configuration for updating agent, monitoring agent, and stack component."
}
}
},
Expand Down Expand Up @@ -3394,6 +3398,10 @@
"startVMOnConnect": {
"type": "boolean",
"description": "The flag to turn on/off StartVMOnConnect feature."
},
"agentUpdate": {
"$ref": "#/definitions/AgentUpdatePatchProperties",
"description": "The session host configuration for updating agent, monitoring agent, and stack component."
}
}
},
Expand Down