Skip to content

Commit e5da0e5

Browse files
author
Maddie Clayton
committed
Regenerate Websites help files
1 parent 7f00df5 commit e5da0e5

40 files changed

+778
-141
lines changed

src/ResourceManager/Websites/Commands.Websites/help/Edit-AzureRmWebAppBackupConfiguration.md

Lines changed: 20 additions & 4 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
34
ms.assetid: BFC38930-DBB4-4EBB-8E29-73B901FAF486
45
online version:
56
schema: 2.0.0
@@ -15,15 +16,16 @@ schema: 2.0.0
1516
```
1617
Edit-AzureRmWebAppBackupConfiguration [-FrequencyInterval] <Int32> [-FrequencyUnit] <String>
1718
[-RetentionPeriodInDays] <Int32> [[-StartTime] <DateTime>] [-KeepAtLeastOneBackup]
18-
[-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>] [-StorageAccountUrl] <String>
19-
[[-Databases] <DatabaseBackupSetting[]>] [<CommonParameters>]
19+
[-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>] [-DefaultProfile <IAzureContextContainer>]
20+
[-StorageAccountUrl] <String> [[-Databases] <DatabaseBackupSetting[]>] [<CommonParameters>]
2021
```
2122

2223
### FromWebApp
2324
```
2425
Edit-AzureRmWebAppBackupConfiguration [-FrequencyInterval] <Int32> [-FrequencyUnit] <String>
2526
[-RetentionPeriodInDays] <Int32> [[-StartTime] <DateTime>] [-KeepAtLeastOneBackup] [-WebApp] <Site>
26-
[-StorageAccountUrl] <String> [[-Databases] <DatabaseBackupSetting[]>] [<CommonParameters>]
27+
[-DefaultProfile <IAzureContextContainer>] [-StorageAccountUrl] <String>
28+
[[-Databases] <DatabaseBackupSetting[]>] [<CommonParameters>]
2729
```
2830

2931
## DESCRIPTION
@@ -48,6 +50,21 @@ Accept pipeline input: True (ByPropertyName)
4850
Accept wildcard characters: False
4951
```
5052
53+
### -DefaultProfile
54+
The credentials, account, tenant, and subscription used for communication with azure.
55+
56+
```yaml
57+
Type: IAzureContextContainer
58+
Parameter Sets: (All)
59+
Aliases: AzureRmContext, AzureCredential
60+
61+
Required: False
62+
Position: Named
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
5168
### -FrequencyInterval
5269
Frequency Interval
5370
@@ -204,7 +221,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
204221
## INPUTS
205222
206223
### Site
207-
208224
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
209225
210226
## OUTPUTS

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

Lines changed: 19 additions & 2 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
34
ms.assetid: 89ED4231-7616-47D0-BDAA-D849C245DC79
45
online version:
56
schema: 2.0.0
@@ -14,12 +15,13 @@ Gets an Azure App Service plan in the specified resource group.
1415

1516
### S1
1617
```
17-
Get-AzureRmAppServicePlan [[-ResourceGroupName] <String>] [[-Name] <String>] [<CommonParameters>]
18+
Get-AzureRmAppServicePlan [[-ResourceGroupName] <String>] [[-Name] <String>]
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1820
```
1921

2022
### S2
2123
```
22-
Get-AzureRmAppServicePlan [-Location] <String> [<CommonParameters>]
24+
Get-AzureRmAppServicePlan [-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2325
```
2426

2527
## DESCRIPTION
@@ -43,6 +45,21 @@ This command gets all App Service plans located in the "West US" region.
4345

4446
## PARAMETERS
4547

