Skip to content

Commit b5976d8

Browse files
authored
Updated Get-AzureRmWebApp example, inputs, outputs
Updated Get-AzureRmWebApp to include a better example (old one used parameters that don't exist on the real cmdlet), added values to the inputs and outputs sections.
1 parent e0e786f commit b5976d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Get-AzureRmWebApp** cmdlet gets information about an Azure Web App.
3737

3838
### Example 1: Get a Web App from a resource group
3939
```
40-
PS C:\>Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoSite" -SlotName "Slot001"
40+
PS C:\>Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoSite"
4141
```
4242

4343
This command gets the Web App named ContosoSite that belongs to the resource group Default-Web-WestUS.
@@ -124,8 +124,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
124124
125125
## INPUTS
126126
127+
### System.String
128+
127129
## OUTPUTS
128130
131+
### Microsoft.Azure.Management.WebSites.Models.Site
132+
129133
## NOTES
130134
131135
## RELATED LINKS

0 commit comments

Comments
 (0)