Releases: Azure/PSRule.Rules.Azure
Releases · Azure/PSRule.Rules.Azure
v1.38.0-B0011
What's changed since v1.37.0:
- New rules:
- Azure Database for MySQL:
- Verify that Azure Database for MySQL servers have a customer-controlled maintenance window configured by @BenjaminEngeset.
#2916 - Verify that servers have zone-redundant high availability (HA) configured by @BenjaminEngeset.
#2914
- Verify that Azure Database for MySQL servers have a customer-controlled maintenance window configured by @BenjaminEngeset.
- Azure Database for PostgreSQL:
- Verify that Azure Database for PostgreSQL servers have a customer-controlled maintenance window configured by @BenjaminEngeset.
#2927 - Verify that servers have zone-redundant high availability (HA) configured by @BenjaminEngeset.
#2932
- Verify that Azure Database for PostgreSQL servers have a customer-controlled maintenance window configured by @BenjaminEngeset.
- Azure Firewall:
- Verify that firewalls have availability zones configured by @BenjaminEngeset.
#2909
- Verify that firewalls have availability zones configured by @BenjaminEngeset.
- Virtual Network Gateway:
- Verify that VPN/ExpressRoute gateways have a customer-controlled maintenance configuration configured by @BenjaminEngeset.
#2910
- Verify that VPN/ExpressRoute gateways have a customer-controlled maintenance configuration configured by @BenjaminEngeset.
- Azure Database for MySQL:
- Updated rules:
- Virtual Machine:
- Updated
Azure.VM.MaintenanceConfig
to align to the reliability pillar by @BernieWhite.
#2925- Promoted to GA and bumped rule set to
2024_06
.
- Promoted to GA and bumped rule set to
- Updated
- Updated
Azure.AKS.Version
to use1.28.9
as the minimum version by @BernieWhite.
#2930
- Virtual Machine:
- Engineering:
See change log.
v1.37.0
What's changed since v1.36.0:
- New features:
- Added support for new Bicep language features introduced in v0.27.1 by @BernieWhite.
#2860
#2859- Added support for
shallowMerge
,groupBy
,objectKeys
, andmapValues
. - Updated syntax for Bicep lambda usage of
map
,reduce
, andfilter
which now support indices. - Added support for spread operator.
- Added support for
- Added support for new Bicep language features introduced in v0.27.1 by @BernieWhite.
- New rules:
- App Service:
- Check that applications uses supported Node.js runtime versions by @BenjaminEngeset.
#2879
- Check that applications uses supported Node.js runtime versions by @BenjaminEngeset.
- Application Gateway:
- Check that WAF v2 doesn't use legacy WAF configuration by @BenjaminEngeset.
#2877
- Check that WAF v2 doesn't use legacy WAF configuration by @BenjaminEngeset.
- Azure Cache for Redis:
- Verify that cache instances have Entra ID authentication enabled by @BenjaminEngeset.
#2899
- Verify that cache instances have Entra ID authentication enabled by @BenjaminEngeset.
- Azure Managed Grafana:
- Check that Azure Managed Grafana workspaces uses Grafana version 10 by @BenjaminEngeset.
#2878
- Check that Azure Managed Grafana workspaces uses Grafana version 10 by @BenjaminEngeset.
- Cosmos DB:
- Check that database accounts use a paid tier by @BernieWhite.
#2845 - Check that database accounts have local authentication disabled by @BenjaminEngeset.
#2846 - Check that database accounts have public network access disabled by @BenjaminEngeset.
#2702
- Check that database accounts use a paid tier by @BernieWhite.
- Event Hub:
- Check that access to the namespace endpoints is restricted to only allowed sources by @BenjaminEngeset.
#2701
- Check that access to the namespace endpoints is restricted to only allowed sources by @BenjaminEngeset.
- Log Analytics:
- Check that workspaces have workspace replication enabled by @BenjaminEngeset.
#2893
- Check that workspaces have workspace replication enabled by @BenjaminEngeset.
- Virtual Machine Scale Sets:
- Check that automatic instance repairs are enabled by @BenjaminEngeset.
#2895
- Check that automatic instance repairs are enabled by @BenjaminEngeset.
- App Service:
- Updated rules:
- API Management:
- Important change: Updated
Azure.APIM.AvailabilityZone
to improve accuracy with non-premium SKUs by @BenjaminEngeset.
#2788- Removed the
If
Premium SKU. - Added check for Premium SKU.
- Bumped rule set to
2024_06
.
- Removed the
- Important change: Updated
Azure.APIM.MultiRegion
to improve accuracy with non-premium SKUs by @BenjaminEngeset.
#2787- Removed the
If
Premium SKU. - Added check for Premium SKU.
- Bumped rule set to
2024_06
.
- Removed the
- Important change: Updated
- Deployment:
- Add additional exclusions for
Azure.Deployment.SecureParameter
by @BernieWhite.
#2857
- Add additional exclusions for
- API Management:
- General improvements:
- Quality updates to documentation by @BernieWhite.
#2570 - Updated resource providers and policy aliases.
#2880 - Added support for
split
andconcat
functions during policy export by @BernieWhite.
#2851
- Quality updates to documentation by @BernieWhite.
- Engineering:
- Bug fixed:
- Fixed
union
does not perform deep merge or keep property order by @BernieWhite.
#2885 - Fixed dependency ordering for cross scope deployments by @BernieWhite.
#2850
- Fixed
What's changed since pre-release v1.37.0-B0071:
- No additional changes.
See change log.
v1.37.0-B0071
What's changed since pre-release v1.37.0-B0034:
- New rules:
- App Service:
- Check that applications uses supported Node.js runtime versions by @BenjaminEngeset.
#2879
- Check that applications uses supported Node.js runtime versions by @BenjaminEngeset.
- Azure Cache for Redis:
- Verify that cache instances have Entra ID authentication enabled by @BenjaminEngeset.
#2899
- Verify that cache instances have Entra ID authentication enabled by @BenjaminEngeset.
- Log Analytics:
- Check that workspaces have workspace replication enabled by @BenjaminEngeset.
#2893
- Check that workspaces have workspace replication enabled by @BenjaminEngeset.
- Virtual Machine Scale Sets:
- Check that automatic instance repairs are enabled by @BenjaminEngeset.
#2895
- Check that automatic instance repairs are enabled by @BenjaminEngeset.
- App Service:
- Updated rules:
- API Management:
- Important change: Updated
Azure.APIM.MultiRegion
to improve accuracy with non-premium SKUs by @BenjaminEngeset.
#2787- Removed the
If
Premium SKU. - Added check for Premium SKU.
- Bumped rule set to
2024_06
- Removed the
- Important change: Updated
- API Management:
- General improvements:
- Added support for
split
andconcat
functions during policy export by @BernieWhite.
#2851
- Added support for
- Engineering:
See change log.
v1.37.0-B0034
What's changed since pre-release v1.37.0-B0009:
- New features:
- Added support for new Bicep language features introduced in v0.27.1 by @BernieWhite.
#2860
#2859- Added support for
shallowMerge
,groupBy
,objectKeys
, andmapValues
. - Updated syntax for Bicep lambda usage of
map
,reduce
, andfilter
which now support indices. - Added support for spread operator.
- Added support for
- Added support for new Bicep language features introduced in v0.27.1 by @BernieWhite.
- New rules:
- Application Gateway:
- Check that WAF v2 doesn't use legacy WAF configuration by @BenjaminEngeset.
#2877
- Check that WAF v2 doesn't use legacy WAF configuration by @BenjaminEngeset.
- Azure Managed Grafana:
- Check that Azure Managed Grafana workspaces uses Grafana version 10 by @BenjaminEngeset.
#2878
- Check that Azure Managed Grafana workspaces uses Grafana version 10 by @BenjaminEngeset.
- Cosmos DB:
- Check that database accounts have local authentication disabled by @BenjaminEngeset.
#2846 - Check that database accounts have public network access disabled by @BenjaminEngeset.
#2702
- Check that database accounts have local authentication disabled by @BenjaminEngeset.
- Event Hub:
- Check that access to the namespace endpoints is restricted to only allowed sources by @BenjaminEngeset.
#2701
- Check that access to the namespace endpoints is restricted to only allowed sources by @BenjaminEngeset.
- Application Gateway:
- Updated rules:
- API Management:
- Important change: Updated
Azure.APIM.AvailabilityZone
to improve accuracy with non-premium SKUs by @BenjaminEngeset.
#2788- Removed the
If
Premium SKU. - Added check for Premium SKU.
- Bumped rule set to
2024_06
.
- Removed the
- Important change: Updated
- API Management:
- General improvements:
- Updated resource providers and policy aliases.
#2880
- Updated resource providers and policy aliases.
- Engineering:
- Bug fixed:
- Fixed
union
does not perform deep merge or keep property order by @BernieWhite.
#2885
- Fixed
See change log.
v1.37.0-B0009
What's changed since v1.36.0:
- New rules:
- Cosmos DB:
- Check that database accounts use a paid tier by @BernieWhite.
#2845
- Check that database accounts use a paid tier by @BernieWhite.
- Cosmos DB:
- Updated rules:
- Deployment:
- Add additional exclusions for
Azure.Deployment.SecureParameter
by @BernieWhite.
#2857
- Add additional exclusions for
- Deployment:
- General improvements:
- Quality updates to documentation by @BernieWhite.
#2570
- Quality updates to documentation by @BernieWhite.
- Bug fixes:
- Fixed dependency ordering for cross scope deployments by @BernieWhite.
#2850
- Fixed dependency ordering for cross scope deployments by @BernieWhite.
See change log.
v1.36.0
What's changed since v1.35.3:
- New rules:
- Container App:
- Check that Container Apps have a minimum number of replicas by @BernieWhite.
#2790 - Check that Container App environments are zone redundant by @BernieWhite.
#2791
- Check that Container Apps have a minimum number of replicas by @BernieWhite.
- Cosmos DB:
- Check that database accounts only accept a minimum of TLS 1.2 by @BernieWhite.
#2809
- Check that database accounts only accept a minimum of TLS 1.2 by @BernieWhite.
- Entra Domain Services:
- Check that instances use a minimum version of NTLM by @BernieWhite.
#2837 - Check that instances use a minimum version of TLS by @BernieWhite.
#2837 - Check that instances do not use RC4 encryption by @BernieWhite.
#2837
- Check that instances use a minimum version of NTLM by @BernieWhite.
- Container App:
- General improvements:
- Important change: Deprecated rules with no clear WAF alignment by @BernieWhite.
#2493- The following rules are deprecated:
Azure.Template.UseParameters
Azure.Template.UseVariables
Azure.Template.DefineParameters
Azure.Template.ValidSecretRef
- These rules have been deprecated and will be removed in v2.
- The following rules are deprecated:
- Quality updates to documentation by @lukemurraynz @BernieWhite.
#2789
#2570 - Additional policies added to default ignore list by @BernieWhite.
#1731
- Important change: Deprecated rules with no clear WAF alignment by @BernieWhite.
- Bug fixes:
- Fixed not found warning when exporting firewall policy
signatureOverrides
by @BernieWhite.
#2806 - Fixed
Azure.Storage.UseReplication
to allow for zone-redundant replication by @sebassem.
#2827 - Fixed nested usage of
listKeys
mocks by @BernieWhite.
#2829
- Fixed not found warning when exporting firewall policy
What's changed since pre-release v1.36.0-B0077:
- General improvements:
- Quality updates to documentation by @BernieWhite.
#2570
- Quality updates to documentation by @BernieWhite.
See change log.
v1.36.0-B0077
What's changed since pre-release v1.36.0-B0046:
- New rules:
- Entra Domain Services:
- Check that instances use a minimum version of NTLM by @BernieWhite.
#2837 - Check that instances use a minimum version of TLS by @BernieWhite.
#2837 - Check that instances do not use RC4 encryption by @BernieWhite.
#2837
- Check that instances use a minimum version of NTLM by @BernieWhite.
- Entra Domain Services:
- General improvements:
- Important change: Deprecated rules with no clear WAF alignment by @BernieWhite.
#2493- The following rules are deprecated:
Azure.Template.UseParameters
Azure.Template.UseVariables
Azure.Template.DefineParameters
Azure.Template.ValidSecretRef
- These rules have been deprecated and will be removed in v2.
- The following rules are deprecated:
- Important change: Deprecated rules with no clear WAF alignment by @BernieWhite.
See change log.
v1.36.0-B0046
What's changed since pre-release v1.36.0-B0020:
- Bug fixes:
- Fixed
Azure.Storage.UseReplication
to allow for zone-redundant replication by @sebassem.
#2827 - Fixed nested usage of
listKeys
mocks by @BernieWhite.
#2829
- Fixed
See change log.
v1.36.0-B0020
What's changed since v1.35.3:
- New rules:
- Container App:
- Check that Container Apps have a minimum number of replicas by @BernieWhite.
#2790 - Check that Container App environments are zone redundant by @BernieWhite.
#2791
- Check that Container Apps have a minimum number of replicas by @BernieWhite.
- Cosmos DB:
- Check that database accounts only accept a minimum of TLS 1.2 by @BernieWhite.
#2809
- Check that database accounts only accept a minimum of TLS 1.2 by @BernieWhite.
- Container App:
- General improvements:
- Quality updates to documentation by @lukemurraynz @BernieWhite.
#2789
#2570 - Additional policies added to default ignore list by @BernieWhite.
#1731
- Quality updates to documentation by @lukemurraynz @BernieWhite.
- Bug fixes:
- Fixed not found warning when exporting firewall policy
signatureOverrides
by @BernieWhite.
#2806
- Fixed not found warning when exporting firewall policy
See change log.
v1.35.3
What's changed since v1.35.2:
- Bug fixes:
- Fixed false positive with load balancers that use a public IP by @BernieWhite.
#2814
- Fixed false positive with load balancers that use a public IP by @BernieWhite.
See change log.