Skip to content

Commit 41a7155

Browse files
authored
Merge pull request #4 from vainolo/patch-6
Update Set-AzSqlDatabaseSensitivityClassification.md
2 parents 6fe9609 + 0105839 commit 41a7155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Sql/Sql/help/Set-AzSqlDatabaseSensitivityClassification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3737
PS 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
4242
PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Set-AzSqlDatabaseSensitivityClassification
4343
```
@@ -67,7 +67,7 @@ Type: System.String
6767
Parameter Sets: ColumnParameterSet
6868
Aliases:
6969

70-
Required: True
70+
Required: True
7171
Position: Named
7272
Default value: None
7373
Accept pipeline input: True (ByPropertyName)
@@ -134,7 +134,7 @@ Accept pipeline input: True (ByValue)
134134
Accept wildcard characters: False
135135
```
136136
137-
### -LabelName
137+
### -LabelName <-- Why don't we call this "SensitivityLabel"?
138138
A name that describes the sensitivity of the data stored in the column.
139139
140140
```yaml

0 commit comments

Comments
 (0)