From cf94d142370ddbe89db2d426ef749a0a667d370f Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 5 Aug 2020 08:27:42 +0000 Subject: [PATCH] Generated from ef362e1f672ae04861fedc2d56182f7e4608d04a [AKS] Use POST operation for node image version (#10294) --- .../containerservice/v2020_06_01/ManagedCluster.java | 4 ++-- .../v2020_06_01/implementation/ManagedClusterInner.java | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/ManagedCluster.java b/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/ManagedCluster.java index 43e6678cbf980..1ccd320ff262e 100644 --- a/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/ManagedCluster.java +++ b/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/ManagedCluster.java @@ -248,7 +248,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); @@ -482,7 +482,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-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/implementation/ManagedClusterInner.java b/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/implementation/ManagedClusterInner.java index 5dca672c3faf3..5ca4f3e497912 100644 --- a/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/implementation/ManagedClusterInner.java +++ b/sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/implementation/ManagedClusterInner.java @@ -112,7 +112,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; @@ -383,7 +385,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 */ @@ -392,7 +394,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.