az synapse sql pool classification recommendation
Manage sensitivity classification recommendations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse sql pool classification recommendation disable |
Disable sensitivity recommendations for a given column(recommendations are enabled by default on all columns). |
Core | GA |
az synapse sql pool classification recommendation enable |
Enable sensitivity recommendations for a given column(recommendations are enabled by default on all columns). |
Core | GA |
az synapse sql pool classification recommendation list |
List the recommended sensitivity classifications of a given SQL pool. |
Core | GA |
az synapse sql pool classification recommendation disable
Disable sensitivity recommendations for a given column(recommendations are enabled by default on all columns).
az synapse sql pool classification recommendation disable --column
--schema
--table
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Disable sensitivity recommendations for a given column.
az synapse sql pool classification recommendation disable --name sqlpool --workspace-name testsynapseworkspace \
--resource-group rg --schema dbo --table mytable --column mycolumn
Required Parameters
The name of column.
The name of schema.
The name of table.
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.
The SQL pool name.
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 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 pool classification recommendation enable
Enable sensitivity recommendations for a given column(recommendations are enabled by default on all columns).
az synapse sql pool classification recommendation enable --column
--schema
--table
[--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
Enable sensitivity recommendations for a given column.
az synapse sql pool classification recommendation enable --name sqlpool --workspace-name testsynapseworkspace \
--resource-group rg --schema dbo --table mytable --column mycolumn
Required Parameters
The name of column.
The name of schema.
The name of table.
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.
The SQL pool name.
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 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 pool classification recommendation list
List the recommended sensitivity classifications of a given SQL pool.
az synapse sql pool classification recommendation list --name
--resource-group
--workspace-name
[--filter]
[--included-disabled {false, true}]
[--skip-token]
Examples
List the recommended sensitivity classifications of a given SQL pool.
az synapse sql pool classification recommendation list --name sqlpool --workspace-name testsynapseworkspace \
--resource-group rg
Required Parameters
The SQL pool name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The workspace name.
Optional Parameters
An OData filter expression that filters elements in the collection. Default value is None.
Indicates whether the result should include disabled recommendations.
An OData query option to indicate how many elements to skip in the collection. Default value is None.
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.