Open dgorti opened 1 year ago
Could it be the second comma in #r "nuget:Microsoft.Dotnet.Interactive.Kql,,-"
?
The problem is the nugget statement.
Since the code is not interpreted
try instead (csharp)
#r "nuget:Microsoft.DotNet.Interactive.Kql,*-*"
did @ftereso suggestion address you scenario?
This seems like the same underlying problem as #3005
I am trying to connect to kusto and it throws an error about !connect
r "nuget:Microsoft.Dotnet.Interactive.Kql,,-"
r "nuget:Microsoft.Data.Analysis,-"
r "nuget:Microsoft.AspNetCore.Html.Abstractions,-"
!connect kql --kernel-name IntuneProd --cluster "..." --database "..."
Error: Required command was not provided. Unrecognized command or argument 'kql'. Unrecognized command or argument '--kernel-name'. Unrecognized command or argument 'IntuneProd'. Unrecognized command or argument '--cluster'. Unrecognized command or argument 'https://intune.kusto.windows.net'. Unrecognized command or argument '--database'. Unrecognized command or argument 'Intune'.
This notebook used to work. Nor sure what I am doing wrong here