Skip to content

Commit

Permalink
add autoupgradeprofile to 2020-11-01 (#11363)
Browse files Browse the repository at this point in the history
* add autoupgradeprofile

* add autoupgrader profile to mc

* format change

Co-authored-by: Xiahe Liu <[email protected]>
  • Loading branch information
xhl873 and Xiahe Liu authored Oct 26, 2020
1 parent f579999 commit 5b0b4f6
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,10 @@
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"autoUpgradeProfile": {
"$ref": "#/definitions/ManagedClusterAutoUpgradeProfile",
"description": "Profile of auto upgrade configuration."
},
"autoScalerProfile": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2765,6 +2769,24 @@
],
"description": "Control plane and agent pool upgrade profiles."
},
"ManagedClusterAutoUpgradeProfile": {
"properties": {
"upgradeChannel": {
"type": "string",
"enum": [
"rapid",
"stable",
"patch"
],
"x-ms-enum": {
"name": "upgradeChannel",
"modelAsString": true
},
"description": "upgrade channel for auto upgrade."
}
},
"description": "Auto upgrade profile for a managed cluster."
},
"ManagedClusterAADProfile": {
"properties": {
"managed": {
Expand Down

0 comments on commit 5b0b4f6

Please sign in to comment.