Skip to content

Commit cb2632c

Browse files
authored
Update Get-AzSqlInstanceDatabaseSensitivityRecommendations.md
1 parent 83eb5b8 commit cb2632c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/Sql/Sql/help/Get-AzSqlInstanceDatabaseSensitivityRecommendations.md

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

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

1414
## SYNTAX
1515

@@ -26,11 +26,11 @@ Get-AzSqlInstanceDatabaseSensitivityRecommendations -InputObject <AzureSqlManage
2626
```
2727

2828
## DESCRIPTION
29-
The Get-AzSqlInstanceDatabaseSensitivityRecommendations cmdlet returns the recommended information types and sensitivity labels of columns in the database.
29+
The Get-AzSqlInstanceDatabaseSensitivityRecommendations cmdlet returns the recommended information types and sensitivity labels of columns in the Azure SQL managed instance database.
3030

3131
## EXAMPLES
3232

33-
### Example 1: Get recommended information types and sensitivity labels of an Azure SQL Managed Instance Database.
33+
### Example 1: Get recommended information types and sensitivity labels of an Azure SQL managed instance database.
3434
```powershell
3535
PS C:\> Get-AzSqlInstanceDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database
3636
@@ -56,7 +56,7 @@ SensitivityLabels : {{
5656
}}
5757
```
5858

59-
### Example 2: Get recommended information types and sensitivity labels of an Azure SQL Managed Instance Database.
59+
### Example 2: Get recommended information types and sensitivity labels of an Azure SQL managed instance database using Piping.
6060
```powershell
6161
PS C:\> Get-AzSqlInstanceDatabase -ResourceGroupName resourceGroup -InstanceName managedInstance -Name database | Get-AzSqlInstanceDatabaseSensitivityRecommendations
6262
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -DatabaseName
103-
The name of the Azure SQL Instance Database.
103+
The name of the Azure SQL managed instance Database.
104104
105105
```yaml
106106
Type: System.String
@@ -130,7 +130,7 @@ Accept wildcard characters: False
130130
```
131131
132132
### -InputObject
133-
The SQL instance database object.
133+
The Azure SQL managed instance database object.
134134
135135
```yaml
136136
Type: Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145145
```
146146
147147
### -InstanceName
148-
SQL Managed Instance name.
148+
Azure SQL managed instance name.
149149
150150
```yaml
151151
Type: System.String
@@ -188,3 +188,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
188188
## NOTES
189189
190190
## RELATED LINKS
191+
192+
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)