Skip to content

Commit 0bf8edf

Browse files
authored
Update Set-AzSqlDatabaseSensitivityClassification.md
Changed some texts, also added comments preceded with "<--"
1 parent 9888ac2 commit 0bf8edf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Set-AzSqlDatabaseSensitivityClassification
1010

1111
## SYNOPSIS
12-
Sets the sensitivity labels and information types of columns in the database.
12+
Sets the information types and sensitivity labels of columns in the database.
1313

1414
## SYNTAX
1515

@@ -28,16 +28,16 @@ Set-AzSqlDatabaseSensitivityClassification -InputObject <SqlDatabaseSensitivityC
2828
```
2929

3030
## DESCRIPTION
31-
The Set-AzSqlDatabaseSensitivityClassification cmdlet sets the sensitivity labels and information types of columns in the database.
31+
The Set-AzSqlDatabaseSensitivityClassification cmdlet sets the information types and sensitivity labels of columns in the database.
3232

3333
## EXAMPLES
3434

35-
### Example 1: Set sensitivity classification of a column in an Azure SQL database.
35+
### Example 1: Set the 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 sensitivity classification of columns in an Azure SQL database.
40+
### Example 2: Set information types and sensitivity labels based on the recommended classification 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
@@ -266,3 +266,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
266266
## NOTES
267267
268268
## RELATED LINKS
269+
270+
Learn more about [Azure SQL Database data discovery and classification](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-data-discovery-and-classification)

0 commit comments

Comments
 (0)