Skip to content

Commit

Permalink
Add resourceIdentifiers to securityAlertArmModel (Azure#10079)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Keren <[email protected]>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent f43b9d4 commit 63a6a9b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7829,6 +7829,14 @@
"description": "The uri link of the alert.",
"readOnly": true,
"type": "string"
},
"resourceIdentifiers": {
"description": "The list of resource identifiers of the alert.",
"items": {
"type": "object"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
Expand Down

0 comments on commit 63a6a9b

Please sign in to comment.