Skip to content

Commit 6b8d064

Browse files
author
SDK Automation
committed
Generated from f356af8547956c20a45e88a7488aa55327a20217
Change podsecuritypolicy description from PREVIEW to DEPRECATING.
1 parent 0073f4b commit 6b8d064

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ interface WithDnsPrefix {
248248
interface WithEnablePodSecurityPolicy {
249249
/**
250250
* Specifies enablePodSecurityPolicy.
251-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
251+
* @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
252252
* @return the next definition stage
253253
*/
254254
WithCreate withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy);
@@ -482,7 +482,7 @@ interface WithDnsPrefix {
482482
interface WithEnablePodSecurityPolicy {
483483
/**
484484
* Specifies enablePodSecurityPolicy.
485-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
485+
* @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
486486
* @return the next update stage
487487
*/
488488
Update withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy);

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

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

114114
/**
115-
* (PREVIEW) Whether to enable Kubernetes Pod security policy.
115+
* (DEPRECATING) Whether to enable Kubernetes pod security policy
116+
* (preview). This feature is set for removal on October 15th, 2020. Learn
117+
* more at aka.ms/aks/azpodpolicy.
116118
*/
117119
@JsonProperty(value = "properties.enablePodSecurityPolicy")
118120
private Boolean enablePodSecurityPolicy;
@@ -383,7 +385,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
383385
}
384386

385387
/**
386-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
388+
* 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.
387389
*
388390
* @return the enablePodSecurityPolicy value
389391
*/
@@ -392,7 +394,7 @@ public Boolean enablePodSecurityPolicy() {
392394
}
393395

394396
/**
395-
* Set (PREVIEW) Whether to enable Kubernetes Pod security policy.
397+
* 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.
396398
*
397399
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
398400
* @return the ManagedClusterInner object itself.

0 commit comments

Comments
 (0)