Skip to content

Commit 0e1a3c2

Browse files
committed
Corrected issues with help example 1
1 parent d1e4ba7 commit 0e1a3c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5446,9 +5446,9 @@
54465446
</maml:para>
54475447
</maml:alert>
54485448
</maml:alertSet>
5449-
<command:examples><command:example><maml:title>-------------------------- 1: --------------------------</maml:title>
5450-
<dev:code></dev:code>
5451-
<dev:remarks><maml:para>
5449+
<command:examples><command:example><maml:title>-------------------------- 1: Modify an App Service plan -------------------------</maml:title>
5450+
<dev:code>PS C:\&gt;Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true</dev:code>
5451+
<dev:remarks><maml:para>This command sets the PerSiteScaling option to true on the App Service plan named ContosoASP that belongs to the resource group named Default-Web-WestUS.
54525452
</maml:para>
54535453
<maml:para></maml:para>
54545454
<maml:para></maml:para>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ The **Set-AzureRmAppServicePlan** cmdlet sets an Azure App Service plan.
2828

2929
## EXAMPLES
3030

31-
### 1:
31+
### 1: Modify an App Service plan
3232
```
33-
PS C:\>Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoAppServPlan" -PerSiteScaling $true
33+
PS C:\>Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true
3434
```
3535

36-
This command sets the PerSiteScaling option to true on the App Service plan named ContosoAppServPlan
36+
This command sets the PerSiteScaling option to true on the App Service plan named ContosoASP
3737
that belongs to the resource group named Default-Web-WestUS.
3838

3939
## PARAMETERS

0 commit comments

Comments
 (0)