From ec224b34363bc5383d80bb4f234bfcc9eee9204d Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Thu, 26 Oct 2023 13:47:42 -0400 Subject: [PATCH 1/2] Adding privatedns to allowedresource types for dnsZoneResourceIds --- .../aks/preview/2023-10-02-preview/managedClusters.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json index 61f132aed4d1..aecfa2f6b0fa 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json @@ -7512,12 +7512,15 @@ "allowedResources": [ { "type": "Microsoft.Network/dnszones" + }, + { + "type": "Microsoft.Network/privateDnsZones" } ] } }, "maxItems": 5, - "description": "Resource IDs of the public DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled. All public DNS zones must be in the same resource group." + "description": "Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group." }, "identity": { "readOnly": true, @@ -8953,4 +8956,4 @@ "x-ms-parameter-location": "method" } } -} +} \ No newline at end of file From 8dfa0c7b22a2c6ada3bf9f44e96c049981b4f865 Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Thu, 26 Oct 2023 13:53:56 -0400 Subject: [PATCH 2/2] fix style --- .../aks/preview/2023-10-02-preview/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json index aecfa2f6b0fa..16715e19ad70 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-10-02-preview/managedClusters.json @@ -8956,4 +8956,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +}