Skip to content

Commit 2b295a6

Browse files
committed
regenerate the help files.
1 parent 5de9d30 commit 2b295a6

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
3+
Module Name: AzureRM.Websites
34
ms.assetid: 38433470-CAFD-4B8F-980C-63D4B264B39F
45
online version:
56
schema: 2.0.0
@@ -14,14 +15,14 @@ Gets an Azure Web App publishing profile.
1415

1516
### S1
1617
```
17-
Get-AzureRmWebAppPublishingProfile [-OutputFile] <String> [[-Format] <String>] [-ResourceGroupName] <String>
18-
[-Name] <String> [<CommonParameters>]
18+
Get-AzureRmWebAppPublishingProfile [[-OutputFile] <String>] [[-Format] <String>] [-ResourceGroupName] <String>
19+
[-Name] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1920
```
2021

2122
### S2
2223
```
23-
Get-AzureRmWebAppPublishingProfile [-OutputFile] <String> [[-Format] <String>] [-WebApp] <Site>
24-
[<CommonParameters>]
24+
Get-AzureRmWebAppPublishingProfile [[-OutputFile] <String>] [[-Format] <String>] [-WebApp] <Site>
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -39,6 +40,19 @@ This command gets the publishing profile in Ftp format for Web App ContosoWebApp
3940

4041
## PARAMETERS
4142

43+
### -DefaultProfile
44+
The credentials, account, tenant, and subscription used for communication with azure.```yaml
45+
Type: IAzureContextContainer
46+
Parameter Sets: (All)
47+
Aliases: AzureRmContext, AzureCredential
48+
49+
Required: False
50+
Position: Named
51+
Default value: None
52+
Accept pipeline input: False
53+
Accept wildcard characters: False
54+
```
55+
4256
### -Format
4357
Format
4458
@@ -78,7 +92,7 @@ Type: String
7892
Parameter Sets: (All)
7993
Aliases:
8094

81-
Required: True
95+
Required: False
8296
Position: 2
8397
Default value: None
8498
Accept pipeline input: False
@@ -121,7 +135,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
121135
## INPUTS
122136
123137
### Site
124-
125138
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
126139
127140
## OUTPUTS

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

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml
3+
Module Name: AzureRM.Websites
34
ms.assetid: B2FDB54F-0318-4037-BC1D-6113E77DDE7E
45
online version:
56
schema: 2.0.0
@@ -14,14 +15,15 @@ Gets an Azure Web App slot publishing profile.
1415

1516
### S1
1617
```
17-
Get-AzureRmWebAppSlotPublishingProfile [-OutputFile] <String> [[-Format] <String>]
18-
[-ResourceGroupName] <String> [-Name] <String> [-Slot] <String> [<CommonParameters>]
18+
Get-AzureRmWebAppSlotPublishingProfile [[-OutputFile] <String>] [[-Format] <String>]
19+
[-ResourceGroupName] <String> [-Name] <String> [-Slot] <String> [-DefaultProfile <IAzureContextContainer>]
20+
[<CommonParameters>]
1921
```
2022

2123
### S2
2224
```
23-
Get-AzureRmWebAppSlotPublishingProfile [-OutputFile] <String> [[-Format] <String>] [-WebApp] <Site>
24-
[<CommonParameters>]
25+
Get-AzureRmWebAppSlotPublishingProfile [[-OutputFile] <String>] [[-Format] <String>] [-WebApp] <Site>
26+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2527
```
2628

2729
## DESCRIPTION
@@ -39,6 +41,19 @@ This command gets the publishing profile in Ftp format for slot Slot001 pertaini
3941

4042
## PARAMETERS
4143

44+
### -DefaultProfile
45+
The credentials, account, tenant, and subscription used for communication with azure.```yaml
46+
Type: IAzureContextContainer
47+
Parameter Sets: (All)
48+
Aliases: AzureRmContext, AzureCredential
49+
50+
Required: False
51+
Position: Named
52+
Default value: None
53+
Accept pipeline input: False
54+
Accept wildcard characters: False
55+
```
56+
4257
### -Format
4358
Format
4459
@@ -78,7 +93,7 @@ Type: String
7893
Parameter Sets: (All)
7994
Aliases:
8095

81-
Required: True
96+
Required: False
8297
Position: 3
8398
Default value: None
8499
Accept pipeline input: False
@@ -136,7 +151,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
136151
## INPUTS
137152
138153
### Site
139-
140154
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
141155
142156
## OUTPUTS

0 commit comments

Comments
 (0)