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

Resource icons show up as generic #74

Open MohnJadden opened 2 years ago

MohnJadden commented 2 years ago

Some resource types (devtestlab schedules, application pools, host groups - there may be others) show generic cube icons instead of their resource icons.
Example: this was generated from export-azviz -resourcegroup rgNameGoesHere -show -labelverbosity 3 -outputfilepath C:\Files\verbosity3.png: image

Its counterpart with the issue was generated from export-azviz -resourcegroup rgNameGoesHere -show -labelverbosity 1 -outputfilepath C:\Files\verbosity1.png:

image

MohnJadden commented 2 years ago

Connections and local network gateways are also showing up as generic cubes. As seen here, NYC-Site1 is a local network gateway, all other generics are connections.

image