Skip to content

Commit

Permalink
added FileHash entity to groupByEntities list (Azure#11778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosegal authored and dabenhamMic committed Dec 14, 2020
1 parent 7c348e2 commit 0504ff2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8996,7 +8996,8 @@
"Account",
"Host",
"Ip",
"Url"
"Url",
"FileHash"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -9018,6 +9019,10 @@
{
"description": "Url entity",
"value": "Url"
},
{
"description": "FileHash entity",
"value": "FileHash"
}
]
}
Expand Down

0 comments on commit 0504ff2

Please sign in to comment.