You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/tutorial-policy-distribution.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
9
9
ms.date: 11/08/2022
10
10
---
11
11
12
-
# Tutorial: Programmatic access to Microsoft Purview data policies.
12
+
# Tutorial: programmatic access to Microsoft Purview data policies.
13
13
14
14
In this tutorial, learn how to programmatically fetch the access policies that have been created in Microsoft Purview. This tutorial will use Arc-enabled SQL Server as an example of data source.
15
15
@@ -55,12 +55,12 @@ GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupNam
55
55
- resourceType = sqlServerInstances
56
56
- apiVersion = 2021-01-01-preview
57
57
58
-
##### Example Request:
58
+
##### Example request:
59
59
```
60
60
GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-80ae-97296561303e/resourceGroups/Finance-rg/providers/Microsoft.AzureArcData/sqlServerInstances/vm-finance/policyelements?api-version=2021-01-01-preview
0 commit comments