From 1cf518eb318dc5a22d56f59b7314fb5d97174d9f Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 5 Aug 2019 01:10:01 -0400 Subject: [PATCH] chore: jsonfmt securityinsights --- .../examples/entities/GetDnsEntityById.json | 4 +++- .../entities/GetSecurityAlertEntityById.json | 14 +++++++------- .../examples/entities/expand/PostExpandEntity.json | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetDnsEntityById.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetDnsEntityById.json index 941492387cd8..38ea66b5c8d7 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetDnsEntityById.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetDnsEntityById.json @@ -17,7 +17,9 @@ "properties": { "friendlyName": "domain", "domainName": "domain", - "ipAddressEntityIds": ["475d3120-33e0-4841-9f1c-a8f15a801d19"] + "ipAddressEntityIds": [ + "475d3120-33e0-4841-9f1c-a8f15a801d19" + ] } } } diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetSecurityAlertEntityById.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetSecurityAlertEntityById.json index 3c79d0efbf90..4c3ca8bd57b6 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetSecurityAlertEntityById.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/GetSecurityAlertEntityById.json @@ -31,15 +31,15 @@ "startTimeUtc": "2019-07-06T08:21:45.926185Z", "timeGenerated": "2019-07-06T13:56:53.5392366Z", "additionalData": { - "Query": "Heartbeat \n| extend AccountCustomEntity = \"administrator\"", - "Query Period": "05:00:00", - "Trigger Operator": "GreaterThan", - "Trigger Threshold": "200", - "Search Query Results Overall Count": "203", - "Total Account Entities": "1" + "Query": "Heartbeat \n| extend AccountCustomEntity = \"administrator\"", + "Query Period": "05:00:00", + "Trigger Operator": "GreaterThan", + "Trigger Threshold": "200", + "Search Query Results Overall Count": "203", + "Total Account Entities": "1" }, "friendlyName": "Suspicious account detected" - } + } } } } diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/expand/PostExpandEntity.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/expand/PostExpandEntity.json index b9aa3378204a..9f9c8e485634 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/expand/PostExpandEntity.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/entities/expand/PostExpandEntity.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +}