Skip to content

Commit c837c90

Browse files
authored
Updated command from AzureRmWebAppSlotPublishingProfile to AzureRmWebAppPublishingProfile
In example, command was Get-AzureRmWebAppSlotPublishingProfile instead of Get-AzureRmWebAppPublishingProfile. So i have change it to Get-AzureRmWebAppPublishingProfile
1 parent 0fa1fc2 commit c837c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Get-AzureRmWebAppPublishingProfile** cmdlet gets an Azure Web App publishi
3131

3232
### 1:
3333
```
34-
PS C:\> Get-AzureRmWebAppSlotPublishingProfile -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Format "Ftp" -OutputFile "C:\Users\contoso\outputfile"
34+
PS C:\> Get-AzureRmWebAppPublishingProfile -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Format "Ftp" -OutputFile "C:\Users\contoso\outputfile"
3535
```
3636

3737
This command gets the publishing profile in Ftp format for Web App ContosoWebApp associated with the resource group Default-Web-WestUS

0 commit comments

Comments
 (0)