You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/ManagedCluster.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ interface WithDnsPrefix {
248
248
interfaceWithEnablePodSecurityPolicy {
249
249
/**
250
250
* 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
* @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
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_06_01/implementation/ManagedClusterInner.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,9 @@ public class ManagedClusterInner extends Resource {
112
112
privateBooleanenableRBAC;
113
113
114
114
/**
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
@@ -383,7 +385,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
383
385
}
384
386
385
387
/**
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.
387
389
*
388
390
* @return the enablePodSecurityPolicy value
389
391
*/
@@ -392,7 +394,7 @@ public Boolean enablePodSecurityPolicy() {
392
394
}
393
395
394
396
/**
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.
396
398
*
397
399
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
0 commit comments