Releases: Azure/enterprise-azure-policy-as-code
Releases · Azure/enterprise-azure-policy-as-code
Bug fix for empty globalNotScopes
v5.3.7 Merge pull request #91 from Azure/90-empty-globalnotscopes-property-f…
v5.3.6
v5.3.5: multiple big fixes
What's Changed
- Added DDOS policy to Landing zones by @anwather in #68
- Updated role name by @jeremiahhoward in #72
- Updated policy initiative by @anwather in #74
- Enhance operational scripts by @nicko3185 in #76
- Enhancements to New-AzPolicyReaderRole script. by @haflidif in #78
New Contributors
- @jeremiahhoward made their first contribution in #72
- @haflidif made their first contribution in #78
Full Changelog: v5.3.4...v5.3.5
v5.3.4: Merge pull request #67 from Azure/bug/roleplancount
Fixed role plan change count
Parameter single element array type bug fix
Bug fix dealing with mishandling of an array with one element. This is caused by PowerShell's array unwinding on return.
Regression bug fix in Create-AzRemediationTasks.ps1.
Bug introduced in v5.1: Create-AzRemediationTasks.ps1 did not create remediation tasks.
v5.3.1
What's Changed
Policy autodoc feature refinement by @techlake in #62
- Improved the documentation output format
- Documented the improved feature as promised in v5.3
- v5.3 included breaking changes in auto-documentation definition/output. Please read the warning in
Definitions/Documentation/README.md
for details
Full Changelog: v5.3...v5.3.1
v5.3: Merge pull request #61 from Azure/feature/heinrich/autodoc
- New auto-doc enhancements (may be breaking for some documentation changes
- Bug fix for assignment parameter handling
- Known issue, documentation does not yet reflect new feature -> I will fix that next week.
v5.2
v5.1
What's Changed
Exemptions managed with EPAC by @techlake in #54
- Get-AzExemptions.ps1.
- Define Exemptions in Definitions/Exemptions.
- Define as Json or CSV.
- Optional XLSX though a third-party PowerShell gallery module.
Bug Fixes and Minor Improvements
- Fix bug with suppressDeletes switch.
- Renamed Definitions/DocumentationSpec to Definitions/Documentation. Script will check old path if new path doesn't exist to avoid breaking changes.
- Improved documentation generation.