Skip to content

Commit 207070b

Browse files
authored
Merge pull request #9 from vainolo/patch-13
Update Set-AzSqlInstanceDatabaseSensitivityClassification.md
2 parents 264bc3a + 0a38c87 commit 207070b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/Sql/Sql/help/Set-AzSqlInstanceDatabaseSensitivityClassification.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-AzSqlInstanceDatabaseSensitivityClassification
1010

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

1414
## SYNTAX
1515

@@ -28,16 +28,16 @@ Set-AzSqlInstanceDatabaseSensitivityClassification -InputObject <ManagedDatabase
2828
```
2929

3030
## DESCRIPTION
31-
The Set-AzSqlInstanceDatabaseSensitivityClassification cmdlet sets the information types and sensitivity labels of columns in the database.
31+
The Set-AzSqlInstanceDatabaseSensitivityClassification cmdlet sets the information types and sensitivity labels of columns in the Azure SQL managed instance database.
3232

3333
## EXAMPLES
3434

35-
### Example 1: Set information type and sensitivity label of a column in an Azure SQL Managed Instance Database.
35+
### Example 1: Set information type and sensitivity label of a column in an Azure SQL managed instance database.
3636
```powershell
3737
PS C:\> Set-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -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 Managed Instance Database.
40+
### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL managed instance database.
4141
```powershell
4242
PS C:\> Get-AzSqlInstanceDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database | Set-AzSqlInstanceDatabaseSensitivityClassification
4343
```
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
```
7676
7777
### -DatabaseName
78-
The name of the Azure SQL Instance Database.
78+
The name of the Azure SQL managed instance database.
7979
8080
```yaml
8181
Type: System.String
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### -InstanceName
138-
SQL Managed Instance name.
138+
Azure SQL managed instance name.
139139
140140
```yaml
141141
Type: System.String
@@ -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)