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_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/ManagedCluster.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ interface WithDnsPrefix {
204
204
interfaceWithEnablePodSecurityPolicy {
205
205
/**
206
206
* Specifies enablePodSecurityPolicy.
207
-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
207
+
* @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
393
+
* @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_10_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_10_01/implementation/ManagedClusterInner.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,9 @@ public class ManagedClusterInner extends Resource {
109
109
privateBooleanenableRBAC;
110
110
111
111
/**
112
-
* (PREVIEW) Whether to enable Kubernetes Pod security policy.
112
+
* (DEPRECATING) Whether to enable Kubernetes pod security policy
113
+
* (preview). This feature is set for removal on October 15th, 2020. Learn
@@ -355,7 +357,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
355
357
}
356
358
357
359
/**
358
-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
360
+
* 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.
359
361
*
360
362
* @return the enablePodSecurityPolicy value
361
363
*/
@@ -364,7 +366,7 @@ public Boolean enablePodSecurityPolicy() {
364
366
}
365
367
366
368
/**
367
-
* Set (PREVIEW) Whether to enable Kubernetes Pod security policy.
369
+
* 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.
368
370
*
369
371
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
0 commit comments