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 Export-AzResourceGroup Failing #101

Closed MillerMarc1 closed 1 year ago

MillerMarc1 commented 1 year ago

Export-AzResourceGroup fails for resource groups with over 200 resources. An error message is displayed to the user. By checking for this condition before, a simpler error message is thrown.