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
Copy file name to clipboardExpand all lines: README.md
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,34 @@ PowerShell Module for Azure Data Explorer management, query and ingestion
14
14
15
15
</div>
16
16
17
-
This module is currently under development, if you wish to test it:
17
+
PowerShellKusto is an abstraction over [`Microsoft.Azure.Kusto.Data`][kustodata] and [`Microsoft.Azure.Kusto.Ingest`][kustoingest], to simplify the process of Azure Data Explorer management, query and ingestion. The cmdlet currently has the following cmdlets and more will be added in the future. If you'd like to see a cmdlet for a specific task, please sumbit a [new Issue][newissue]!
18
+
19
+
-`Connect-Kusto`: This cmdlet is the main entry point for the cmdlets in this module and it's used to establish a connection with your Azure Data Explorer Cluster.
20
+
-`Invoke-KustoControlCommand`:
21
+
-`Invoke-KustoIngestFromStorage`:
22
+
-`Invoke-KustoIngestFromStream`:
23
+
-`Invoke-KustoQuery`:
24
+
-`New-KustoClientRequestProperties`:
25
+
-`New-KustoColumnMapping`:
26
+
-`New-KustoIngestionMapping`:
27
+
-`Set-KustoBatchingPolicy`:
28
+
-`Set-KustoIngestionMapping`:
29
+
30
+
## Documentation
31
+
32
+
Check out [__the docs__](./docs/en-US/Use-Object.md) for information about how to use this Module.
33
+
34
+
## Installation
35
+
36
+
### Gallery
37
+
38
+
The module is available through the [PowerShell Gallery][gallery_ref]:
0 commit comments