Skip to content

Commit 2c2bf63

Browse files
authored
Clean en-us from kusto help (#15048)
1 parent f483c76 commit 2c2bf63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Kusto/custom/New-AzKustoDatabase.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kind Location Name Type
2626
ReadWrite East US testnewkustocluster/mykustodatabase Microsoft.Kusto/Clusters/Databases
2727
2828
.Link
29-
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
29+
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
3030
#>
3131
function New-AzKustoDatabase {
3232
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]

src/Kusto/exports/New-AzKustoDatabase.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PS C:\> {{ Add code here }}
3030
.Outputs
3131
Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase
3232
.Link
33-
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
33+
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
3434
#>
3535
function New-AzKustoDatabase {
3636
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]

src/Kusto/exports/ProxyCmdletDefinitions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8192,7 +8192,7 @@ PS C:\> {{ Add code here }}
81928192
.Outputs
81938193
Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase
81948194
.Link
8195-
https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
8195+
https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
81968196
#>
81978197
function New-AzKustoDatabase {
81988198
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101.IDatabase])]

src/Kusto/help/New-AzKustoDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file:
33
Module Name: Az.Kusto
4-
online version: https://docs.microsoft.com/en-us/powershell/module/az.kusto/new-azkustodatabase
4+
online version: https://docs.microsoft.com/powershell/module/az.kusto/new-azkustodatabase
55
schema: 2.0.0
66
---
77

0 commit comments

Comments
 (0)