From 3d762a21dbda0b8dc2d669d7c36edac52067e798 Mon Sep 17 00:00:00 2001 From: Amir Keren Date: Thu, 9 Jul 2020 23:15:00 +0300 Subject: [PATCH] Add resourceIdentifiers to securityAlertArmModel --- .../preview/2019-01-01-preview/SecurityInsights.json | 8 ++++++++ 1 file changed, 8 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 0bfdb0305304..d0980f027fa3 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 @@ -7824,6 +7824,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"