az synapse ad-only-auth
Manage Azure Active Directly only Authentication settings for this Synapse workspace.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse ad-only-auth disable |
Disable Azure Active Directly only Authentication for this Synapse workspace. |
Core | GA |
az synapse ad-only-auth enable |
Enable Azure Active Directly only Authentication for this Synapse workspace. |
Core | GA |
az synapse ad-only-auth get |
Get a specific Azure Active Directly only Authentication property. |
Core | GA |
az synapse ad-only-auth disable
Disable Azure Active Directly only Authentication for this Synapse workspace.
az synapse ad-only-auth disable --resource-group
--workspace-name
Examples
Disable Azure Active Directly only Authentication for this Synapse workspace.
az synapse ad-only-auth disable --workspace-name testsynapseworkspace \
-g testresourcegroup
Required Parameters
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 ad-only-auth enable
Enable Azure Active Directly only Authentication for this Synapse workspace.
az synapse ad-only-auth enable --resource-group
--workspace-name
Examples
Enable Azure Active Directly only Authentication for this Synapse workspace.
az synapse ad-only-auth enable --workspace-name testsynapseworkspace \
-g testresourcegroup
Required Parameters
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 ad-only-auth get
Get a specific Azure Active Directly only Authentication property.
az synapse ad-only-auth get --resource-group
--workspace-name
Examples
Get a specific Azure Active Directly only Authentication property.
az synapse ad-only-auth get --workspace-name testsynapseworkspace \
-g testrg
Required Parameters
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.