File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ The Set-AzSqlDatabaseSensitivityClassification cmdlet sets the information types
32
32
33
33
## EXAMPLES
34
34
35
- ### Example 1: Set information type and sensitivity label of a column in an Azure SQL Database .
35
+ ### Example 1: Set information type and sensitivity label of a column in an Azure SQL database .
36
36
``` powershell
37
37
PS C:\> Set-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column -InformationType informationType -LabelName label
38
38
```
39
39
40
- ### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL Database .
40
+ ### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL database .
41
41
``` powershell
42
42
PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Set-AzSqlDatabaseSensitivityClassification
43
43
```
@@ -67,7 +67,7 @@ Type: System.String
67
67
Parameter Sets : ColumnParameterSet
68
68
Aliases :
69
69
70
- Required : True
70
+ Required : True
71
71
Position : Named
72
72
Default value : None
73
73
Accept pipeline input : True (ByPropertyName)
@@ -134,7 +134,7 @@ Accept pipeline input: True (ByValue)
134
134
Accept wildcard characters : False
135
135
` ` `
136
136
137
- ### -LabelName
137
+ ### -LabelName <-- Why don't we call this "SensitivityLabel"?
138
138
A name that describes the sensitivity of the data stored in the column.
139
139
140
140
` ` ` yaml
You can’t perform that action at this time.
0 commit comments