From f82269827b3873c0c26d1aff5724337ae1c9ef3e Mon Sep 17 00:00:00 2001 From: Li Ma Date: Tue, 3 Aug 2021 13:28:49 +0800 Subject: [PATCH 1/2] add publicNetworkAccess per network platform's request --- .../stable/2021-08-01/managedClusters.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json index b90abe42e4df..2a73d07dbf71 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json @@ -3540,6 +3540,11 @@ "securityProfile": { "$ref": "#/definitions/ManagedClusterSecurityProfile", "description": "Security profile for the managed cluster." + }, + "publicNetworkAccess": { + "type": "string", + "title": "Whether the cluster can be accessed through public network or not", + "description": "Default value is “Enabled” (case insensitive). Could be set to “Disabled” to enable private cluster" } }, "description": "Properties of the managed cluster." From c4c173c4bfbc00abf8f35f3cb1172e30285f7576 Mon Sep 17 00:00:00 2001 From: Li Ma Date: Tue, 3 Aug 2021 13:39:42 +0800 Subject: [PATCH 2/2] fix quota --- .../stable/2021-08-01/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json index 2a73d07dbf71..73eeeba75e45 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-08-01/managedClusters.json @@ -3544,7 +3544,7 @@ "publicNetworkAccess": { "type": "string", "title": "Whether the cluster can be accessed through public network or not", - "description": "Default value is “Enabled” (case insensitive). Could be set to “Disabled” to enable private cluster" + "description": "Default value is 'Enabled' (case insensitive). Could be set to 'Disabled' to enable private cluster" } }, "description": "Properties of the managed cluster."