Azure / PSRule.Rules.Azure

Rules to validate Azure resources and infrastructure as code (IaC) using PSRule.
https://azure.github.io/PSRule.Rules.Azure/
MIT License
389 stars 84 forks source link

Fixed Azure.AppService.AvailabilityZone only detects premium by tier #3036

Closed BenjaminEngeset closed 4 days ago

BenjaminEngeset commented 1 week ago

Fixes #3034

Fixed Azure.AppService.AvailabilityZone only detects premium by tier property.

PR Summary

PR Checklist

BenjaminEngeset commented 1 week ago

Ready for review @BernieWhite.

We have discussed earlier that it would be nice to have the AnyOf {} exit when first condition is met so the reasoning doesn't end up like this, with duplicate. Behavior like the -or operator would be highly appreciated.

BenjaminEngeset commented 1 week ago

Thanks for the great feedback @BernieWhite. I have adjusted accordingly now.