Is there a python sdk command to get the vnet peering details in azure along with the necessary input variables.
Is there a python sdk to get the list of vnet peering in azure?
170 views Asked by Ghost rider At
1
Is there a python sdk command to get the vnet peering details in azure along with the necessary input variables.
Didn't find the sdk but found a az network command which gave me the outcome "az network vnet peering list -g MyResourceGroup --vnet-name MyVnet1"
In python you have to do something like
Keep into mind I already have the az account login in powershell.