Skip to content

Commit

Permalink
[AKS] add apiServerAuthorizedIPRanges property (Azure#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer authored and AnuTalluri committed Feb 6, 2019
1 parent 4cbb229 commit 9f8f0ce
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 9f8f0ce

Please sign in to comment.