Share via


az powerbi embedded-capacity

Note

This reference is part of the powerbidedicated extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az powerbi embedded-capacity command. Learn more about extensions.

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage PowerBI embedded capacity.

Commands

Name Description Type Status
az powerbi embedded-capacity create

Create a new PowerBI embedded capacity.

Extension Preview
az powerbi embedded-capacity delete

Delete the specified PowerBI embedded capacity.

Extension Preview
az powerbi embedded-capacity list

List all the embedded capacities for the given resource group.

Extension Preview
az powerbi embedded-capacity list-sku

List eligible SKUs for a PowerBI Dedicated resource.

Extension Preview
az powerbi embedded-capacity show

Get details about the specified PowerBI embedded capacity.

Extension Preview
az powerbi embedded-capacity update

Update the specified PowerBI embedded capacity.

Extension Preview
az powerbi embedded-capacity wait

Place the CLI in a waiting state until a condition is met.

Extension Preview

az powerbi embedded-capacity create

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a new PowerBI embedded capacity.

az powerbi embedded-capacity create --name
                                    --resource-group
                                    --sku-name
                                    [--administration-members]
                                    [--___location]
                                    [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                    [--sku-tier {PBIE_Azure}]
                                    [--tags]

Examples

Create a new PowerBI embedded capacity.

az powerbi embedded-capacity create --resource-group "TestRG" --name "azsdktest" --___location eastus --sku-name "A1" --sku-tier "PBIE_Azure" --administration-members "azsdktest@microsoft.com" "azsdktest2@microsoft.com"

Create a new PowerBI embedded capacity without waiting.

az powerbi embedded-capacity create --resource-group "TestRG" --name "azsdktest" --___location eastus --sku-name "A1" --sku-tier "PBIE_Azure" --administration-members "azsdktest@microsoft.com" "azsdktest2@microsoft.com" --no-wait

Required Parameters

--name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--sku-name

Name of the SKU level. For more information, please refer to https://azure.microsoft.com/en- us/pricing/details/power-bi-embedded/. Allowed values: A1, A2, A3, A4, A5, A6.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--administration-members

An array of administrator user identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

--___location -l

Location. Values from: az account list-locations. You can configure the default ___location using az configure --defaults ___location=<___location>. When not specified, the ___location of the resource group will be used.

--no-wait

Do not wait for the long-running operation to finish.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--sku-tier

The name of the Azure pricing tier to which the SKU applies.

Property Value
Accepted values: PBIE_Azure
--tags

Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity delete

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Delete the specified PowerBI embedded capacity.

az powerbi embedded-capacity delete [--ids]
                                    [--name]
                                    [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                    [--resource-group]
                                    [--subscription]
                                    [--yes]

Examples

Delete a capacity in specified resource group.

az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest"

Delete a capacity in specified resource group without prompt.

az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest" -y

Delete a capacity in specified resource group without waiting.

az powerbi embedded-capacity delete --resource-group "TestRG" --name "azsdktest" --no-wait

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Property Value
Parameter group: Resource Id Arguments
--no-wait

Do not wait for the long-running operation to finish.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity list

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List all the embedded capacities for the given resource group.

az powerbi embedded-capacity list [--resource-group]

Examples

List capacities in resource group

az powerbi embedded-capacity list --resource-group "TestRG"

List all capacities in default subscription.

az powerbi embedded-capacity list

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity list-sku

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List eligible SKUs for a PowerBI Dedicated resource.

az powerbi embedded-capacity list-sku [--dedicated-capacity-name --name]
                                      [--ids]
                                      [--resource-group]
                                      [--subscription]

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--dedicated-capacity-name --name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Property Value
Parameter group: Resource Id Arguments
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity show

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get details about the specified PowerBI embedded capacity.

az powerbi embedded-capacity show [--ids]
                                  [--name]
                                  [--resource-group]
                                  [--subscription]

Examples

Get details of a capacity

az powerbi embedded-capacity show --resource-group "TestRG" --name "azsdktest"

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity update

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update the specified PowerBI embedded capacity.

az powerbi embedded-capacity update [--add]
                                    [--administration-members]
                                    [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                                    [--ids]
                                    [--name]
                                    [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                    [--remove]
                                    [--resource-group]
                                    [--set]
                                    [--sku-name]
                                    [--sku-tier {PBIE_Azure}]
                                    [--subscription]
                                    [--tags]

Examples

Update sku name for the specified PowerBI embedded capacity.

az powerbi embedded-capacity update --resource-group "TestRG" --name "azsdktest" --sku-name "A1"

Update administrator members the specified PowerBI embedded capacity without waiting.

az powerbi embedded-capacity update --resource-group "TestRG" --name "azsdktest" --sku-name "A1" --administration-members "azsdktest3@microsoft.com" --no-wait

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

Property Value
Parameter group: Generic Update Arguments
--administration-members

An array of administrator user identities. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Property Value
Parameter group: Generic Update Arguments
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Property Value
Parameter group: Resource Id Arguments
--no-wait

Do not wait for the long-running operation to finish.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

Property Value
Parameter group: Generic Update Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

Property Value
Parameter group: Generic Update Arguments
--sku-name

Name of the SKU level. For more information, please refer to https://azure.microsoft.com/en- us/pricing/details/power-bi-embedded/. Allowed values: A1, A2, A3, A4, A5, A6.

--sku-tier

The name of the Azure pricing tier to which the SKU applies.

Property Value
Accepted values: PBIE_Azure
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--tags

Space-separated tags: key[=value] [key[=value] ...]. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az powerbi embedded-capacity wait

Preview

Command group 'powerbi embedded-capacity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Place the CLI in a waiting state until a condition is met.

az powerbi embedded-capacity wait [--created]
                                  [--custom]
                                  [--deleted]
                                  [--exists]
                                  [--ids]
                                  [--interval]
                                  [--name]
                                  [--resource-group]
                                  [--subscription]
                                  [--timeout]
                                  [--updated]

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--created

Wait until created with 'provisioningState' at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

Property Value
Parameter group: Wait Condition Arguments
--deleted

Wait until deleted.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--exists

Wait until the resource exists.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value
Parameter group: Resource Id Arguments
--interval

Polling interval in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 30
--name -n

The name of the Dedicated capacity. It must be at least 3 characters in length, and no more than 63.

Property Value
Parameter group: Resource Id Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value
Parameter group: Resource Id Arguments
--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value
Parameter group: Resource Id Arguments
--timeout

Maximum wait in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False