Skip to content

Commit

Permalink
PMM-7257 Added expr field to rule (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasio authored Jan 28, 2021
1 parent 82984d9 commit fa07a3c
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 136 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions api/managementpb/ia/json/ia.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@
"type": "boolean",
"x-order": 2
},
"expr": {
"description": "Template expression with rule parameters.",
"type": "string",
"x-order": 11
},
"filters": {
"description": "Filters.",
"type": "array",
Expand Down Expand Up @@ -1974,6 +1979,11 @@
"type": "boolean",
"x-order": 2
},
"expr": {
"description": "Template expression with rule parameters.",
"type": "string",
"x-order": 11
},
"filters": {
"description": "Filters.",
"type": "array",
Expand Down
Loading

0 comments on commit fa07a3c

Please sign in to comment.