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
597 stars 148 forks source link

ability to exclude Azure resource types like: Microsoft.Storage/storageAccounts/blobServices #19

Closed PrateekKumarSingh closed 3 years ago

PrateekKumarSingh commented 3 years ago

This feature is implemented in the recent commit with introduction to -ExcludeTypes parameter

Export-AzViz -ResourceGroup prateek -Show -ExcludeTypes "*workspace*", "Microsoft.Storage*" -Theme Neon