v1.33.0-B0169
Pre-release
Pre-release
BernieWhite
released this
04 Feb 04:20
·
332 commits
to main
since this release
What's changed since pre-release v1.33.0-B0126:
- New features:
- Exporting policy as rules also generates a baseline by @BernieWhite.
#2482- A baseline is automatically generated that includes for all rules exported.
If a policy rule has been replaced by a built-in rule, the baseline will include the built-in rule instead. - The baseline is named
<Prefix>.PolicyBaseline.All
. i.e.Azure.PolicyBaseline.All
by default. - For details see Policy as rules.
- A baseline is automatically generated that includes for all rules exported.
- Exporting policy as rules also generates a baseline by @BernieWhite.
- General improvements:
- Rules that are ignored during exporting policy as rules are now generate a verbose logs by @BernieWhite.
#2482- This is to improve transparency of why rules are not exported.
- To see details on why a rule is ignored, enable verbose logging with
-Verbose
.
- Policies that duplicate built-in rules can now be exported by using the
-KeepDuplicates
parameter by @BernieWhite.
#2482- For details see Policy as rules.
- Rules that are ignored during exporting policy as rules are now generate a verbose logs by @BernieWhite.
- Bug fixes:
- Fixed inconclusive result reported for
Azure.ACR.Usage
by @BernieWhite.
#2494 - Fixed export of Front Door resource data is incomplete by @BernieWhite.
#2668
- Fixed inconclusive result reported for
See change log.