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

dot.exe : Warning: Two clusters named clustersqldata01 - the second will be ignored #88

Open agiotti opened 2 years ago

agiotti commented 2 years ago

When running with two resource groups I get this error and the script stops. BTW, awesome tool

dot.exe : Warning: Two clusters named clustersqldata01 - the second will be ignored At D:\SourceTree\AzViz\AzViz\src\private\ConvertTo-DOTLangauge.ps1:334 char:25

Visualizing multiple resource groups

Export-AzViz -ResourceGroup "sei-ims-idb-plt-eus2-hadr-data-rg", "sei-ims-idb-plt-cus-hadr-data-rg" -ExcludeTypes "clusters" -LabelVerbosity 2 -CategoryDepth 1 -Theme light -Show -OutputFormat png