What's changed since v2.7.0:
- General improvements:
- Important change: Replaced
SuppressedRuleWarning
execution option withRuleSuppressed
by @BernieWhite.
#1456- Improved options for output of suppressed rules with
RuleSuppressed
option. - Deprecated
SuppressedRuleWarning
option, which will be removed in v3.
- Improved options for output of suppressed rules with
- Added support for logging excluded rules by @BernieWhite.
#1432 - Added additional options to schema for PSRule for Azure by @BernieWhite.
#1446 - Improved error message for failing to read options file by @BernieWhite.
#1433 - Added support for import within initialize block by @BernieWhite.
#1448 - Added support for direct typing on import by @BernieWhite.
#1449- Use the
$PSRule.ImportWithType
method to import an object with a specific type.
- Use the
- Important change: Replaced
- Engineering:
- Bug fixes:
- Fixes handling of numerics in tests for that are impacted by regional format by @BernieWhite.
#1405
- Fixes handling of numerics in tests for that are impacted by regional format by @BernieWhite.
See change log.