Skip to content

Commit 3bf5438

Browse files
committed
Regenerate Media help files
1 parent 6fa8368 commit 3bf5438

9 files changed

+166
-14
lines changed

src/ResourceManager/Media/Commands.Media/help/Get-AzureRmMediaService.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 9843D191-CBC4-481A-BD36-D7B2D7917BD9
45
online version:
56
schema: 2.0.0
@@ -14,12 +15,14 @@ Gets information about a media service.
1415

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

2022
### AccountNameParameterSet
2123
```
22-
Get-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [<CommonParameters>]
24+
Get-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String>
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2326
```
2427

2528
## DESCRIPTION
@@ -58,6 +61,21 @@ Accept pipeline input: True (ByPropertyName)
5861
Accept wildcard characters: False
5962
```
6063
64+
### -DefaultProfile
65+
The credentials, account, tenant, and subscription used for communication with azure
66+
67+
```yaml
68+
Type: IAzureContextContainer
69+
Parameter Sets: (All)
70+
Aliases: AzureRmContext, AzureCredential
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
6179
### -ResourceGroupName
6280
Specifies the name of the resource group that contains the media service.
6381

src/ResourceManager/Media/Commands.Media/help/Get-AzureRmMediaServiceKeys.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 2099938F-5325-416C-AE10-6813546A1055
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Gets key information for accessing the REST endpoint associated with the media s
1314
## SYNTAX
1415

