PrateekKumarSingh / AzViz

⚡ ☁ Azure Visualizer aka 'AzViz' : A #powershell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource groups
MIT License
584 stars 146 forks source link

Fix: Update required modules #76

Closed moiaune closed 2 years ago

moiaune commented 2 years ago

The cmdlets listed below are used by AzViz but the modules that contains these cmdlets are not a part of the required modules in AzViz.psd1. This PR adds the latest version of those module to the required modules.

This has been tested locally on my mac.

# Az.Network
Get-AzNetworkInterface
Get-AzNetworkWatcher
Get-AzNetworkWatcherTopology
Get-AzVirtualNetwork

# Az.Compute
Get-AzVM