From 7588ae21f15638fb7da98fada769e60310f84549 Mon Sep 17 00:00:00 2001 From: Li Ma Date: Wed, 21 Oct 2020 14:22:55 +0800 Subject: [PATCH] add private dns zone property in 2020-11-01 --- .../stable/2020-11-01/managedClusters.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json index f06d4937e701..a6683fa1645b 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json @@ -2603,6 +2603,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."