From c6334240ba52e6c6ded8830db82854bab48b5a0e Mon Sep 17 00:00:00 2001
From: SDK Automation <sdkautomation@microsoft.com>
Date: Wed, 29 Jul 2020 20:52:39 +0000
Subject: [PATCH] Generated from 74e5d24c253504bf264fa91f2cec52f724bb8596

updated scenario name
---
 .../containerservice/v2019_10_01/ManagedCluster.java      | 4 ++--
 .../v2019_10_01/implementation/ManagedClusterInner.java   | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/ManagedCluster.java b/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/ManagedCluster.java
index f555493f79939..107c5670f83ac 100644
--- a/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/ManagedCluster.java
+++ b/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/ManagedCluster.java
@@ -204,7 +204,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);
@@ -390,7 +390,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_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/implementation/ManagedClusterInner.java b/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/implementation/ManagedClusterInner.java
index a27cd36e1e805..1e3499451e884 100644
--- a/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/implementation/ManagedClusterInner.java
+++ b/sdk/containerservice/mgmt-v2019_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/implementation/ManagedClusterInner.java
@@ -109,7 +109,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;
@@ -355,7 +357,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
      */
@@ -364,7 +366,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.