Skip to content

Commit 5f3db5c

Browse files
authored
Merge pull request #4497 from sdwheeler/sdw-i386-i389
fixed docs typos reported via LiveFyre
2 parents b790831 + 903e8e2 commit 5f3db5c

File tree

2 files changed

+78
-73
lines changed

2 files changed

+78
-73
lines changed

src/ResourceManager/Websites/Commands.Websites/help/Get-AzureRmWebAppSlot.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
33
ms.assetid: 100A5980-31E2-41F9-84D4-2F5F0CB78B8A
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -12,27 +12,28 @@ Gets an Azure Web App slot.
1212

1313
## SYNTAX
1414

15-
### S1
15+
### Get by Name
1616
```
1717
Get-AzureRmWebAppSlot [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>] [<CommonParameters>]
1818
```
1919

20-
### S2
20+
### Get by Slot
2121
```
2222
Get-AzureRmWebAppSlot [[-Slot] <String>] [-WebApp] <Site> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
26-
The **Get-AzureRmWebApp** cmdlet gets information about an Azure Web App Slot.
26+
The **Get-AzureRmWebAppSlot** cmdlet gets information about an Azure Web App Slot.
2727

2828
## EXAMPLES
2929

3030
### Example 1
3131
```
32-
PS C:\> Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "WebAppStandard" -Slot "Slot001"
32+
PS C:\> Get-AzureRmWebAppSlot -ResourceGroupName "Default-Web-WestUS" -Name "WebAppStandard" -Slot "Slot001"
3333
```
3434

35-
This command gets the slot named Slot001 from the Web App named WebAppStandard that belongs to the resource group Default-Web-WestUS.
35+
This command gets the slot named Slot001 from the Web App named WebAppStandard that belongs to the
36+
resource group Default-Web-WestUS.
3637

3738
## PARAMETERS
3839

@@ -42,7 +43,7 @@ WebApp Name
4243
```yaml
4344
Type: String
4445
Parameter Sets: S1
45-
Aliases:
46+
Aliases:
4647

4748
Required: True
4849
Position: 1
@@ -57,7 +58,7 @@ Resource Group Name
5758
```yaml
5859
Type: String
5960
Parameter Sets: S1
60-
Aliases:
61+
Aliases:
6162

6263
Required: True
6364
Position: 0
@@ -72,7 +73,7 @@ WebApp Slot Name
7273
```yaml
7374
Type: String
7475
Parameter Sets: (All)
75-
Aliases:
76+
Aliases:
7677

7778
Required: False
7879
Position: 2
@@ -87,7 +88,7 @@ WebApp Object
8788
```yaml
8889
Type: Site
8990
Parameter Sets: S2
90-
Aliases:
91+
Aliases:
9192

9293
Required: True
9394
Position: 0
@@ -97,7 +98,11 @@ Accept wildcard characters: False
9798
```
9899
99100
### CommonParameters
100-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
101+
102+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
103+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
104+
-WarningAction, and -WarningVariable. For more information, see about_CommonParameters
105+
(http://go.microsoft.com/fwlink/?LinkID=113216).
101106
102107
## INPUTS
103108

0 commit comments

Comments
 (0)