Skip to content

Commit a727e5e

Browse files
author
SDK Automation
committed
Generated from f356af8547956c20a45e88a7488aa55327a20217
Change podsecuritypolicy description from PREVIEW to DEPRECATING.
1 parent 28e07bb commit a727e5e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sdk/containerservice/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_08_01/ManagedCluster.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ interface WithDnsPrefix {
199199
interface WithEnablePodSecurityPolicy {
200200
/**
201201
* Specifies enablePodSecurityPolicy.
202-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
202+
* @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
203203
* @return the next definition stage
204204
*/
205205
WithCreate withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy);
@@ -385,7 +385,7 @@ interface WithDnsPrefix {
385385
interface WithEnablePodSecurityPolicy {
386386
/**
387387
* Specifies enablePodSecurityPolicy.
388-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
388+
* @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
389389
* @return the next update stage
390390
*/
391391
Update withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy);

sdk/containerservice/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_08_01/implementation/ManagedClusterInner.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ public class ManagedClusterInner extends Resource {
103103
private Boolean enableRBAC;
104104

105105
/**
106-
* (PREVIEW) Whether to enable Kubernetes Pod security policy.
106+
* (DEPRECATING) Whether to enable Kubernetes pod security policy
107+
* (preview). This feature is set for removal on October 15th, 2020. Learn
108+
* more at aka.ms/aks/azpodpolicy.
107109
*/
108110
@JsonProperty(value = "properties.enablePodSecurityPolicy")
109111
private Boolean enablePodSecurityPolicy;
@@ -340,7 +342,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
340342
}
341343

342344
/**
343-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
345+
* 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.
344346
*
345347
* @return the enablePodSecurityPolicy value
346348
*/
@@ -349,7 +351,7 @@ public Boolean enablePodSecurityPolicy() {
349351
}
350352

351353
/**
352-
* Set (PREVIEW) Whether to enable Kubernetes Pod security policy.
354+
* 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.
353355
*
354356
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
355357
* @return the ManagedClusterInner object itself.

0 commit comments

Comments
 (0)