Skip to content

Commit 6b94c8c

Browse files
committed
feat(acns): add retinaNetworkFlowLogs stream to ensure_container_insights_for_monitoring
1 parent be65c87 commit 6b94c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/azure-cli/azure/cli/command_modules/acs/addonconfiguration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"Microsoft-ContainerInventory",
199199
"Microsoft-ContainerNodeInventory",
200200
"Microsoft-Perf",
201+
"Microsoft-RetinaNetworkFlowLogs",
201202
]
202203

203204

@@ -349,6 +350,7 @@ def ensure_container_insights_for_monitoring(
349350
is_private_cluster=False,
350351
ampls_resource_id=None,
351352
enable_high_log_scale_mode=False,
353+
enable_retina_network_flow_logs=False,
352354
):
353355
"""
354356
Either adds the ContainerInsights solution to a LA Workspace OR sets up a DCR (Data Collection Rule) and DCRA

0 commit comments

Comments
 (0)