Releases: Azure/enterprise-azure-policy-as-code
Releases · Azure/enterprise-azure-policy-as-code
Multiple bug fixes
v6.1.0
What's Changed
- #116 is caused by an issue in Az Module 9.2.x; is fixed with an upgrade to 9.3.0. Microsoft hosted agents are being upgraded starting on 1/23/2023.
- Inserted warning at the beginning of the main README.md file about #116
- #120 multi-tenant naming issue in StarterKit has been fixed
- #121 rewrote entire document for readability
- #122 Fixed version required from (wrong) 9.3.1 to 9.3.0
- #123 Improved error message
Full Changelog: v6.0.5...v6.1.0
Updated CAF scripts
v6.0.4
v6.0.3
v6.0.2
Change multi Policy Set Deny effect handling
- Change multi Policy Set Deny effect handling: every Initiative will set effect to Deny on the second, third, etc. Policy Set instead of Audit
- Fix bug in policy-assignments.md (contributed by @Patchfox )
v6.0 with breaking changes
Replaced az cli with PowrShell Azure Resource Graph Queries and MS Graph for simplification and performance improvements
Simplified cmdlet names for readability
Simplified global-settings.jsonc
Added shared responsibility and sophisticated brownfield capabilities with desired state strategy in global-settings.jsonc
Added support in scripts for GitLab pipelines (no GitLab starter pipeline yet)
Assignment Parameter definitions in Excel or CSV instead of JSON for easier maintainability of large Policy Sets
Renamed Definitions folder to align with Microsoft naming conventions
Make the Properties element optional in Policy resource definitions
Fixed bugs #109 , #104 , #70, #58
v5.3.9: Merge pull request #97 from Azure/CAF/nov-29
Caf/nov 29 - update to match main policies
Bug fix $child.scope
5.3.8 Merge pull request #93 from Azure/92-child-mg-does-not-contain-a-scop…