Skip to content

Commit d60fdb7

Browse files
authored
Fix a typo in help (#12183)
1 parent c5a3d55 commit d60fdb7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Functions/custom/New-AzFunctionAppPlan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function New-AzFunctionAppPlan {
2222
[System.String]
2323
${SubscriptionId},
2424

25-
[Parameter(Mandatory=$true, HelpMessage='The plan sku. Valid inputs are: EP1, P2, EP3')]
25+
[Parameter(Mandatory=$true, HelpMessage='The plan sku. Valid inputs are: EP1, EP2, EP3')]
2626
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')]
2727
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuType])]
2828
[ValidateNotNullOrEmpty()]

src/Functions/custom/Update-AzFunctionAppPlan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Update-AzFunctionAppPlan {
2727
[ValidateNotNull()]
2828
${InputObject},
2929

30-
[Parameter(HelpMessage='The plan sku. Valid inputs are: EP1, P2, EP3')]
30+
[Parameter(HelpMessage='The plan sku. Valid inputs are: EP1, EP2, EP3')]
3131
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')]
3232
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuType])]
3333
[ValidateNotNullOrEmpty()]

src/Functions/help/New-AzFunctionAppPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Accept wildcard characters: False
161161
162162
### -Sku
163163
The plan sku.
164-
Valid inputs are: EP1, P2, EP3
164+
Valid inputs are: EP1, EP2, EP3
165165
166166
```yaml
167167
Type: System.String

src/Functions/help/Update-AzFunctionAppPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Accept wildcard characters: False
166166
167167
### -Sku
168168
The plan sku.
169-
Valid inputs are: EP1, P2, EP3
169+
Valid inputs are: EP1, EP2, EP3
170170
171171
```yaml
172172
Type: System.String

0 commit comments

Comments
 (0)