1516
```
16-
Get-AzureRmMediaServiceKeys [-ResourceGroupName] <String> [-AccountName] <String> [<CommonParameters>]
17+
Get-AzureRmMediaServiceKeys [-ResourceGroupName] <String> [-AccountName] <String>
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -45,6 +47,21 @@ Accept pipeline input: True (ByPropertyName)
4547
Accept wildcard characters: False
4648
```
4749
50+
### -DefaultProfile
51+
The credentials, account, tenant, and subscription used for communication with azure
52+
53+
```yaml
54+
Type: IAzureContextContainer
55+
Parameter Sets: (All)
56+
Aliases: AzureRmContext, AzureCredential
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
4865
### -ResourceGroupName
4966
Specifies the name of the resource group that contains the media service.
5067

src/ResourceManager/Media/Commands.Media/help/Get-AzureRmMediaServiceNameAvailability.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 23C6C9D3-A745-46C8-AB2C-B874223FBFFF
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Media service names are globally unique.
1415
## SYNTAX
1516

1617
```
17-
Get-AzureRmMediaServiceNameAvailability [-AccountName] <String> [<CommonParameters>]
18+
Get-AzureRmMediaServiceNameAvailability [-DefaultProfile <IAzureContextContainer>] [-AccountName] <String>
19+
[<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -47,6 +49,21 @@ Accept pipeline input: False
4749
Accept wildcard characters: False
4850
```
4951
52+
### -DefaultProfile
53+
The credentials, account, tenant, and subscription used for communication with azure
54+
55+
```yaml
56+
Type: IAzureContextContainer
57+
Parameter Sets: (All)
58+
Aliases: AzureRmContext, AzureCredential
59+
60+
Required: False
61+
Position: Named
62+
Default value: None
63+
Accept pipeline input: False
64+
Accept wildcard characters: False
65+
```
66+
5067
### CommonParameters
5168
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
5269

src/ResourceManager/Media/Commands.Media/help/New-AzureRmMediaService.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 5CEA7323-4CF7-42B2-BA94-BB3C8F73D2E9
45
online version:
56
schema: 2.0.0
@@ -15,13 +16,15 @@ Creates a media service if the media service already exists, all its properties
1516
### StorageAccountIdParamSet
1617
```
1718
New-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [-Location] <String>
18-
[-StorageAccountId] <String> [-Tags <Hashtable>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-StorageAccountId] <String> [-Tags <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
20+
[-Confirm] [<CommonParameters>]
1921
```
2022

2123
### StorageAccountsParamSet
2224
```
2325
New-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [-Location] <String>
24-
[-StorageAccounts] <PSStorageAccount[]> [-Tags <Hashtable>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-StorageAccounts] <PSStorageAccount[]> [-Tags <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
27+
[-WhatIf] [-Confirm] [<CommonParameters>]
2528
```
2629

2730
## DESCRIPTION
@@ -114,6 +117,21 @@ Accept pipeline input: True (ByPropertyName)
114117
Accept wildcard characters: False
115118
```
116119
120+
### -DefaultProfile
121+
The credentials, account, tenant, and subscription used for communication with azure
122+
123+
```yaml
124+
Type: IAzureContextContainer
125+
Parameter Sets: (All)
126+
Aliases: AzureRmContext, AzureCredential
127+
128+
Required: False
129+
Position: Named
130+
Default value: None
131+
Accept pipeline input: False
132+
Accept wildcard characters: False
133+
```
134+
117135
### -Location
118136
Specifies the region that this cmdlet creates the media service in.
119137

src/ResourceManager/Media/Commands.Media/help/New-AzureRmMediaServiceStorageConfig.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 4D64CA4D-1066-4D3E-9317-60D37D9DE2BB
45
online version:
56
schema: 2.0.0
@@ -13,8 +14,8 @@ Create a storage account configuration for the media service cmdlets.
1314
## SYNTAX
1415

1516
```
16-
New-AzureRmMediaServiceStorageConfig [-StorageAccountId] <String> [-IsPrimary] [-WhatIf] [-Confirm]
17-
[<CommonParameters>]
17+
New-AzureRmMediaServiceStorageConfig [-DefaultProfile <IAzureContextContainer>] [-StorageAccountId] <String>
18+
[-IsPrimary] [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -37,6 +38,21 @@ The second command creates a storage configuration object as the primary storage
3738

3839
## PARAMETERS
3940

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+
4056
### -IsPrimary
4157
Indicates that the cmdlet creates the storage account as the primary storage for the media service.
4258

src/ResourceManager/Media/Commands.Media/help/Remove-AzureRmMediaService.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 6AB6C366-4925-4370-A33E-EDAF4BE1E230
45
online version:
56
schema: 2.0.0
@@ -13,8 +14,8 @@ Removes a media service.
1314
## SYNTAX
1415

1516
```
16-
Remove-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [-Force] [-WhatIf] [-Confirm]
17-
[<CommonParameters>]
17+
Remove-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [-Force]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -46,6 +47,21 @@ Accept pipeline input: True (ByPropertyName)
4647
Accept wildcard characters: False
4748
```
4849
50+
### -DefaultProfile
51+
The credentials, account, tenant, and subscription used for communication with azure
52+
53+
```yaml
54+
Type: IAzureContextContainer
55+
Parameter Sets: (All)
56+
Aliases: AzureRmContext, AzureCredential
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
4965
### -Force
5066
Forces the command to run without asking for user confirmation.
5167

src/ResourceManager/Media/Commands.Media/help/Set-AzureRmMediaService.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: 0FA49058-F3A7-4ED9-93F2-0C84BC130FB7
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Modifies specified properties of an existing media service.
1415

1516
```
1617
Set-AzureRmMediaService [-ResourceGroupName] <String> [-AccountName] <String> [-Tags <Hashtable>]
17-
[-StorageAccounts <PSStorageAccount[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-StorageAccounts <PSStorageAccount[]>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
19+
[<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -50,6 +52,21 @@ Accept pipeline input: True (ByPropertyName)
5052
Accept wildcard characters: False
5153
```
5254
55+
### -DefaultProfile
56+
The credentials, account, tenant, and subscription used for communication with azure
57+
58+
```yaml
59+
Type: IAzureContextContainer
60+
Parameter Sets: (All)
61+
Aliases: AzureRmContext, AzureCredential
62+
63+
Required: False
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
5370
### -ResourceGroupName
5471
Specifies the name of the resource group that contains the media service.
5572

src/ResourceManager/Media/Commands.Media/help/Set-AzureRmMediaServiceKey.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: D28EB28D-DBC6-48D5-AB0A-C56F56CD0104
45
online version:
56
schema: 2.0.0
@@ -13,8 +14,8 @@ Regenerates a key used for accessing the REST endpoint associated with the media
1314
## SYNTAX
1415

1516
```
16-
Set-AzureRmMediaServiceKey [-ResourceGroupName] <String> [-AccountName] <String> [-KeyType] <KeyType> [-WhatIf]
17-
[-Confirm] [<CommonParameters>]
17+
Set-AzureRmMediaServiceKey [-ResourceGroupName] <String> [-AccountName] <String> [-KeyType] <KeyType>
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -53,6 +54,21 @@ Accept pipeline input: True (ByPropertyName)
5354
Accept wildcard characters: False
5455
```
5556
57+
### -DefaultProfile
58+
The credentials, account, tenant, and subscription used for communication with azure
59+
60+
```yaml
61+
Type: IAzureContextContainer
62+
Parameter Sets: (All)
63+
Aliases: AzureRmContext, AzureCredential
64+
65+
Required: False
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: False
69+
Accept wildcard characters: False
70+
```
71+
5672
### -KeyType
5773
Specifies the key type of the media service.
5874
The acceptable values for this parameter are: Primary or Secondary.

src/ResourceManager/Media/Commands.Media/help/Sync-AzureRmMediaServiceStorageKeys.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Media.dll-Help.xml
3+
Module Name: AzureRM.Media
34
ms.assetid: F395E192-80FA-421D-A389-8C5C0C2267E4
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Synchronizes storage account keys for a storage account associated with the medi
1415

1516
```
1617
Sync-AzureRmMediaServiceStorageKeys [-ResourceGroupName] <String> [-AccountName] <String>
17-
[-StorageAccountId] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-StorageAccountId] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
19+
[<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -49,6 +51,21 @@ Accept pipeline input: True (ByPropertyName)
4951
Accept wildcard characters: False
5052
```
5153
54+
### -DefaultProfile
55+
The credentials, account, tenant, and subscription used for communication with azure
56+
57+
```yaml
58+
Type: IAzureContextContainer
59+
Parameter Sets: (All)
60+
Aliases: AzureRmContext, AzureCredential
61+
62+
Required: False
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
5269
### -ResourceGroupName
5370
Specifies the name of the resource group that contains the media service.
5471

0 commit comments

Comments
 (0)