Skip to content

Commit

Permalink
fix required capability
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Dec 4, 2024
1 parent 514e1db commit 052c247
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
md5
required_capability: kql_function
required_capability: hash_function

ROW value = "test" | EVAL hash = hash("md5", value);

Expand All @@ -8,7 +8,7 @@ test | 098f6bcd4621d373cade4e832627b4f6
;

sha256
required_capability: kql_function
required_capability: hash_function

ROW value = "test" | EVAL hash = hash("sha256", value);

Expand Down

0 comments on commit 052c247

Please sign in to comment.