diff --git a/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/ManagedCluster.java b/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/ManagedCluster.java index 687f5854a321b..8dd077048876e 100644 --- a/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/ManagedCluster.java +++ b/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/ManagedCluster.java @@ -199,7 +199,7 @@ interface WithDnsPrefix { interface WithEnablePodSecurityPolicy { /** * Specifies enablePodSecurityPolicy. - * @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy + * @param 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 * @return the next definition stage */ WithCreate withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy); @@ -385,7 +385,7 @@ interface WithDnsPrefix { interface WithEnablePodSecurityPolicy { /** * Specifies enablePodSecurityPolicy. - * @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy + * @param 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 * @return the next update stage */ Update withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy); diff --git a/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java b/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java index edd924a4e7937..a134a39c25a33 100644 --- a/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java +++ b/sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java @@ -102,7 +102,9 @@ public class ManagedClusterInner extends Resource { private Boolean enableRBAC; /** - * (PREVIEW) Whether to enable Kubernetes Pod security policy. + * (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. */ @JsonProperty(value = "properties.enablePodSecurityPolicy") private Boolean enablePodSecurityPolicy; @@ -339,7 +341,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) { } /** - * Get (PREVIEW) Whether to enable Kubernetes Pod security policy. + * Get (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. * * @return the enablePodSecurityPolicy value */ @@ -348,7 +350,7 @@ public Boolean enablePodSecurityPolicy() { } /** - * Set (PREVIEW) Whether to enable Kubernetes Pod security policy. + * Set (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. * * @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set * @return the ManagedClusterInner object itself.