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

Missing Modules on Mac #126

Open fshskadz opened 1 month ago

fshskadz commented 1 month ago

After figuring out the dot executable issue on ARM64 Macs (which has not one, but 2 PRs to solve), I also found that a bunch of other modules are missing and probably should be mentioned in the Mac quickstart:

Install-Module Az.Compute Install-Module Az.Network

Mapping my infrastructure failed on the first and then the second before installing those. Once installed, it worked as expected.