v2.3.0
CISAzureBenchmark-PS v2.3.0
Benchmark: CIS Microsoft Azure Foundations Benchmark v6.0.0
Coverage: See README for current control coverage
Requirements
- PowerShell 7.0+
- Az PowerShell modules (installed automatically with
Install-Module)
Quick Start
Install-Module CISAzureFoundationsBenchmark -Scope CurrentUser
Connect-AzAccount
Invoke-CISAzureAudit -TenantId (Get-AzContext).Tenant.IdSee the README for full documentation.
What's Changed
- Lead installation docs with the PowerShell Gallery by @vegazbabz in #77
- Declare Az modules as RequiredModules so Gallery installs pull them by @vegazbabz in #78
- Expand Gallery tags and declare Core edition compatibility by @vegazbabz in #79
Full Changelog: v2.2.0...v2.3.0