⚡ ☁ 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
603
stars
151
forks
source link
Fix casing in Images.ps1 to match LoadBalancers.png #59
This PR fixes the casing for 'loadbalancer.png' in AzViz/src/private/Images.ps1 to match the filename for AzViz/icons/LoadBalancers.png as AzViz could not find the icon when run from pwsh on a Ubuntu VM.
Hi!
This PR fixes the casing for 'loadbalancer.png' in
AzViz/src/private/Images.ps1
to match the filename forAzViz/icons/LoadBalancers.png
as AzViz could not find the icon when run from pwsh on a Ubuntu VM.