The following commands does not show the recursive information from their objects:
az network vnet show -g "IMDS_Demo" -n "MyVnet2" -o table
az network vnet peering show -g "IMDS_Demo" --vnet-name "MyVnetToPeer2" -n "MyVnetPeering" -o table
az network lb show -g "IMDS_Demo" -n "MyLB" -o table
az network nic show -g "IMDS_Demo" -n "MyNIC2" -o table
az network nsg show -g "IMDS_Demo" -n "MyNSG" -o table
az network route-table show -g "IMDS_Demo" -n "MyRouteTable" -o table
All of this commands works recursively on PS CLI
Samples attached
azure_network_table_output.txt
The following commands does not show the recursive information from their objects:
All of this commands works recursively on PS CLI
Samples attached
azure_network_table_output.txt