diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json index 5adb58d75a3d..c49e0b0eaa01 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-08-01-preview/managedClusters.json @@ -1353,13 +1353,6 @@ "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." diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json index 059e26841e31..b12567ed2abf 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2018-03-31/managedClusters.json @@ -1315,13 +1315,6 @@ "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."