From 2c2bf63a5a4bec601b24c8c01fa84f477a321720 Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Wed, 19 May 2021 13:11:37 +0800 Subject: [PATCH] Clean en-us from kusto help (#15048) --- src/Kusto/custom/New-AzKustoDatabase.ps1 | 2 +- src/Kusto/exports/New-AzKustoDatabase.ps1 | 2 +- src/Kusto/exports/ProxyCmdletDefinitions.ps1 | 2 +- src/Kusto/help/New-AzKustoDatabase.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Kusto/custom/New-AzKustoDatabase.ps1 b/src/Kusto/custom/New-AzKustoDatabase.ps1 index 35c5791682f7..8b276c4694d0 100644 --- a/src/Kusto/custom/New-AzKustoDatabase.ps1 +++ b/src/Kusto/custom/New-AzKustoDatabase.ps1 @@ -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])] diff --git a/src/Kusto/exports/New-AzKustoDatabase.ps1 b/src/Kusto/exports/New-AzKustoDatabase.ps1 index 3d8e4f3bb16e..e5c85b45ea00 100644 --- a/src/Kusto/exports/New-AzKustoDatabase.ps1 +++ b/src/Kusto/exports/New-AzKustoDatabase.ps1 @@ -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])] diff --git a/src/Kusto/exports/ProxyCmdletDefinitions.ps1 b/src/Kusto/exports/ProxyCmdletDefinitions.ps1 index 72c5ac64686c..088818d08435 100644 --- a/src/Kusto/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Kusto/exports/ProxyCmdletDefinitions.ps1 @@ -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])] diff --git a/src/Kusto/help/New-AzKustoDatabase.md b/src/Kusto/help/New-AzKustoDatabase.md index 4c680f3c878d..a1149ae8702a 100644 --- a/src/Kusto/help/New-AzKustoDatabase.md +++ b/src/Kusto/help/New-AzKustoDatabase.md @@ -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 ---