Skip to content

Commit c617d35

Browse files
authored
Merge pull request #6 from vainolo/patch-10
Update Remove-AzSqlDatabaseSensitivityClassification.md
2 parents e0461e5 + 3c96e53 commit c617d35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Remove-AzSqlDatabaseSensitivityClassification cmdlet removes the information
3636
PS C:\> Remove-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column
3737
```
3838

39-
### Example 2: Remove current information types and sensitivity labels of columns in an Azure SQL Database.
39+
### Example 2: Remove current information types and sensitivity labels of columns in an Azure SQL database using Piping.
4040
```powershell
4141
PS C:\> Get-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Remove-AzSqlDatabaseSensitivityClassification
4242
```
@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
```
7575
7676
### -DatabaseName
77-
The name of the Azure SQL Database.
77+
The name of the Azure SQL database.
7878
7979
```yaml
8080
Type: System.String
@@ -220,3 +220,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220220
## NOTES
221221
222222
## RELATED LINKS
223+
224+
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)