Skip to content

Commit 83eb5b8

Browse files
committed
Update Get-AzSqlInstanceDatabaseSensitivityClassification.md
1 parent 9568b93 commit 83eb5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SensitivityLabels : {{
7070
}}
7171
```
7272

73-
### Example 2: Get current information types and sensitivity labels 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
@@ -112,7 +112,7 @@ SensitivityLabels : {{
112112
}}
113113
```
114114

115-
### Example 4: Get current information type and sensitivity label 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

0 commit comments

Comments
 (0)