Skip to content

Commit 798f127

Browse files
committed
Regenerate PowerBIEmbedded help files
1 parent 32cde85 commit 798f127

6 files changed

+105
-7
lines changed

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/Get-AzureRmPowerBIWorkspace.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: 5321FC62-3585-4493-A3D2-22CD82503CA7
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets the workspaces in a Power BI workspace collection.
1415

1516
```
1617
Get-AzureRmPowerBIWorkspace [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String>
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -31,6 +32,21 @@ This command gets the workspaces that belong to the workspace collection named W
3132

3233
## PARAMETERS
3334

35+
### -DefaultProfile
36+
The credentials, account, tenant, and subscription used for communication with azure
37+
38+
```yaml
39+
Type: IAzureContextContainer
40+
Parameter Sets: (All)
41+
Aliases: AzureRmContext, AzureCredential
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
3450
### -ResourceGroupName
3551
Specifies the name of the resource group to which the workspace collection belongs.
3652

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/Get-AzureRmPowerBIWorkspaceCollection.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.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: EEF32F48-00F6-4C57-B4F1-B58B566EAFEF
45
online version:
56
schema: 2.0.0
@@ -14,13 +15,14 @@ Gets Power BI workspace collections.
1415

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

2022
### WorkspaceCollectionNameParameterSet
2123
```
2224
Get-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String>
23-
[<CommonParameters>]
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2426
```
2527

2628
## DESCRIPTION
@@ -44,6 +46,21 @@ This command gets the workspace collection named WCN11 in the specified resource
4446

4547
## PARAMETERS
4648

49+
### -DefaultProfile
50+
The credentials, account, tenant, and subscription used for communication with azure
51+
52+
```yaml
53+
Type: IAzureContextContainer
54+
Parameter Sets: (All)
55+
Aliases: AzureRmContext, AzureCredential
56+
57+
Required: False
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
4764
### -ResourceGroupName
4865
Specifies the name of the resource group from which this cmdlet gets workspace collections.
4966

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/Get-AzureRmPowerBIWorkspaceCollectionAccessKeys.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: 3FED0088-47DA-4565-B9F0-DACF9B2DC0C7
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets the current access keys associated with a Power BI workspace collection.
1415

1516
```
1617
Get-AzureRmPowerBIWorkspaceCollectionAccessKeys [-ResourceGroupName] <String>
17-
[-WorkspaceCollectionName] <String> [<CommonParameters>]
18+
[-WorkspaceCollectionName] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -31,6 +32,21 @@ This command gets access keys for the workspace collection named WCN11 in the sp
3132

3233
## PARAMETERS
3334

35+
### -DefaultProfile
36+
The credentials, account, tenant, and subscription used for communication with azure
37+
38+
```yaml
39+
Type: IAzureContextContainer
40+
Parameter Sets: (All)
41+
Aliases: AzureRmContext, AzureCredential
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
3450
### -ResourceGroupName
3551
Specifies the name of the resource group of the collection.
3652

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/New-AzureRmPowerBIWorkspaceCollection.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: 9F9E4273-6747-4963-AF1F-C0AEB46770A4
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Creates a Power BI workspace collection.
1415

1516
```
1617
New-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String>
17-
[-Location] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-Location] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -31,6 +32,21 @@ This command creates a workspace collection named WCN11 in the specified resourc
3132

3233
## PARAMETERS
3334

35+
### -DefaultProfile
36+
The credentials, account, tenant, and subscription used for communication with azure
37+
38+
```yaml
39+
Type: IAzureContextContainer
40+
Parameter Sets: (All)
41+
Aliases: AzureRmContext, AzureCredential
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
3450
### -Location
3551
Specifies the Azure location in which this cmdlet creates a workspace collection.
3652

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/Remove-AzureRmPowerBIWorkspaceCollection.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: 2D63CC6D-AB02-4299-A922-4057D6F595D7
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Removes a Power BI workspace collection.
1415

1516
```
1617
Remove-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String>
17-
[-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -31,6 +32,21 @@ This command removes the workspace collection named WCN11 in the specified resou
3132

3233
## PARAMETERS
3334

35+
### -DefaultProfile
36+
The credentials, account, tenant, and subscription used for communication with azure
37+
38+
```yaml
39+
Type: IAzureContextContainer
40+
Parameter Sets: (All)
41+
Aliases: AzureRmContext, AzureCredential
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
3450
### -ResourceGroupName
3551
Specifies the name of the resource group from which this cmdlet removes a workspace collection.
3652

src/ResourceManager/PowerBIEmbedded/Commands.Management.PowerBIEmbedded/help/Reset-AzureRmPowerBIWorkspaceCollectionAccessKeys.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.Management.PowerBIEmbedded.dll-Help.xml
3+
Module Name: AzureRM.PowerBIEmbedded
34
ms.assetid: 8FB2D9A0-BF7A-482D-B3A2-566FCA8C62A1
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Resets the specified access key.
1415

1516
```
1617
Reset-AzureRmPowerBIWorkspaceCollectionAccessKeys [-ResourceGroupName] <String>
17-
[-WorkspaceCollectionName] <String> [-Key1] [-Key2] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WorkspaceCollectionName] <String> [-Key1] [-Key2] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
19+
[-Confirm] [<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -31,6 +33,21 @@ This command resets the primary access key for the workspace collection named WC
3133

3234
## PARAMETERS
3335

36+
### -DefaultProfile
37+
The credentials, account, tenant, and subscription used for communication with azure
38+
39+
```yaml
40+
Type: IAzureContextContainer
41+
Parameter Sets: (All)
42+
Aliases: AzureRmContext, AzureCredential
43+
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
3451
### -Key1
3552
Indicates that this cmdlet resets the primary access key.
3653

0 commit comments

Comments
 (0)