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: src/aks-preview/HISTORY.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +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
+
19.0.0b16
16
+
+++++++
17
+
* Update --enable-container-network-logs DCR to ContainerNetworkLogs instead of RetinaNetworkFlowLogs
18
+
15
19
19.0.0b15
16
20
+++++++
17
21
* Fix `NoneType` error when performing operations on automatic clusters that have hosted system components enabled.
18
22
19
-
20
23
19.0.0b14
21
24
+++++++
22
25
* `az aks safeguards`: Add support for Deployment Safeguards with Pod Security Standards (PSS). New `--pss-level` parameter allows setting PSS enforcement level to Privileged, Baseline, or Restricted. Commands now support both `-g/-n` and `--cluster` argument patterns.
help="Path to JSON file to write fragment import information. This is used with --generate-import. If not specified, the import statement will print to the console",
346
355
validator=validate_fragment_json,
347
356
)
357
+
c.argument(
358
+
"container_definitions",
359
+
options_list=['--with-containers'],
360
+
action='append',
361
+
required=False,
362
+
type=json.loads,
363
+
help='Container definitions to include in the policy'
0 commit comments