From 25e02eee11989eb8af9901ca345ea616130f2165 Mon Sep 17 00:00:00 2001 From: derek Date: Wed, 17 Jun 2020 10:14:12 +0800 Subject: [PATCH] Fix a typo in the help of Function module --- src/Functions/custom/New-AzFunctionAppPlan.ps1 | 2 +- src/Functions/custom/Update-AzFunctionAppPlan.ps1 | 2 +- src/Functions/docs/New-AzFunctionAppPlan.md | 2 +- src/Functions/docs/Update-AzFunctionAppPlan.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Functions/custom/New-AzFunctionAppPlan.ps1 b/src/Functions/custom/New-AzFunctionAppPlan.ps1 index 7a9ea8f6ea5f..e9eb6b187ee8 100644 --- a/src/Functions/custom/New-AzFunctionAppPlan.ps1 +++ b/src/Functions/custom/New-AzFunctionAppPlan.ps1 @@ -22,7 +22,7 @@ function New-AzFunctionAppPlan { [System.String] ${SubscriptionId}, - [Parameter(Mandatory=$true, HelpMessage='The plan sku. Valid inputs are: EP1, P2, EP3')] + [Parameter(Mandatory=$true, HelpMessage='The plan sku. Valid inputs are: EP1, EP2, EP3')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuType])] [ValidateNotNullOrEmpty()] diff --git a/src/Functions/custom/Update-AzFunctionAppPlan.ps1 b/src/Functions/custom/Update-AzFunctionAppPlan.ps1 index f2918e004a52..3201c494e372 100644 --- a/src/Functions/custom/Update-AzFunctionAppPlan.ps1 +++ b/src/Functions/custom/Update-AzFunctionAppPlan.ps1 @@ -27,7 +27,7 @@ function Update-AzFunctionAppPlan { [ValidateNotNull()] ${InputObject}, - [Parameter(HelpMessage='The plan sku. Valid inputs are: EP1, P2, EP3')] + [Parameter(HelpMessage='The plan sku. Valid inputs are: EP1, EP2, EP3')] [Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuType])] [ValidateNotNullOrEmpty()] diff --git a/src/Functions/docs/New-AzFunctionAppPlan.md b/src/Functions/docs/New-AzFunctionAppPlan.md index 7cdfc4f203f5..0b8d822f3179 100644 --- a/src/Functions/docs/New-AzFunctionAppPlan.md +++ b/src/Functions/docs/New-AzFunctionAppPlan.md @@ -161,7 +161,7 @@ Accept wildcard characters: False ### -Sku The plan sku. -Valid inputs are: EP1, P2, EP3 +Valid inputs are: EP1, EP2, EP3 ```yaml Type: System.String diff --git a/src/Functions/docs/Update-AzFunctionAppPlan.md b/src/Functions/docs/Update-AzFunctionAppPlan.md index afd2ce2893c3..e8fba7ef5737 100644 --- a/src/Functions/docs/Update-AzFunctionAppPlan.md +++ b/src/Functions/docs/Update-AzFunctionAppPlan.md @@ -166,7 +166,7 @@ Accept wildcard characters: False ### -Sku The plan sku. -Valid inputs are: EP1, P2, EP3 +Valid inputs are: EP1, EP2, EP3 ```yaml Type: System.String