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
3232
3333## EXAMPLES
3434
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 .
3636``` powershell
3737PS C:\> Set-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column -InformationType informationType -LabelName label
3838```
3939
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 .
4141``` powershell
4242PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Set-AzSqlDatabaseSensitivityClassification
4343```
@@ -67,7 +67,7 @@ Type: System.String
6767Parameter Sets : ColumnParameterSet
6868Aliases :
6969
70- Required : True
70+ Required : True
7171Position : Named
7272Default value : None
7373Accept pipeline input : True (ByPropertyName)
@@ -134,7 +134,7 @@ Accept pipeline input: True (ByValue)
134134Accept wildcard characters : False
135135` ` `
136136
137- ### -LabelName
137+ ### -LabelName <-- Why don't we call this "SensitivityLabel"?
138138A name that describes the sensitivity of the data stored in the column.
139139
140140` ` ` yaml
You can’t perform that action at this time.
0 commit comments