Skip to content

Commit 2f2c6db

Browse files
committed
Corrected parameter name
1 parent 1b34523 commit 2f2c6db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3887,7 +3887,7 @@
38873887
</maml:alert>
38883888
</maml:alertSet>
38893889
<command:examples><command:example><maml:title>-------------------------- Example 1: Remove an App Service plan --------------------------</maml:title>
3890-
<dev:code>PS C:\&gt;Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "ContosoASP"</dev:code>
3890+
<dev:code>PS C:\&gt;Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP"</dev:code>
38913891
<dev:remarks><maml:para>This command removes the Azure App Service plan named ContosoASP that belongs to the resource group named Default-Web-WestUS.
38923892
</maml:para>
38933893
<maml:para></maml:para>

src/ResourceManager/Websites/Commands.Websites/help/Remove-AzureRmAppServicePlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Remove-AzureRmAppServicePlan** cmdlet removes an Azure App Service plan.
3131

3232
### Example 1: Remove an App Service plan
3333
```
34-
PS C:\>Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "ContosoASP"
34+
PS C:\>Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP"
3535
```
3636

3737
This command removes the Azure App Service plan named ContosoASP that belongs to the resource group named Default-Web-WestUS.

0 commit comments

Comments
 (0)