Skip to content

Commit

Permalink
Add alert definition navigation property to alert configuration (#21249)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawelborn authored Oct 25, 2022
1 parent be79c8d commit 2a4dc38
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,11 @@
"type": "string",
"readOnly": false,
"description": "The alert configuration type."
},
"alertDefinition": {
"$ref": "#/definitions/AlertDefinition",
"readOnly": true,
"description": "The alert definition."
}
},
"required": [
Expand Down

0 comments on commit 2a4dc38

Please sign in to comment.