Skip to content

Commit

Permalink
add default for availableAgentPoolVersions (#19901)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Aug 2, 2022
1 parent 7772fe8 commit e4c9b68
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,12 @@
"schema": {
"$ref": "#/definitions/AgentPoolAvailableVersions"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
Expand Down

0 comments on commit e4c9b68

Please sign in to comment.