Changes (2022-Sep-12 / Major)
- New feature 'ALZ EverGreen' - Azure Landing Zones EverGreen for Policy and Set definitions. AzGovViz will clone the ALZ GitHub repository and collect the ALZ policy and set definitions history. The ALZ data will be compared with the data from your tenant so that you can get lifecycle management recommendations for ALZ policy and set definitions that already exist in your tenant plus a list of ALZ policy and set definitions that do not exist in your tenant. The ALZ EverGreen results will be displayed in the TenantSummary and a CSV export
*_ALZEverGreen.csv
will be provided. Thanks! ALZ Team- New parameter
-NoALZEverGreen
- Do not execute the ALZ EverGreen feature
- New parameter
- Update: Per default DefinitionInsights will be written to a separate HTML file. This will improve the html file handling (browser memory usage /response time / user experience).
- Note: Please update your Azure DevOps and GitHub YAML files with the latest versions if you are using the webApp publishing feature
- New parameter
-NoDefinitionInsightsDedicatedHTML
(DefinitionInsights will NOT be written to a separate HTML file*_DefinitionInsights.html
)
- Add Resource fluctuation detailed (
*_ResourceFluctuationDetailed.csv
) CSV output (add/remove, scope details, resource details) - Fix consumption reporting for large tenants with more than 3k subscriptions (Management Group abc has too many subscriptions , exceeding CCM API Current Limit 3000)
- Fix CSV export
*_PolicySetDefinitions.csv
- Builtin Policy definitions contained in PolicySet definitions will only show the GUID instead of the full ID as for large PolicySet definitions the field size limit in Excel may be exceeded (column: PoliciesUsed4CSV) - BuiltIn definitions collection - add 'Static' Policy definitions (part of DefinitionInsights and
*_PolicyDefinitions.csv
) - Fix HierarchyMap image quality (now .png (aka 'peng')). Thanks! Brooks Vaughn
- Use AzAPICall PowerShell module version 1.1.23
- Optimizations