Skip to content

Commit 01e04f2

Browse files
authored
Update sql-database-data-discovery-and-classification.md
1 parent ec7d906 commit 01e04f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-data-discovery-and-classification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can use T-SQL to add/remove column classifications, as well as retrieve all
132132
- View all classifications on the database: [sys.sensitivity_classifications](https://docs.microsoft.com/sql/relational-databases/system-catalog-views/sys-sensitivity-classifications-transact-sql)
133133

134134
### Using Rest API
135-
You can use REST API to programmatically manage classifications and recommendations. The published REST APIs support the following operations:
135+
You can use REST API to programmatically manage classifications and recommendations. The published REST API support the following operations:
136136

137137
- [Create Or Update](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/createorupdate) - Creates or updates the sensitivity label of a given column
138138
- [Delete](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/delete) - Deletes the sensitivity label of a given column
@@ -142,7 +142,7 @@ You can use REST API to programmatically manage classifications and recommendati
142142
- [List Current By Database](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/listcurrentbydatabase) - Gets the current sensitivity labels of a given database
143143
- [List Recommended By Database](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/listrecommendedbydatabase) - Gets the recommended sensitivity labels of a given database
144144

145-
### Using T-SQL Rest API PowerShell Cmdlet
145+
### Using PowerShell Cmdlet
146146
You can use PowerShell to manage classifications and recommendations for Azure SQL Database and Managed Instance.
147147

148148
#### PowerShell Cmdlet for Azure SQL Database

0 commit comments

Comments
 (0)