Closed rybal06 closed 3 months ago
Describe the bug
The policy has the same condition copied twice:
"anyOf": [ { "field": "Microsoft.Web/sites/httpsOnly", "exists": "false" }, { "field": "Microsoft.Web/sites/httpsOnly", "equals": "false" } ] }
Steps to reproduce
Suggested Action
It's not duplicate: the first one checks if the field doesn't exist and the second one if it's value equals to false.
Describe the bug
The policy has the same condition copied twice:
Steps to reproduce
Suggested Action