Skip to content

Commit f3172f0

Browse files
authored
Update Remove-AzSqlInstanceDatabaseSensitivityClassification.md
1 parent 83eb5b8 commit f3172f0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/Sql/Sql/help/Remove-AzSqlInstanceDatabaseSensitivityClassification.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Remove-AzSqlInstanceDatabaseSensitivityClassification
1010

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

1414
## SYNTAX
1515

@@ -28,16 +28,16 @@ Remove-AzSqlInstanceDatabaseSensitivityClassification
2828
```
2929

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

3333
## EXAMPLES
3434

35-
### Example 1: Remove information type and sensitivity label of a column in an Azure SQL Managed Instance Database.
35+
### Example 1: Remove information type and sensitivity label of a column in an Azure SQL managed instance database.
3636
```powershell
3737
PS C:\> Remove-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database -SchemaName schema -TableName table -ColumnName column
3838
```
3939

40-
### Example 2: Remove current information types and sensitivity labels of columns in an Azure SQL Managed Instance Database.
40+
### Example 2: Remove current information types and sensitivity labels of columns in an Azure SQL managed instance database with Piping.
4141
```powershell
4242
PS C:\> Get-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database | Remove-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
@@ -105,7 +105,7 @@ Accept wildcard characters: False
105105
```
106106
107107
### -InputObject
108-
The SQL database object.
108+
The Azure SQL managed instance database object.
109109
110110
```yaml
111111
Type: Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
```
121121
122122
### -InstanceName
123-
SQL Managed Instance name.
123+
Azure SQL managed instance name.
124124
125125
```yaml
126126
Type: System.String
@@ -221,3 +221,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
221221
## NOTES
222222
223223
## RELATED LINKS
224+
225+
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)