Skip to content

Commit 3d0d99f

Browse files
authored
Update how-to-manage-legal-tags.md
1 parent 88ccc99 commit 3d0d99f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/energy-data-services/how-to-manage-legal-tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ms.custom: template-how-to
1212
# How to manage legal tags
1313
In this article, you'll know what legal tags are and how to manage them in your Azure Data Manager for Energy instance.
1414

15-
A [legal tag](https://osdu.pages.opengroup.org/platform/security-and-compliance/legal/) is the entity that represents the legal status of data ingestion while [entitlement service](concepts-entitlements.md) defines access to data for a given user(s) in the Azure Data Manager for Energy instance. A user may have access to manage the data within a data partition however, they may not be able to do so until certain legal requirements are fulfilled. Legal tag is a collection of required properties that governs how data can be [ingested](concepts-csv-parser-ingestion.md) into your Azure Data Manager for Energy instance.
15+
A [legal tag](https://osdu.pages.opengroup.org/platform/security-and-compliance/legal/) is the entity that represents the legal status of data ingestion. While [entitlement service](concepts-entitlements.md) defines user access to data. A user may have access to manage the data within a data partition however, they may not be able to do so until certain legal requirements are fulfilled. Legal tag is a collection of required properties that governs how data can be [ingested](concepts-csv-parser-ingestion.md) into your Azure Data Manager for Energy instance.
1616

1717
The Azure Data Manager for Energy instance allows creation of legal tags only for `countryOfOrigin` that are allowed as per the configuration file [DefaultCountryCodes.json](https://community.opengroup.org/osdu/platform/security-and-compliance/legal/-/blob/master/legal-core/src/main/resources/DefaultCountryCode.json?ref_type=heads) at a data partition level. This file is defined by OSDU and can not be edited.
1818

1919
## Create a legal tag
20-
Run the below curl command in Azure Cloud Bash to create a legal tag for a given data partition of your Azure Data Manager for Energy instance.
20+
Run the curl command in Azure Cloud Bash to create a legal tag for a given data partition of your Azure Data Manager for Energy instance.
2121

2222
```bash
2323
curl --location --request POST 'https://<URI>/api/legal/v1/legaltags' \
@@ -112,7 +112,7 @@ The Create Legal Tag api, internally appends data-partition-id to legal tag name
112112
}'
113113

114114
```
115-
The sample response will have data-partition-id appended to the legal tag name and sample response will be:
115+
The sample response has data-partition-id appended to the legal tag name.
116116

117117

118118
```JSON

0 commit comments

Comments
 (0)