Skip to content

Commit 609a818

Browse files
committed
how to fetch policies
1 parent 7131e4b commit 609a818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/purview/tutorial-policy-distribution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.date: 11/08/2022
1010
---
1111

12-
# Tutorial: Programmatic access to Microsoft Purview data policies.
12+
# Tutorial: programmatic access to Microsoft Purview data policies.
1313

1414
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.
1515

@@ -55,12 +55,12 @@ GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupNam
5555
- resourceType = sqlServerInstances
5656
- apiVersion = 2021-01-01-preview
5757

58-
##### Example Request:
58+
##### Example request:
5959
```
6060
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
6161
```
6262

63-
##### Example Response:
63+
##### Example response:
6464

6565
```json
6666
{

0 commit comments

Comments
 (0)