Changes (2022-May-21 / Major)
Note: Azure DevOps and GitHub users must update the YAML file(s) and PowerShell files (
AzGovVizParallel.ps1
andprerequisites.ps1
)
- Integration of PSRule for Azure. This feature is optional, use new parameter
-DoPSRule
- Provides a Azure Well-Architected Framework aligned suite of rules for validating Azure resources
- Provides meaningful information to allow remediation
- New parameter
-PSRuleVersion
- Define the PSRule..Rules.Azure PowerShell module version, if undefined then 'latest' will be used
- Optional feature: publish HTML to Azure Web App (check the Setup Guide) in Azure DevOps or GitHub Actions - thanks Wayne Meyer
- New feature / report on enabled Subscription Features TenantSummary, ScopeInsights and CSV export
- Decomissioned Azure DevOps
.pipelines
- use the new YAML files.azuredevops/pipelines/*
- Fix #issue92 -> pipeline .azuredevops/pipelines/AzGovViz.pipeline.yml
- Update Azure DevOps pipelines / use AzurePowershell@5
- Update prerequisites.ps1