Skip to content

Commit 985f2cb

Browse files
authored
Merge pull request Azure#3643 from jonathanmedd/Remove-AzureRmAppServicePlan
Remove-AzureRmAppServicePlan Help Example 1
2 parents dbcd5bf + 2f2c6db commit 985f2cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3887,8 +3887,8 @@
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 -AppServicePlanName "MyAppServicePlan" -ResourceGroupName "Default-Web-WestUS"</dev:code>
3891-
<dev:remarks><maml:para>This command removes the Azure App Service plan named MyAppServicePlan in the resource group named Default-Web-WestUS.
3890+
<dev:code>PS C:\&gt;Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP"</dev:code>
3891+
<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>
38943894
<maml:para></maml:para>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ 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 "ContosoAppPlan"
34+
PS C:\>Remove-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP"
3535
```
3636

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

3939
## PARAMETERS
4040

0 commit comments

Comments
 (0)