Skip to content

Commit

Permalink
Clean en-us from kusto help (#15048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored May 19, 2021
1 parent f483c76 commit 2c2bf63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Kusto/custom/New-AzKustoDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Kind Location Name Type
ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases
.Link
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
#>
function New-AzKustoDatabase {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]
Expand Down
2 changes: 1 addition & 1 deletion src/Kusto/exports/New-AzKustoDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PS C:\> {{ Add code here }}
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase
.Link
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
#>
function New-AzKustoDatabase {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]
Expand Down
2 changes: 1 addition & 1 deletion src/Kusto/exports/ProxyCmdletDefinitions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8192,7 +8192,7 @@ PS C:\> {{ Add code here }}
.Outputs
Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase
.Link
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
#>
function New-AzKustoDatabase {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]
Expand Down
2 changes: 1 addition & 1 deletion src/Kusto/help/New-AzKustoDatabase.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.Kusto
online version: https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
online version: https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
schema: 2.0.0
---

Expand Down

0 comments on commit 2c2bf63

Please sign in to comment.