Skip to content

Commit

Permalink
add private dns zone property in 2020-11-01 (#11311)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Ma <lima2@microsoft.com>
  • Loading branch information
levimm and Li Ma authored Oct 27, 2020
1 parent 32e20b4 commit a99984b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,10 @@
"enablePrivateCluster": {
"type": "boolean",
"description": "Whether to create the cluster as a private cluster or not."
},
"privateDNSZone": {
"type": "string",
"description": "Private dns zone mode for private cluster. "
}
},
"description": "Access profile for managed cluster API server."
Expand Down

0 comments on commit a99984b

Please sign in to comment.