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-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/ManagedCluster.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ interface WithDnsPrefix {
199
199
interfaceWithEnablePodSecurityPolicy {
200
200
/**
201
201
* 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
* @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
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_06_01/implementation/ManagedClusterInner.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,9 @@ public class ManagedClusterInner extends Resource {
102
102
privateBooleanenableRBAC;
103
103
104
104
/**
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
@@ -339,7 +341,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
339
341
}
340
342
341
343
/**
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.
343
345
*
344
346
* @return the enablePodSecurityPolicy value
345
347
*/
@@ -348,7 +350,7 @@ public Boolean enablePodSecurityPolicy() {
348
350
}
349
351
350
352
/**
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.
352
354
*
353
355
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
0 commit comments