From 7bfbef55963590e09446323d715bd0b1ff4253ad Mon Sep 17 00:00:00 2001 From: anishjose <33880841+anishjose@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:29:48 -0600 Subject: [PATCH] Update howto-cluster-runtime-upgrade-template.md correction on commands for networkfabric nni, acl, l2domain list --- operator-nexus/howto-cluster-runtime-upgrade-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/operator-nexus/howto-cluster-runtime-upgrade-template.md b/operator-nexus/howto-cluster-runtime-upgrade-template.md index 2c47821ef0..a884c06257 100644 --- a/operator-nexus/howto-cluster-runtime-upgrade-template.md +++ b/operator-nexus/howto-cluster-runtime-upgrade-template.md @@ -318,10 +318,10 @@ az customlocation list -g --subscription -o table # Fabric az networkfabric fabric list -g --subscription -o table az networkfabric rack list -g --subscription -o table -az networkfabric fabric device list -g --subscription -o table +az networkfabric device list -g --subscription -o table az networkfabric nni list -g --fabric --subscription -o table -az networkfabric acl list -g --fabric --subscription -o table -az networkfabric l2domain list -g --fabric --subscription -o table +az networkfabric acl list -g --subscription -o table +az networkfabric l2domain list -g --subscription -o table # CM az networkcloud clustermanager list -g --subscription -o table