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

Avoid escaping resource group and subscription labels #60

Open moiaune opened 3 years ago

moiaune commented 3 years ago

For me it looks like labels in DOT does not have to escape special characters. Im not proficient in DOT language so if theres a reason that labels for resource groups and subscription are escaped, please cancel this PR.

This PR will remove escaping of special characters when setting the label for resource group and subscription. This is the same behaviour that is already implemented for VNET and Subnets (#65 / #88).

I have tested this locally on macOS, and works as expected there with my Azure environment.