Skip to content

Commit

Permalink
Merge pull request #9 from vainolo/patch-13
Browse files Browse the repository at this point in the history
Update Set-AzSqlInstanceDatabaseSensitivityClassification.md
  • Loading branch information
bashahee authored Feb 12, 2019
2 parents 264bc3a + 0a38c87 commit 207070b
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Set-AzSqlInstanceDatabaseSensitivityClassification

## SYNOPSIS
Sets the information types and sensitivity labels of columns in the database.
Sets the information types and sensitivity labels of columns in the Azure SQL managed instance database.

## SYNTAX

Expand All @@ -28,16 +28,16 @@ Set-AzSqlInstanceDatabaseSensitivityClassification -InputObject <ManagedDatabase
```

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

## EXAMPLES

### Example 1: Set information type and sensitivity label of a column in an Azure SQL Managed Instance Database.
### Example 1: Set information type and sensitivity label of a column in an Azure SQL managed instance database.
```powershell
PS C:\> Set-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database -SchemaName schema -TableName table -ColumnName column -InformationType informationType -LabelName label
```

### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL Managed Instance Database.
### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL managed instance database.
```powershell
PS C:\> Get-AzSqlInstanceDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database | Set-AzSqlInstanceDatabaseSensitivityClassification
```
Expand Down Expand Up @@ -75,7 +75,7 @@ Accept wildcard characters: False
```
### -DatabaseName
The name of the Azure SQL Instance Database.
The name of the Azure SQL managed instance database.
```yaml
Type: System.String
Expand Down Expand Up @@ -135,7 +135,7 @@ Accept wildcard characters: False
```
### -InstanceName
SQL Managed Instance name.
Azure SQL managed instance name.
```yaml
Type: System.String
Expand Down Expand Up @@ -266,3 +266,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES
## RELATED LINKS
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 comments on commit 207070b

Please sign in to comment.