az sql mi ad-admin
Manage a managed instance's Active Directory administrator.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql mi ad-admin create |
Creates a new managed instance Active Directory administrator. |
Core | GA |
az sql mi ad-admin delete |
Deletes an existing managed instance Active Directory Administrator. |
Core | GA |
az sql mi ad-admin list |
Returns a list of managed instance Active Directory Administrators. |
Core | GA |
az sql mi ad-admin update |
Updates an existing managed instance Active Directory administrator. |
Core | GA |
az sql mi ad-admin create
Creates a new managed instance Active Directory administrator.
az sql mi ad-admin create --display-name
--managed-instance
--object-id
--resource-group
Required Parameters
Display name of the Azure AD administrator user or group.
Name of the Azure SQL Managed Instance.
The unique ID of the Azure AD administrator.
Name of resource group. You can configure the default group using az configure --defaults group=<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 sql mi ad-admin delete
Deletes an existing managed instance Active Directory Administrator.
az sql mi ad-admin delete [--ids]
[--managed-instance]
[--resource-group]
[--subscription]
Optional Parameters
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.
Name of the Azure SQL Managed Instance.
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
.
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 sql mi ad-admin list
Returns a list of managed instance Active Directory Administrators.
az sql mi ad-admin list [--ids]
[--managed-instance]
[--resource-group]
[--subscription]
Optional Parameters
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.
Name of the Azure SQL Managed Instance.
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
.
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 sql mi ad-admin update
Updates an existing managed instance Active Directory administrator.
az sql mi ad-admin update --display-name
--object-id
[--ids]
[--managed-instance]
[--resource-group]
[--subscription]
Required Parameters
Display name of the Azure AD administrator user or group.
The unique ID of the Azure AD administrator.
Optional Parameters
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.
Name of the Azure SQL Managed Instance.
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
.
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.