Enterprise-Scale icon indicating copy to clipboard operation
Enterprise-Scale copied to clipboard

Effect1 - Parameter

Open SebastianClaesson opened this issue 10 months ago • 2 comments

Describe the bug The Azure Policy Set for "deploy-private-dns-zones" contains a parameter called effect1 which is used for only these azure policy definitions;

The parameter should be removed and the parameter effect should be used instead across these three policy definitions.

Screenshots

Image

SebastianClaesson avatar Feb 07 '25 13:02 SebastianClaesson

Should be marked as feature and not bug I suppose.. :)

SebastianClaesson avatar Feb 07 '25 13:02 SebastianClaesson

Hi @SebastianClaesson, the reason this was using two different effect parameters was because the effect value is case sensitive. But I see that the policies have been updated to support both upper case and lower case "D" for "DeployIfNotExists".

Springstone avatar Feb 11 '25 17:02 Springstone