Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.SecurityInsights to add …
Browse files Browse the repository at this point in the history
…version preview/2019-01-01-preview (Azure#12568)

* Added 2 new attributes to Watchlist Arm Model

* Fix prettier
  • Loading branch information
hassanchawiche authored Jan 26, 2021
1 parent 6ba452b commit 488a840
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11207,6 +11207,15 @@
"contentType": {
"description": "The content type of the raw content. Example : text/csv or text/tsv ",
"type": "string"
},
"uploadStatus": {
"description": "The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted",
"type": "string"
},
"watchlistItemsCount": {
"description": "The number of Watchlist Items in the Watchlist",
"type": "integer",
"format": "int32"
}
},
"required": [
Expand Down

0 comments on commit 488a840

Please sign in to comment.