From 4b3bb4a2048b6fc207b4b03c5a2a4afe41f560a3 Mon Sep 17 00:00:00 2001 From: Tongyao Si Date: Thu, 31 Jan 2019 09:37:45 +0000 Subject: [PATCH] Add enablePodSecurityPolicy field in property --- .../preview/2018-08-01-preview/managedClusters.json | 4 ++++ .../stable/2018-03-31/managedClusters.json | 4 ++++ 2 files changed, 8 insertions(+) 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..2e2daa988387 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 @@ -1346,6 +1346,10 @@ "type": "boolean", "description": "Whether to enable Kubernetes Role-Based Access Control." }, + "enablePodSecurityPolicy": { + "type": "boolean", + "description": "Whether to enable Pod Security Policy." + }, "networkProfile": { "$ref": "#/definitions/ContainerServiceNetworkProfile", "description": "Profile of network configuration." 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..756ee919be1a 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 @@ -1308,6 +1308,10 @@ "type": "boolean", "description": "Whether to enable Kubernetes Role-Based Access Control." }, + "enablePodSecurityPolicy": { + "type": "boolean", + "description": "Whether to enable Pod Security Policy." + }, "networkProfile": { "$ref": "#/definitions/ContainerServiceNetworkProfile", "description": "Profile of network configuration."