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_08_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_08_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_08_01/src/main/java/com/microsoft/azure/management/containerservice/v2019_08_01/implementation/ManagedClusterInner.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,9 @@ public class ManagedClusterInner extends Resource {
103
103
privateBooleanenableRBAC;
104
104
105
105
/**
106
-
* (PREVIEW) Whether to enable Kubernetes Pod security policy.
106
+
* (DEPRECATING) Whether to enable Kubernetes pod security policy
107
+
* (preview). This feature is set for removal on October 15th, 2020. Learn
@@ -340,7 +342,7 @@ public ManagedClusterInner withEnableRBAC(Boolean enableRBAC) {
340
342
}
341
343
342
344
/**
343
-
* Get (PREVIEW) Whether to enable Kubernetes Pod security policy.
345
+
* 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.
344
346
*
345
347
* @return the enablePodSecurityPolicy value
346
348
*/
@@ -349,7 +351,7 @@ public Boolean enablePodSecurityPolicy() {
349
351
}
350
352
351
353
/**
352
-
* Set (PREVIEW) Whether to enable Kubernetes Pod security policy.
354
+
* 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.
353
355
*
354
356
* @param enablePodSecurityPolicy the enablePodSecurityPolicy value to set
0 commit comments