Skip to content

Commit 483602e

Browse files
authored
Merge pull request #9554 from selasagi/fixCapacityAdminDoc
Fix capacity admin doc
2 parents c395bf9 + 68c2760 commit 483602e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/PowerBIEmbedded/PowerBIEmbedded/help/New-AzPowerBIEmbeddedCapacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Creates a capacity named testcapacity in the Azure region West Central US and in
4444
## PARAMETERS
4545

4646
### -Administrator
47-
A comma separated capacity names to set as administrator on the capacity
47+
A comma separated names to set as administrator on the capacity
4848

4949
```yaml
5050
Type: System.String[]

src/PowerBIEmbedded/PowerBIEmbedded/help/Update-AzPowerBIEmbeddedCapacity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ The Update-AzPowerBIEmbeddedCapacity cmdlet modifies an instance of PowerBI Embe
4141

4242
### Example 1
4343
```
44-
PS C:\> Update-AzPowerBIEmbeddedCapacity -Name "testcapacity" -Tag @{"key1" = "value1";"key2" = "value2"} -Administrator "[email protected], [email protected]" -PassThru
44+
PS C:\> Update-AzPowerBIEmbeddedCapacity -Name "testcapacity" -Tag @{"key1" = "value1";"key2" = "value2"} -Administrator "[email protected]", "[email protected]", "9035a021-a96f-43ea-acbf-864227c2abbb@45119f4f-c71b-4420-b6ec-60e503450098" -PassThru
4545
Type : Microsoft.PowerBIDedicated/capacities
4646
Id : /subscriptions/78e47976-.../resourceGroups/testRG/providers/Microsoft.PowerBIDedicated/capacities/testcapacity
4747
ResourceGroup : testRG
4848
Name : testcapacity
4949
Location : West Central US
5050
State : Succeeded
51-
51+
Administrator : {[email protected], [email protected], 9035a021-a96f-43ea-acbf-864227c2abbb@45119f4f-c71b-4420-b6ec-60e503450098}
5252
Sku : A1
5353
Tier : PBIE_Azure
5454
Tag : {[key1, value1], [key2, value2]}
5555
```
5656

57-
Modifies the capacity named testcapacity in resourcegroup testgroup to set the tags as key1:value1 and key2:value2 and administrator to [email protected]
57+
Modifies the capacity named testcapacity in resourcegroup testgroup to set the tags as key1:value1 and key2:value2 and administrator to [email protected] , [email protected] and the service principal: 9035a021-a96f-43ea-acbf-864227c2abbb@45119f4f-c71b-4420-b6ec-60e503450098
5858

5959
## PARAMETERS
6060

6161
### -Administrator
62-
A comma separated capacity names to set as administrator on the capacity
62+
A comma separated names to set as administrators on the capacity. For service principal: <service principal object id>@<tenant id>
6363

6464
```yaml
6565
Type: System.String[]

0 commit comments

Comments
 (0)