From 76120df8745824324db5a716ad17e539c341b525 Mon Sep 17 00:00:00 2001 From: Hassan Chawiche Date: Fri, 22 Jan 2021 08:07:06 -0800 Subject: [PATCH 1/2] Added 2 new attributes to Watchlist Arm Model --- .../preview/2019-01-01-preview/SecurityInsights.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index 2ca1996f0005..c97be61db898 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -10580,6 +10580,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": [ From c5626357fc2a2fd4ac0a8c5047ef4468fe324a8c Mon Sep 17 00:00:00 2001 From: Hassan Chawiche Date: Mon, 25 Jan 2021 20:23:16 -0800 Subject: [PATCH 2/2] Fix prettier --- .../preview/2019-01-01-preview/SecurityInsights.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index c97be61db898..855cbfe8aeda 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -10585,7 +10585,7 @@ "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": { + "watchlistItemsCount": { "description": "The number of Watchlist Items in the Watchlist", "type": "integer", "format": "int32"