az synapse kusto database-principal-assignment
This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage kusto pool database principal assignment with synapse.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse kusto database-principal-assignment create |
Creates a Kusto pool database principalAssignment. |
Core | Experimental |
az synapse kusto database-principal-assignment delete |
Deletes a Kusto pool principalAssignment. |
Core | Experimental |
az synapse kusto database-principal-assignment list |
Lists all Kusto pool database principalAssignments. |
Core | Experimental |
az synapse kusto database-principal-assignment show |
Gets a Kusto pool database principalAssignment. |
Core | Experimental |
az synapse kusto database-principal-assignment update |
Update a Kusto pool database principalAssignment. |
Core | Experimental |
az synapse kusto database-principal-assignment wait |
Place the CLI in a waiting state until a condition of the synapse kusto database-principal-assignment is met. |
Core | Experimental |
az synapse kusto database-principal-assignment create
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates a Kusto pool database principalAssignment.
az synapse kusto database-principal-assignment create --database-name
--kusto-pool-name
--principal-assignment-name
--resource-group
--workspace-name
[--no-wait]
[--principal-id]
[--principal-type {App, Group, User}]
[--role {Admin, Ingestor, Monitor, UnrestrictedViewer, User, Viewer}]
[--tenant-id]
Examples
KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate
az synapse kusto database-principal-assignment create --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-id "87654321-1234-1234-1234-123456789123" --principal-type "App" --role "Admin" --tenant-id "12345678-1234-1234-1234-123456789123" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Required Parameters
The name of the database in the Kusto pool.
The name of the Kusto pool.
The name of the Kusto principalAssignment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the workspace.
Optional Parameters
Do not wait for the long-running operation to finish.
The principal ID assigned to the database principal. It can be a user email, application ID, or security group name.
Principal type.
Database principal role.
The tenant id of the principal.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az synapse kusto database-principal-assignment delete
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes a Kusto pool principalAssignment.
az synapse kusto database-principal-assignment delete [--database-name]
[--ids]
[--kusto-pool-name]
[--no-wait]
[--principal-assignment-name]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
KustoPoolDatabasePrincipalAssignmentsDelete
az synapse kusto database-principal-assignment delete --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Optional Parameters
The name of the database in the Kusto pool.
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.
The name of the Kusto pool.
Do not wait for the long-running operation to finish.
The name of the Kusto principalAssignment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the workspace.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az synapse kusto database-principal-assignment list
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Lists all Kusto pool database principalAssignments.
az synapse kusto database-principal-assignment list --database-name
--kusto-pool-name
--resource-group
--workspace-name
Examples
KustoPoolDatabasePrincipalAssignmentsList
az synapse kusto database-principal-assignment list --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Required Parameters
The name of the database in the Kusto pool.
The name of the Kusto pool.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the workspace.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az synapse kusto database-principal-assignment show
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Gets a Kusto pool database principalAssignment.
az synapse kusto database-principal-assignment show [--database-name]
[--ids]
[--kusto-pool-name]
[--principal-assignment-name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
KustoPoolDatabasePrincipalAssignmentsGet
az synapse kusto database-principal-assignment show --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName"
Optional Parameters
The name of the database in the Kusto pool.
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.
The name of the Kusto pool.
The name of the Kusto principalAssignment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the workspace.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az synapse kusto database-principal-assignment update
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update a Kusto pool database principalAssignment.
az synapse kusto database-principal-assignment update [--add]
[--database-name]
[--force-string]
[--ids]
[--kusto-pool-name]
[--no-wait]
[--principal-assignment-name]
[--principal-id]
[--principal-type {App, Group, User}]
[--remove]
[--resource-group]
[--role {Admin, Ingestor, Monitor, UnrestrictedViewer, User, Viewer}]
[--set]
[--subscription]
[--tenant-id]
[--workspace-name]
Optional Parameters
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>
.
The name of the database in the Kusto pool.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
The name of the Kusto pool.
Do not wait for the long-running operation to finish.
The name of the Kusto principalAssignment.
The principal ID assigned to the database principal. It can be a user email, application ID, or security group name.
Principal type.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Database principal role.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The tenant id of the principal.
The name of the workspace.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az synapse kusto database-principal-assignment wait
Command group 'synapse kusto database-principal-assignment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Place the CLI in a waiting state until a condition of the synapse kusto database-principal-assignment is met.
az synapse kusto database-principal-assignment wait [--created]
[--custom]
[--database-name]
[--deleted]
[--exists]
[--ids]
[--interval]
[--kusto-pool-name]
[--principal-assignment-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
[--workspace-name]
Examples
Pause executing next line of CLI script until the synapse kusto database-principal-assignment is successfully created.
az synapse kusto database-principal-assignment wait --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName" --created
Pause executing next line of CLI script until the synapse kusto database-principal-assignment is successfully updated.
az synapse kusto database-principal-assignment wait --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName" --updated
Pause executing next line of CLI script until the synapse kusto database-principal-assignment is successfully deleted.
az synapse kusto database-principal-assignment wait --database-name "Kustodatabase8" --kusto-pool-name "kustoclusterrptest4" --principal-assignment-name "kustoprincipal1" --resource-group "kustorptest" --workspace-name "synapseWorkspaceName" --deleted
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
The name of the database in the Kusto pool.
Wait until deleted.
Wait until the resource exists.
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.
Polling interval in seconds.
The name of the Kusto pool.
The name of the Kusto principalAssignment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
The name of the workspace.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI