az synapse sql ad-admin
Manage SQL Active Directory administrator.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse sql ad-admin create |
Create the SQL Azure Active Directory administrator. |
Core | GA |
az synapse sql ad-admin delete |
Delete the SQL Azure Active Directory administrator. |
Core | GA |
az synapse sql ad-admin show |
Get the SQL Azure Active Directory administrator. |
Core | GA |
az synapse sql ad-admin update |
Update the SQL Azure Active Directory administrator. |
Core | GA |
az synapse sql ad-admin wait |
Place the CLI in a waiting state until a condition is met. |
Core | GA |
az synapse sql ad-admin create
Create the SQL Azure Active Directory administrator.
az synapse sql ad-admin create --display-name
--object-id
--resource-group
--workspace-name
[--no-wait]
Examples
Create the SQL Azure Active admin.
az synapse sql ad-admin create --workspace-name testsynapseworkspace --resource-group rg \
--display-name youraccount@yourdomain --object-id 00000000-0000-0000-0000-000000000000
Required Parameters
Display name of the Azure AD administrator user or group.
The unique ID of the Azure AD administrator.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
Do not wait for the long-running operation to finish.
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 sql ad-admin delete
Delete the SQL Azure Active Directory administrator.
az synapse sql ad-admin delete --resource-group
--workspace-name
[--no-wait]
[--yes]
Examples
Delete the SQL Azure Active admin.
az synapse sql ad-admin delete --workspace-name testsynapseworkspace --resource-group rg
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
Do not wait for the long-running operation to finish.
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 sql ad-admin show
Get the SQL Azure Active Directory administrator.
az synapse sql ad-admin show --resource-group
--workspace-name
Examples
Get the SQL Azure Active admin.
az synapse sql ad-admin show --workspace-name testsynapseworkspace --resource-group rg
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
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 sql ad-admin update
Update the SQL Azure Active Directory administrator.
az synapse sql ad-admin update --resource-group
--workspace-name
[--add]
[--display-name]
[--force-string]
[--no-wait]
[--object-id]
[--remove]
[--set]
Examples
Update the SQL Azure Active admin.
az synapse sql ad-admin update --workspace-name testsynapseworkspace --resource-group rg \
--display-name youraccount@yourdomain --object-id 00000000-0000-0000-0000-000000000000
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The 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>
.
Display name of the Azure AD administrator user or group.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Do not wait for the long-running operation to finish.
The unique ID of the Azure AD administrator.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
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 sql ad-admin wait
Place the CLI in a waiting state until a condition is met.
az synapse sql ad-admin wait --resource-group
--workspace-name
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
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'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.