Skip to content

Commit 0a1fdf0

Browse files
committed
feat(cnl): Update stream for retina-operator 0.1.14 and ama agent update
1 parent 0640335 commit 0a1fdf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/aks-preview/azext_aks_preview/addonconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"Microsoft-ContainerInventory",
5959
"Microsoft-ContainerNodeInventory",
6060
"Microsoft-Perf",
61-
"Microsoft-RetinaNetworkFlowLogs",
61+
"Microsoft-ContainerNetworkLogs",
6262
]
6363

6464

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17593,7 +17593,7 @@ def test_aks_create_acns_with_flow_logs(
1759317593
get_cmd = f'rest --method get --url https://management.azure.com{dcr_resource_id}?api-version=2022-06-01'
1759417594
self.cmd(get_cmd, checks=[
1759517595
self.check('properties.destinations.logAnalytics[0].workspaceResourceId', f'{workspace_resource_id}'),
17596-
self.check('properties.dataFlows[0].streams[-1]', 'Microsoft-RetinaNetworkFlowLogs'),
17596+
self.check('properties.dataFlows[0].streams[-1]', 'Microsoft-ContainerNetworkLogs'),
1759717597
])
1759817598

1759917599
disable_cmd = "aks update --resource-group={resource_group} --name={name} --disable-container-network-logs -o json"

0 commit comments

Comments
 (0)