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

'Graph' is not recognized as the name of a cmdlet, function #2

Closed dkumarscj closed 3 years ago

dkumarscj commented 5 years ago

Graph : The term 'Graph' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Users\xxx\xxxx\Cloud Foundation\AzViz-master\src\public\Get-AzNetworkVizualization.ps1:105 char:5

VERBOSE: Graph Exported to path:

milind8451 commented 4 years ago

Same error for me.

PrateekKumarSingh commented 3 years ago

Added 'PSGraph' as dependency for this module and in latest version we don't get this error anymore.