From 23dbed3e552175245080740d1be5b7eb207a2315 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 19 Aug 2020 03:40:05 +0000 Subject: [PATCH] Generated from ef362e1f672ae04861fedc2d56182f7e4608d04a [AKS] Use POST operation for node image version (#10294) --- .../containerservice/mgmt/2020-02-01/containerservice/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/containerservice/mgmt/2020-02-01/containerservice/models.go b/services/containerservice/mgmt/2020-02-01/containerservice/models.go index 7c0cab4e4650..fca9f50aaaf1 100644 --- a/services/containerservice/mgmt/2020-02-01/containerservice/models.go +++ b/services/containerservice/mgmt/2020-02-01/containerservice/models.go @@ -1698,7 +1698,7 @@ type ManagedClusterProperties struct { NodeResourceGroup *string `json:"nodeResourceGroup,omitempty"` // EnableRBAC - Whether to enable Kubernetes Role-Based Access Control. EnableRBAC *bool `json:"enableRBAC,omitempty"` - // EnablePodSecurityPolicy - (PREVIEW) Whether to enable Kubernetes Pod security policy. + // EnablePodSecurityPolicy - (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy. EnablePodSecurityPolicy *bool `json:"enablePodSecurityPolicy,omitempty"` // NetworkProfile - Profile of network configuration. NetworkProfile *NetworkProfileType `json:"networkProfile,omitempty"`