48+
### -DefaultProfile
49+
The credentials, account, tenant, and subscription used for communication with azure.
50+
51+
```yaml
52+
Type: IAzureContextContainer
53+
Parameter Sets: (All)
54+
Aliases: AzureRmContext, AzureCredential
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
4663
### -Location
4764
Location
4865

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

Lines changed: 20 additions & 3 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
34
ms.assetid: 0AC0C4F9-4138-49EA-88CB-DC220DE7E9F4
45
online version:
56
schema: 2.0.0
@@ -14,13 +15,15 @@ schema: 2.0.0
1415
### S1
1516
```
1617
Get-AzureRmAppServicePlanMetrics [-Metrics] <String[]> [-StartTime] <DateTime> [[-EndTime] <DateTime>]
17-
[-Granularity] <String> [-InstanceDetails] [-ResourceGroupName] <String> [-Name] <String> [<CommonParameters>]
18+
[-Granularity] <String> [-InstanceDetails] [-ResourceGroupName] <String> [-Name] <String>
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1820
```
1921

2022
### S2
2123
```
2224
Get-AzureRmAppServicePlanMetrics [-Metrics] <String[]> [-StartTime] <DateTime> [[-EndTime] <DateTime>]
23-
[-Granularity] <String> [-InstanceDetails] [-AppServicePlan] <ServerFarmWithRichSku> [<CommonParameters>]
25+
[-Granularity] <String> [-InstanceDetails] [-AppServicePlan] <ServerFarmWithRichSku>
26+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2427
```
2528

2629
## DESCRIPTION
@@ -53,6 +56,21 @@ Accept pipeline input: True (ByValue)
5356
Accept wildcard characters: False
5457
```
5558
59+
### -DefaultProfile
60+
The credentials, account, tenant, and subscription used for communication with azure.
61+
62+
```yaml
63+
Type: IAzureContextContainer
64+
Parameter Sets: (All)
65+
Aliases: AzureRmContext, AzureCredential
66+
67+
Required: False
68+
Position: Named
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
5674
### -EndTime
5775
End Time in UTC
5876
@@ -165,7 +183,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
165183
## INPUTS
166184
167185
### ServerFarmWithRichSku
168-
169186
Parameter 'AppServicePlan' accepts value of type 'ServerFarmWithRichSku' from the pipeline
170187
171188
## OUTPUTS

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

Lines changed: 21 additions & 3 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
34
ms.assetid: A87ED954-9C09-4329-A005-ABFF36C45E6E
45
online version:
56
schema: 2.0.0
@@ -14,17 +15,19 @@ Gets Azure Web Apps in the specified resource group.
1415

1516
### S1
1617
```
17-
Get-AzureRmWebApp [[-ResourceGroupName] <String>] [[-Name] <String>] [<CommonParameters>]
18+
Get-AzureRmWebApp [[-ResourceGroupName] <String>] [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
1820
```
1921

2022
### S2
2123
```
22-
Get-AzureRmWebApp [-AppServicePlan] <ServerFarmWithRichSku> [<CommonParameters>]
24+
Get-AzureRmWebApp [-AppServicePlan] <ServerFarmWithRichSku> [-DefaultProfile <IAzureContextContainer>]
25+
[<CommonParameters>]
2326
```
2427

2528
### S3
2629
```
27-
Get-AzureRmWebApp [-Location] <String> [<CommonParameters>]
30+
Get-AzureRmWebApp [-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2831
```
2932

3033
## DESCRIPTION
@@ -56,6 +59,21 @@ Accept pipeline input: False
5659
Accept wildcard characters: False
5760
```
5861
62+
### -DefaultProfile
63+
The credentials, account, tenant, and subscription used for communication with azure.
64+
65+
```yaml
66+
Type: IAzureContextContainer
67+
Parameter Sets: (All)
68+
Aliases: AzureRmContext, AzureCredential
69+
70+
Required: False
71+
Position: Named
72+
Default value: None
73+
Accept pipeline input: False
74+
Accept wildcard characters: False
75+
```
76+
5977
### -Location
6078
Location
6179

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

Lines changed: 19 additions & 3 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
34
ms.assetid: EAAF615B-6139-438B-A2FD-6966E72B3AA9
45
online version:
56
schema: 2.0.0
@@ -14,12 +15,13 @@ schema: 2.0.0
1415
### FromResourceName
1516
```
1617
Get-AzureRmWebAppBackup [-BackupId] <String> [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
### FromWebApp
2122
```
22-
Get-AzureRmWebAppBackup [-BackupId] <String> [-WebApp] <Site> [<CommonParameters>]
23+
Get-AzureRmWebAppBackup [-BackupId] <String> [-WebApp] <Site> [-DefaultProfile <IAzureContextContainer>]
24+
[<CommonParameters>]
2325
```
2426

2527
## DESCRIPTION
@@ -51,6 +53,21 @@ Accept pipeline input: True (ByPropertyName)
5153
Accept wildcard characters: False
5254
```
5355
56+
### -DefaultProfile
57+
The credentials, account, tenant, and subscription used for communication with azure.
58+
59+
```yaml
60+
Type: IAzureContextContainer
61+
Parameter Sets: (All)
62+
Aliases: AzureRmContext, AzureCredential
63+
64+
Required: False
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
5471
### -Name
5572
Webapp Name
5673
@@ -117,7 +134,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117134
## INPUTS
118135
119136
### Site
120-
121137
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
122138
123139
## OUTPUTS

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

Lines changed: 19 additions & 3 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
34
ms.assetid: 8337BEA9-4927-4718-83B9-F3F567BE0FBD
45
online version:
56
schema: 2.0.0
@@ -14,12 +15,13 @@ schema: 2.0.0
1415
### FromResourceName
1516
```
1617
Get-AzureRmWebAppBackupConfiguration [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
### FromWebApp
2122
```
22-
Get-AzureRmWebAppBackupConfiguration [-WebApp] <Site> [<CommonParameters>]
23+
Get-AzureRmWebAppBackupConfiguration [-WebApp] <Site> [-DefaultProfile <IAzureContextContainer>]
24+
[<CommonParameters>]
2325
```
2426

2527
## DESCRIPTION
@@ -36,6 +38,21 @@ This command gets the backup configuration from the Web App named WebAppStandard
3638

3739
## PARAMETERS
3840

41+
### -DefaultProfile
42+
The credentials, account, tenant, and subscription used for communication with azure.
43+
44+
```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+
3956
### -Name
4057
WebApp Name
4158
@@ -102,7 +119,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102119
## INPUTS
103120
104121
### Site
105-
106122
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
107123
108124
## OUTPUTS

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

Lines changed: 18 additions & 3 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
34
ms.assetid: BBC85035-DCF7-44FA-A747-A1563A55B820
45
online version:
56
schema: 2.0.0
@@ -14,12 +15,12 @@ schema: 2.0.0
1415
### FromResourceName
1516
```
1617
Get-AzureRmWebAppBackupList [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
### FromWebApp
2122
```
22-
Get-AzureRmWebAppBackupList [-WebApp] <Site> [<CommonParameters>]
23+
Get-AzureRmWebAppBackupList [-WebApp] <Site> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2324
```
2425

2526
## DESCRIPTION
@@ -36,6 +37,21 @@ This command returns a backup list pertaining to WebApp WebAppStandard associate
3637

3738
## PARAMETERS
3839

40+
### -DefaultProfile
41+
The credentials, account, tenant, and subscription used for communication with azure.
42+
43+
```yaml
44+
Type: IAzureContextContainer
45+
Parameter Sets: (All)
46+
Aliases: AzureRmContext, AzureCredential
47+
48+
Required: False
49+
Position: Named
50+
Default value: None
51+
Accept pipeline input: False
52+
Accept wildcard characters: False
53+
```
54+
3955
### -Name
4056
WebApp Name
4157
@@ -102,7 +118,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102118
## INPUTS
103119
104120
### Site
105-
106121
Parameter 'WebApp' accepts value of type 'Site' from the pipeline
107122
108123
## OUTPUTS

0 commit comments

Comments
 (0)