Skip to content

Commit

Permalink
add disable update field to task agent reference
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tôrres <[email protected]>
  • Loading branch information
t0rr3sp3dr0 authored and paulolieuthier committed May 5, 2023
1 parent ba2dd82 commit d7fcade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azuredevops/taskagent/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,8 @@ type TaskAgent struct {
Links interface{} `json:"_links,omitempty"`
// This agent's access point.
AccessPoint *string `json:"accessPoint,omitempty"`
// Whether or not this agent should auto-update to latest version.
DisableUpdate *bool `json:"disableUpdate,omitempty"`
// Whether or not this agent should run jobs.
Enabled *bool `json:"enabled,omitempty"`
// Signifies that this Agent can only run one job and will be removed by the server after that one job finish.
Expand Down

0 comments on commit d7fcade

Please sign in to comment.