Releases: Azure/PSRule.Rules.Azure
Releases · Azure/PSRule.Rules.Azure
v1.35.2
What's changed since v1.35.1:
- Bug fixes:
- Fixed regression when handing ambiguous mock array outputs by @BernieWhite.
#2801
- Fixed regression when handing ambiguous mock array outputs by @BernieWhite.
See change log.
v1.35.1
What's changed since v1.35.0:
- Bug fixes:
- Fixed null parameter overrides default value by @BernieWhite.
#2795
- Fixed null parameter overrides default value by @BernieWhite.
See change log.
v1.35.0
What's changed since v1.34.2:
- New features:
- Added WAF pillar specific baselines by @BernieWhite.
#1633
#2752- Use pillar specific baselines to target a specific area of the Azure Well-Architected Framework.
- The following baselines have been added:
Azure.Pillar.CostOptimization
Azure.Pillar.OperationalExcellence
Azure.Pillar.PerformanceEfficiency
Azure.Pillar.Reliability
Azure.Pillar.Security
- Added March 2024 baselines
Azure.GA_2024_03
andAzure.Preview_2024_03
by @BernieWhite.
#2781- Includes rules released before or during March 2024.
- Marked
Azure.GA_2023_12
andAzure.Preview_2023_12
baselines as obsolete.
- Added WAF pillar specific baselines by @BernieWhite.
- Updated rules:
- Updated
Azure.AppService.NETVersion
to detect out of date .NET versions including .NET 5/6/7 by @BernieWhite.
#2766- Bumped rule set to
2024_03
.
- Bumped rule set to
- Updated
Azure.AppService.PHPVersion
to detect out of date PHP versions before 8.2 by @BernieWhite.
#2768- Fixed
Azure.AppService.PHPVersion
check fails when phpVersion is null. - Bumped rule set to
2024_03
.
- Fixed
- Updated
Azure.AKS.Version
to use1.27.9
as the minimum version by @BernieWhite.
#2771
- Updated
- General improvements:
- Renamed Cognitive Services rules to Azure AI by @BernieWhite.
#2776- Rules that were previously named
Azure.Cognitive.*
have been renamed toAzure.AI.*
. - For each rule that has been renamed, an alias has been added to reference the old name.
- Rules that were previously named
- Improved export of in-flight data for Event Grid and Azure Firewall Policies by @BernieWhite.
#2774 - Additional policies added to default ignore list by @BernieWhite.
#1731 - Quality updates to rule documentation by @BernieWhite.
#2570
#1243
#2757- Add rule severity to rule documentation pages.
- Add documentation redirects for renamed rules.
- Updated links to learn.microsoft.com (from docs.microsoft.com) by @lukemurraynz.
#2785
- Renamed Cognitive Services rules to Azure AI by @BernieWhite.
- Engineering:
- Bump coverlet.collector to v6.0.2.
#2754
- Bump coverlet.collector to v6.0.2.
- Bug fixes:
- Fixed false negative from
Azure.LB.AvailabilityZone
when zone list is empty or null by @jtracey93.
#2759 - Fixed failed to expand JObject value with invalid key by @BernieWhite.
#2751
- Fixed false negative from
What's changed since pre-release v1.35.0-B0116:
- General improvements:
- Updated links to learn.microsoft.com (from docs.microsoft.com) by @lukemurraynz.
#2785
- Updated links to learn.microsoft.com (from docs.microsoft.com) by @lukemurraynz.
See change log.
v1.35.0-B0116
What's changed since pre-release v1.35.0-B0084:
- New features:
- Added March 2024 baselines
Azure.GA_2024_03
andAzure.Preview_2024_03
by @BernieWhite.
#2781- Includes rules released before or during March 2024.
- Marked
Azure.GA_2023_12
andAzure.Preview_2023_12
baselines as obsolete.
- Added March 2024 baselines
- General improvements:
- Renamed Cognitive Services rules to Azure AI by @BernieWhite.
#2776- Rules that were previously named
Azure.Cognitive.*
have been renamed toAzure.AI.*
. - For each rule that has been renamed, an alias has been added to reference the old name.
- Rules that were previously named
- Renamed Cognitive Services rules to Azure AI by @BernieWhite.
See change log.
v1.35.0-B0084
What's changed since pre-release v1.35.0-B0055:
- General improvements:
- Improved export of in-flight data for Event Grid and Azure Firewall Policies by @BernieWhite.
#2774
- Improved export of in-flight data for Event Grid and Azure Firewall Policies by @BernieWhite.
See change log.
v1.35.0-B0055
What's changed since pre-release v1.35.0-B0030:
- Updated rules:
- Updated
Azure.AppService.NETVersion
to detect out of date .NET versions including .NET 5/6/7 by @BernieWhite.
#2766- Bumped rule set to
2024_03
.
- Bumped rule set to
- Updated
Azure.AppService.PHPVersion
to detect out of date PHP versions before 8.2 by @BernieWhite.
#2768- Fixed
Azure.AppService.PHPVersion
check fails when phpVersion is null. - Bumped rule set to
2024_03
.
- Fixed
- Updated
Azure.AKS.Version
to use1.27.9
as the minimum version by @BernieWhite.
#2771
- Updated
- General improvements:
- Quality updates to rule documentation by @BernieWhite.
#2570 - Additional policies added to default ignore list by @BernieWhite.
#1731
- Quality updates to rule documentation by @BernieWhite.
- Bug fixes:
- Fixed failed to expand JObject value with invalid key by @BernieWhite.
#2751
- Fixed failed to expand JObject value with invalid key by @BernieWhite.
See change log.
v1.35.0-B0030
What's changed since pre-release v1.35.0-B0012:
- General improvements:
- Add rule severity to rule documentation pages by @BernieWhite.
#1243 - Add documentation redirects for renamed rules by @BernieWhite.
#2757
- Add rule severity to rule documentation pages by @BernieWhite.
- Engineering:
- Bump coverlet.collector to v6.0.2.
#2754
- Bump coverlet.collector to v6.0.2.
- Bug fixes:
- Fixed false negative from
Azure.LB.AvailabilityZone
when zone list is empty or null by @jtracey93.
#2759
- Fixed false negative from
See change log.
v1.35.0-B0012
What's changed since v1.34.2:
- New features:
- Added WAF pillar specific baselines by @BernieWhite.
#1633
#2752- Use pillar specific baselines to target a specific area of the Azure Well-Architected Framework.
- The following baselines have been added:
Azure.Pillar.CostOptimization
Azure.Pillar.OperationalExcellence
Azure.Pillar.PerformanceEfficiency
Azure.Pillar.Reliability
Azure.Pillar.Security
- Added WAF pillar specific baselines by @BernieWhite.
- General improvements:
- Documentation improvements by @BernieWhite.
#2570
- Documentation improvements by @BernieWhite.
See change log.
v1.34.2
What's changed since v1.34.1:
- Bug fixes:
- Fixed export of in-flight data for flexible PostgreSQL servers by @BernieWhite.
#2744
- Fixed export of in-flight data for flexible PostgreSQL servers by @BernieWhite.
See change log.
v1.34.1
What's changed since v1.34.0:
- Bug fixes:
- Fixed policy as rules export issues by @BernieWhite.
#2724
#2725
#2726
#2727
- Fixed policy as rules export issues by @BernieWhite.
See change log.