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
587 stars 146 forks source link

Import module fails with no exported commands #6

Closed J0R3D1N closed 3 years ago

J0R3D1N commented 4 years ago

I cloned your repo, installed PSGraph (since its dependant), but no commands were exported to the PS Session.

image

junecastillote commented 4 years ago

Try to edit line 12 in the AzViz.psd1. Uncomment the RootModule and add AzViz.psm1 like in the screenshot below. Then re-import the module. image

PrateekKumarSingh commented 3 years ago

This issue is fixed in the most recent version of the module, please download from PSGallery.