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
-@azure Rule - Use Azure Best Practices: When generating code for Azure, running terminal commands for Azure, or performing operations related to Azure, invoke your `azure_development-get_best_practices` tool if available.
Copy file name to clipboardExpand all lines: src/aks-preview/HISTORY.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,14 @@ To release a new version, please select a new version number (usually plus 1 to
12
12
Pending
13
13
+++++++
14
14
15
-
14.0.0b6
15
+
14.0.0b7
16
16
++++++++
17
17
* Add `az aks create/update --enable-retina-flow-logs` and `az aks update --disable-retina-flow-logs` commands.
18
18
19
+
14.0.0b6
20
+
+++++++
21
+
* Add option `--acns-advanced-networkpolicies <None|FQDN|L7>` to `az aks create/update`
22
+
19
23
14.0.0b5
20
24
++++++++
21
25
* Re-generate the SDK for API version 2025-02-02-preview with @autorest/python@6.32.3 to fix `\#31345 <https://github.com/Azure/azure-cli/issues/31345>`_.
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,9 @@
228
228
- name: --disable-acns-security
229
229
type: bool
230
230
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
231
+
- name: --acns-advanced-networkpolicies
232
+
type: string
233
+
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
231
234
- name: --enable-retina-flow-logs
232
235
type: bool
233
236
short-summary: Enable advanced network flow log collection functionalities on a cluster.
@@ -1217,6 +1220,9 @@
1217
1220
- name: --disable-acns-security
1218
1221
type: bool
1219
1222
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
1223
+
- name: --acns-advanced-networkpolicies
1224
+
type: string
1225
+
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
1220
1226
- name: --enable-retina-flow-logs
1221
1227
type: bool
1222
1228
short-summary: Enable advanced network flow log collection functionalities on a cluster.
0 commit comments