Skip to content

Commit

Permalink
[AKS] add apiServerAuthorizedIPRanges property (#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer authored and praries880 committed Jan 28, 2019
1 parent 7f3c77e commit 8d178c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,13 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,13 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down

0 comments on commit 8d178c3

Please sign in to comment.