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

Error formatting a string: #90

Open cyb3n3tic opened 2 years ago

cyb3n3tic commented 2 years ago

Love the module and have been able to use it successfully, but a couple of resource groups generate the error below;

Get-ImageNode: \PowerShell\Modules\AzViz\1.2.1\src\private\ConvertTo-DOTLangauge.ps1:182 Line | 182 | … $nodes += Get-ImageNode -Name "$tocateg/$to".tolower() -Rows ($to, … | ~~~~~~~~~~~~~ | Error formatting a string: Index (zero based) must be greater than or equal to | zero and less than the size of the argument list..

Hopefully something you can fix.

Thanks

Cheers, Ben