Skip to content

Commit 0105839

Browse files
authored
Merge branch 'DcSupport' into patch-6
2 parents 0bf8edf + 6fe9609 commit 0105839

8 files changed

+62
-48
lines changed

src/Sql/Sql/help/Get-AzSqlDatabaseSensitivityClassification.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-AzSqlDatabaseSensitivityClassification
1010

1111
## SYNOPSIS
12-
Gets the current sensitivity labels and information types of columns in the database.
12+
Gets the current information types and sensitivity labels of columns in the database.
1313

1414
## SYNTAX
1515

@@ -40,11 +40,11 @@ Get-AzSqlDatabaseSensitivityClassification -InputObject <AzureSqlDatabaseModel>
4040
```
4141

4242
## DESCRIPTION
43-
The Get-AzSqlDatabaseSensitivityClassification cmdlet returns the current sensitivity labels and information types of columns in the database.
43+
The Get-AzSqlDatabaseSensitivityClassification cmdlet returns the current information types and sensitivity labels of columns in the database.
4444

4545
## EXAMPLES
4646

47-
### Example 1: Get current sensitivity classification of an Azure SQL database.
47+
### Example 1: Get current information types and sensitivity labels of an Azure SQL Database.
4848
```powershell
4949
PS C:\> Get-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database
5050
@@ -70,7 +70,7 @@ SensitivityLabels : {{
7070
}}
7171
```
7272

73-
### Example 2: Get current sensitivity classification of an Azure SQL database.
73+
### Example 2: Get current information types and sensitivity labels of an Azure SQL Database with Piping.
7474
```powershell
7575
PS C:\> Get-AzSqlDatabase -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Get-AzSqlDatabaseSensitivityClassification
7676
@@ -96,7 +96,7 @@ SensitivityLabels : {{
9696
}}
9797
```
9898

99-
### Example 3: Get current sensitivity classification of a specific column of an Azure SQL database.
99+
### Example 3: Get current information type and sensitivity label of a specific column of an Azure SQL Database.
100100
```powershell
101101
PS C:\> Get-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column
102102
@@ -112,7 +112,7 @@ SensitivityLabels : {{
112112
}}
113113
```
114114

115-
### Example 4: Get current sensitivity classification of a specific column of an Azure SQL database.
115+
### Example 4: Get current information type and sensitivity label of a specific column of an Azure SQL Database using Piping.
116116
```powershell
117117
PS C:\> Get-AzSqlDatabase -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Get-AzSqlDatabaseSensitivityClassification -SchemaName schema -TableName table -ColumnName column
118118
@@ -161,7 +161,7 @@ Accept wildcard characters: False
161161
```
162162
163163
### -DatabaseName
164-
The name of the Azure SQL Database.
164+
The name of the Azure SQL database.
165165
166166
```yaml
167167
Type: System.String
@@ -279,3 +279,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
279279
## NOTES
280280
281281
## RELATED LINKS
282+
283+
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)

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

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

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

1414
## SYNTAX
1515

@@ -26,11 +26,11 @@ Get-AzSqlDatabaseSensitivityRecommendations -InputObject <AzureSqlDatabaseModel>
2626
```
2727

2828
## DESCRIPTION
29-
The Get-AzSqlDatabaseSensitivityRecommendations cmdlet returns the recommended sensitivity labels and information types of columns in the database.
29+
The Get-AzSqlDatabaseSensitivityRecommendations cmdlet returns the recommended information types and sensitivity labels of columns in the database.
3030

3131
## EXAMPLES
3232

33-
### Example 1: Get recommended sensitivity classification of an Azure SQL database.
33+
### Example 1: Get recommended information types and sensitivity labels of an Azure SQL database.
3434
```powershell
3535
PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database
3636
@@ -56,7 +56,7 @@ SensitivityLabels : {{
5656
}}
5757
```
5858

59-
### Example 2: Get recommended sensitivity classification of an Azure SQL database.
59+
### Example 2: Get recommended information types and sensitivity labels of an Azure SQL database using Piping.
6060
```powershell
6161
PS C:\> Get-AzSqlDatabase -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Get-AzSqlDatabaseSensitivityRecommendations
6262
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -DatabaseName
103-
The name of the Azure SQL Database.
103+
The name of the Azure SQL database.
104104
105105
```yaml
106106
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)

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

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

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

1414
## SYNTAX
1515

@@ -40,11 +40,11 @@ Get-AzSqlInstanceDatabaseSensitivityClassification -InputObject <AzureSqlManaged
4040
```
4141

4242
## DESCRIPTION
43-
The Get-AzSqlInstanceDatabaseSensitivityClassification cmdlet returns the current sensitivity labels and information types of columns in the database.
43+
The Get-AzSqlInstanceDatabaseSensitivityClassification cmdlet returns the current information types and sensitivity labels of columns in the Azure SQL managed instance database.
4444

4545
## EXAMPLES
4646

