Skip to content

Commit

Permalink
Add RuleSetId to managed rule set definitions api (read only field) (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
eschwabe authored and josuh committed Mar 4, 2020
1 parent 6a48306 commit 4decbbb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type": "Microsoft.Network/frontdoorwebapplicationfirewallmanagedrulesets",
"properties": {
"provisioningState": "Succeeded",
"ruleSetId": "8125d145-ddc5-4d90-9bc3-24c5f2de69a2",
"ruleSetType": "DefaultRuleSet",
"ruleSetVersion": "1.0",
"ruleGroups": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@
"readOnly": true,
"description": "Provisioning state of the managed rule set."
},
"ruleSetId": {
"type": "string",
"readOnly": true,
"description": "Id of the managed rule set."
},
"ruleSetType": {
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type": "Microsoft.Network/frontdoorwebapplicationfirewallmanagedrulesets",
"properties": {
"provisioningState": "Succeeded",
"ruleSetId": "8125d145-ddc5-4d90-9bc3-24c5f2de69a2",
"ruleSetType": "DefaultRuleSet",
"ruleSetVersion": "1.0",
"ruleGroups": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,11 @@
"readOnly": true,
"description": "Provisioning state of the managed rule set."
},
"ruleSetId": {
"type": "string",
"readOnly": true,
"description": "Id of the managed rule set."
},
"ruleSetType": {
"type": "string",
"readOnly": true,
Expand Down

0 comments on commit 4decbbb

Please sign in to comment.