You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extend ServiceCollectionExtensions for ConfigureAzureDataExplorer to take optional configurationName (be230ba)
introduce KustoClientProvider, which provides functionality to retrieve Kusto clients for query executions or admin operations based on optional connectionName and databaseName (326865e)
introduce KustoProcessorFactory for creating instances of kustoprocessor configurable with specified connectionName and/or databaseName (0afe917)
make KustoScript more extensible by marking GetQueryText and GetParameters as virtual (9d1e7f0)