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_11_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_11_01/ManagedCluster.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ interface WithDnsPrefix {
209
209
interfaceWithEnablePodSecurityPolicy {
210
210
/**
211
211
* Specifies enablePodSecurityPolicy.
212
-
* @param enablePodSecurityPolicy (PREVIEW) Whether to enable Kubernetes Pod security policy
212
+
* @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
410
+
* @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_11_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_11_01/implementation/ManagedClusterInner.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,9 @@ public class ManagedClusterInner extends Resource {
110
110
privateBooleanenableRBAC;
111
111
112
112
/**
113
-
* (PREVIEW) Whether to enable Kubernetes Pod security policy.
113
+
* (DEPRECATING) Whether to enable Kubernetes pod security policy
114
+
* (preview). This feature is set for removal on October 15th, 2020. Learn
@@ -362,7 +364,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
362
364
}
363
365
364
366
/**
365
-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
367
+
* 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.
366
368
*
367
369
* @return the enablePodSecurityPolicy value
368
370
*/
@@ -371,7 +373,7 @@ public Boolean enablePodSecurityPolicy() {
371
373
}
372
374
373
375
/**
374
-
* Set (PREVIEW) Whether to enable Kubernetes Pod security policy.
376
+
* 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.
375
377
*
376
378
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
0 commit comments