Policy Set, Enforce-Guardrails-Network Bug Report #1697
Labels
Area: Policy 📝
Issues / PR's related to Policy
bug
Something isn't working
policy
Status: In PR
Type: Bug 🪲
Something isn't working
Milestone
Describe the bug
There are wrong values for this parameter :
modifyNsgRuleAccess
"modifyNsgRuleAccess": { "type": "string", "defaultValue": "Deny", "allowedValues": [ "Audit", "Deny", "Disabled" ] }
It should be
"modifyNsgRuleAccess": { "type": "string", "defaultValue": "Deny" "allowedValues": [ "Allow", "Deny" ] }
Steps to reproduce
Assign Enforce-Guardrails-Network
Screenshots
The text was updated successfully, but these errors were encountered: