Skip to content

Commit 9be3550

Browse files
authored
Merge pull request #88626 from DavidTrigano/patch-3
Added 2 REST APIs to classifications
2 parents 433afe6 + d4d3f74 commit 9be3550

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,13 @@ You can use T-SQL to add/remove column classifications, as well as retrieve all
136136

137137
You can also use REST APIs to programmatically manage classifications. The published REST APIs support the following operations:
138138

139-
- [Create Or Update](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/createorupdate) - Creates or updates the sensitivity label of a given column
139+
- [Create Or Update](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/createorupdate) - Creates or updates the sensitivity label of a given column
140140
- [Delete](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/delete) - Deletes the sensitivity label of a given column
141+
- [Disable Recommendation](https://docs.microsoft.com/en-us/rest/api/sql/sensitivitylabels/disablerecommendation) - Disables sensitivity recommendations on a given column
142+
- [Enable Recommendation](https://docs.microsoft.com/en-us/rest/api/sql/sensitivitylabels/enablerecommendation) - Enables sensitivity recommendations on a given column (recommendations are enabled by default on all columns)
141143
- [Get](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/get) - Gets the sensitivity label of a given column
142144
- [List Current By Database](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/listcurrentbydatabase) - Gets the current sensitivity labels of a given database
145+
143146
- [List Recommended By Database](https://docs.microsoft.com/rest/api/sql/sensitivitylabels/listrecommendedbydatabase) - Gets the recommended sensitivity labels of a given database
144147

145148
## Manage data discovery and classification using Azure PowerShell

0 commit comments

Comments
 (0)