Skip to content

Commit 9233a10

Browse files
committed
doc updates
1 parent 7e681ee commit 9233a10

5 files changed

+11
-6
lines changed

docs/en-US/Connect-Kusto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Connect-Kusto
8484

8585
## DESCRIPTION
8686

87-
The `Connect-Kusto` command is the main entry point for the cmdlets in this module and it's used to establish a connection with your Azure Data Explorer. The authentication methods offered by this cmdlet are:
87+
The `Connect-Kusto` 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. The authentication methods offered by this cmdlet are:
8888

8989
- User prompt
9090
- System or User Managed Identity

docs/en-US/Invoke-KustoControlCommand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Invoke-KustoControlCommand
2424

2525
## DESCRIPTION
2626

27-
The `Invoke-KustoControlCommand` allows to invoke management commands also known as control commands over an Azure Data Explorer Cluster. For detailed information on this topic check out [__Management commands overview__](https://learn.microsoft.com/en-us/kusto/management/?view=microsoft-fabric).
27+
The `Invoke-KustoControlCommand` cmdlet allows you to invoke management commands also known as control commands over an Azure Data Explorer Cluster. For detailed information on this topic check out [__Management commands overview__](https://learn.microsoft.com/en-us/kusto/management/?view=microsoft-fabric).
2828

2929
## EXAMPLES
3030

docs/en-US/Invoke-KustoIngestFromStorage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Invoke-KustoIngestFromStorage
2929
## DESCRIPTION
3030

3131
The `Invoke-KustoIngestFromStorage` cmdlet can be used to ingest local or blob storage files into a table
32-
on your Azure Data Explorer Cluster. For more details on Kusto ingestion, checkout
32+
on your Azure Data Explorer Cluster.
33+
For ingestion from a [__Stream__](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) see [`Invoke-KustoIngestFromStream`](Invoke-KustoIngestFromStream.md).
34+
For more details on Kusto ingestion, checkout
3335
[__Ingest from storage__](https://learn.microsoft.com/en-us/kusto/management/data-ingestion/ingest-from-storage?view=microsoft-fabric).
3436

3537
## EXAMPLES

docs/en-US/Invoke-KustoIngestFromStream.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Invoke-KustoIngestFromStream
2929

3030
## DESCRIPTION
3131

32-
Similar to [`Invoke-KustoIngestFromStorage`](Invoke-KustoIngestFromStorage.md), the `Invoke-KustoIngestFromStream` allows you to ingest data into a table on your Azure Data Explorer Cluster, the only difference is the source being a
33-
[__Stream__](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) instead of a path or URI.
32+
Similar to [`Invoke-KustoIngestFromStorage`](Invoke-KustoIngestFromStorage.md), the `Invoke-KustoIngestFromStream` cmdlet allows you to ingest data into a table on your Azure Data Explorer Cluster, the only difference is the source being a [__Stream__](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) instead of a path or URI.
3433

3534
## EXAMPLES
3635

docs/en-US/Invoke-KustoQuery.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ Accept wildcard characters: False
121121
122122
### CommonParameters
123123
124-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
124+
This cmdlet supports the common parameters.
125+
For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
125126
126127
## INPUTS
127128
@@ -135,6 +136,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
135136
136137
### System.Data.DataTable
137138
139+
The output type from this cmdlet is determined by the `-OutputType` parameter.
140+
By default, this cmdlet outputs `PSObject`.
141+
138142
## NOTES
139143

140144
## RELATED LINKS

0 commit comments

Comments
 (0)