We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be65c87 commit 6b94c8cCopy full SHA for 6b94c8c
src/azure-cli/azure/cli/command_modules/acs/addonconfiguration.py
@@ -198,6 +198,7 @@
198
"Microsoft-ContainerInventory",
199
"Microsoft-ContainerNodeInventory",
200
"Microsoft-Perf",
201
+ "Microsoft-RetinaNetworkFlowLogs",
202
]
203
204
@@ -349,6 +350,7 @@ def ensure_container_insights_for_monitoring(
349
350
is_private_cluster=False,
351
ampls_resource_id=None,
352
enable_high_log_scale_mode=False,
353
+ enable_retina_network_flow_logs=False,
354
):
355
"""
356
Either adds the ContainerInsights solution to a LA Workspace OR sets up a DCR (Data Collection Rule) and DCRA
0 commit comments