Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Dec 20, 2024
1 parent 7e681ee commit 9233a10
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/en-US/Connect-Kusto.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Connect-Kusto

## DESCRIPTION

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:
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:

- User prompt
- System or User Managed Identity
Expand Down
2 changes: 1 addition & 1 deletion docs/en-US/Invoke-KustoControlCommand.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Invoke-KustoControlCommand

## DESCRIPTION

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).
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).

## EXAMPLES

Expand Down
4 changes: 3 additions & 1 deletion docs/en-US/Invoke-KustoIngestFromStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Invoke-KustoIngestFromStorage
## DESCRIPTION

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

## EXAMPLES
Expand Down
3 changes: 1 addition & 2 deletions docs/en-US/Invoke-KustoIngestFromStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Invoke-KustoIngestFromStream

## DESCRIPTION

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
[__Stream__](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) instead of a path or URI.
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.

## EXAMPLES

Expand Down
6 changes: 5 additions & 1 deletion docs/en-US/Invoke-KustoQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ Accept wildcard characters: False
### CommonParameters
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).
This cmdlet supports the common parameters.
For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand All @@ -135,6 +136,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
### System.Data.DataTable
The output type from this cmdlet is determined by the `-OutputType` parameter.
By default, this cmdlet outputs `PSObject`.

## NOTES

## RELATED LINKS

0 comments on commit 9233a10

Please sign in to comment.