Skip to content

Commit 7aab498

Browse files
authored
added FileHash entity to groupByEntities list (#11778)
1 parent 91e0ab8 commit 7aab498

File tree

1 file changed

+6
-1
lines changed
  • specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview

1 file changed

+6
-1
lines changed

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8996,7 +8996,8 @@
89968996
"Account",
89978997
"Host",
89988998
"Ip",
8999-
"Url"
8999+
"Url",
9000+
"FileHash"
90009001
],
90019002
"type": "string",
90029003
"x-ms-enum": {
@@ -9018,6 +9019,10 @@
90189019
{
90199020
"description": "Url entity",
90209021
"value": "Url"
9022+
},
9023+
{
9024+
"description": "FileHash entity",
9025+
"value": "FileHash"
90219026
}
90229027
]
90239028
}

0 commit comments

Comments
 (0)