47-
### Example 1: Get current sensitivity classification of an Azure SQL Managed Instance database.
47+
### Example 1: Get current information types and sensitivity labels of an Azure SQL managed instance database.
4848
```powershell
4949
PS C:\> Get-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database
5050
@@ -70,7 +70,7 @@ SensitivityLabels : {{
7070
}}
7171
```
7272

73-
### Example 2: Get current sensitivity classification of an Azure SQL Managed Instance database.
73+
### Example 2: Get current information types and sensitivity labels of an Azure SQL managed Instance database with Piping.
7474
```powershell
7575
PS C:\> Get-AzSqlInstanceDatabase -ResourceGroupName resourceGroup -InstanceName managedInstance -Name database | Get-AzSqlInstanceDatabaseSensitivityClassification
7676
@@ -96,7 +96,7 @@ SensitivityLabels : {{
9696
}}
9797
```
9898

99-
### Example 3: Get current sensitivity classification of a specific column of an Azure SQL Managed Instance database.
99+
### Example 3: Get current information type and sensitivity label of a specific column of an Azure SQL managed instance database.
100100
```powershell
101101
PS C:\> Get-AzSqlInstanceDatabaseSensitivityClassification -ResourceGroupName resourceGroup -InstanceName managedInstance -DatabaseName database -SchemaName schema -TableName table -ColumnName column
102102
@@ -112,7 +112,7 @@ SensitivityLabels : {{
112112
}}
113113
```
114114

115-
### Example 4: Get current sensitivity classification of a specific column of an Azure SQL Managed Instance database.
115+
### Example 4: Get current information type and sensitivity label of a specific column of an Azure SQL managed instance database using Piping.
116116
```powershell
117117
PS C:\> Get-AzSqlInstanceDatabase -ResourceGroupName resourceGroup -InstanceName managedInstance -Name database | Get-AzSqlInstanceDatabaseSensitivityClassification -SchemaName schema -TableName table -ColumnName column
118118
@@ -161,7 +161,7 @@ Accept wildcard characters: False
161161
```
162162
163163
### -DatabaseName
164-
The name of the Azure SQL Instance Database.
164+
The name of the Azure SQL managed instance database.
165165
166166
```yaml
167167
Type: System.String
@@ -191,7 +191,7 @@ Accept wildcard characters: False
191191
```
192192
193193
### -InputObject
194-
The SQL instance database object.
194+
The Azure SQL managed instance database object.
195195
196196
```yaml
197197
Type: Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel
@@ -206,7 +206,7 @@ Accept wildcard characters: False
206206
```
207207
208208
### -InstanceName
209-
SQL Managed Instance name.
209+
Azure SQL managed instance name.
210210
211211
```yaml
212212
Type: System.String
@@ -279,3 +279,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
279279
## NOTES
280280
281281
## RELATED LINKS
282+
283+
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)

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 sensitivity labels and information types 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 sensitivity labels and information types 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 sensitivity classification 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 sensitivity classification 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)

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

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

1111
## SYNOPSIS
12-
Removes the classification of columns in the database.
12+
Removes the information types and sensitivity labels of columns in the database.
1313

1414
## SYNTAX
1515

@@ -27,16 +27,16 @@ Remove-AzSqlDatabaseSensitivityClassification -InputObject <SqlDatabaseSensitivi
2727
```
2828

2929
## DESCRIPTION
30-
The Remove-AzSqlDatabaseSensitivityClassification cmdlet removes the classification of columns in the database.
30+
The Remove-AzSqlDatabaseSensitivityClassification cmdlet removes the information types and sensitivity labels of columns in the database.
3131

3232
## EXAMPLES
3333

34-
### Example 1: Remove sensitivity classification of a column in an Azure SQL database.
34+
### Example 1: Remove information type and sensitivity label of a column in an Azure SQL Database.
3535
```powershell
3636
PS C:\> Remove-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column
3737
```
3838

39-
### Example 2: Remove current sensitivity classification 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)

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 classification 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 classification 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 sensitivity classification 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 sensitivity classification 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)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ The Set-AzSqlDatabaseSensitivityClassification cmdlet sets the information types
3232

3333
## EXAMPLES
3434

35-
### Example 1: Set the information type and sensitivity label of a column in an Azure SQL database.
35+
### Example 1: Set information type and sensitivity label of a column in an Azure SQL database.
3636
```powershell
3737
PS C:\> Set-AzSqlDatabaseSensitivityClassification -ResourceGroupName resourceGroup -ServerName server -DatabaseName database -SchemaName schema -TableName table -ColumnName column -InformationType informationType -LabelName label
3838
```
3939

40-
### Example 2: Set information types and sensitivity labels based on the recommended classification in an Azure SQL database.
40+
### Example 2: Set recommended information types and sensitivity labels of columns in an Azure SQL database.
4141
```powershell
4242
PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Set-AzSqlDatabaseSensitivityClassification
4343
```

0 commit comments

Comments
 (0)