microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

has_any_ipv4() is not supported #54

Closed Amitbergman closed 2 years ago

Amitbergman commented 2 years ago

Hey, We are using the kusto.language nuget (version 9.2.0), and we noticed that the function has_any_ipv4() is not supported.

Trying to upgrade to latest version did not solve the issue.

We use this nuget to validate queries, and it tells our customers that their queries are invalid when they are using this function.

sloutsky commented 2 years ago

Can you please try: https://www.nuget.org/packages/Microsoft.Azure.Kusto.Language/ (9.3.0 preview)?