v1.37.0-B0034
Pre-release
Pre-release
BernieWhite
released this
24 May 13:35
·
196 commits
to main
since this release
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.