-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Area: Policy 📝Issues / PR's related to PolicyIssues / PR's related to PolicyStatus: In PRType: Bug 🪲Something isn't workingSomething isn't workingbugSomething isn't workingSomething isn't workingpolicy
Milestone
Description
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
Springstone
Metadata
Metadata
Assignees
Labels
Area: Policy 📝Issues / PR's related to PolicyIssues / PR's related to PolicyStatus: In PRType: Bug 🪲Something isn't workingSomething isn't workingbugSomething isn't workingSomething isn't workingpolicy