Skip to content

Commit 896877a

Browse files
author
SDK Automation
committed
Generated from f356af8547956c20a45e88a7488aa55327a20217
Change podsecuritypolicy description from PREVIEW to DEPRECATING.
1 parent abe2f94 commit 896877a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_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_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java

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

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

341343
/**
342-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
344+
* 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.
343345
*
344346
* @return the enablePodSecurityPolicy value
345347
*/
@@ -348,7 +350,7 @@ public Boolean enablePodSecurityPolicy() {
348350
}
349351

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

0 commit comments

Comments
 (0)