Skip to content

Commit 6f6af4f

Browse files
authored
Merge pull request #4279 from janaks09/janaks09-patch-1
Updated command from AzureRmWebAppSlotPublishingProfile to AzureRmWeb…
2 parents a757476 + c837c90 commit 6f6af4f

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)