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
597 stars 148 forks source link

Include required module or document requirement #1

Closed wsmelton closed 3 years ago

wsmelton commented 5 years ago

Use of the Export-PSGraph command means the PSGraph module has to be installed for the functionality to exists on a given user's machine. I was not able to find any direct reference to this in the README file.

Options would be to either include this in your manifest, document it in your README, or have the function check if the module exists before trying to call the export command.

PrateekKumarSingh commented 3 years ago

'PSGraph' added as dependency in the module manifest, should be good in latest versions.