Skip to content

Commit c55efc8

Browse files
Merge pull request #291407 from seesharprun/meganbradley/docutune-autopr-20241020-030949-3865179-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 37)
2 parents 7d05826 + 78121a2 commit c55efc8

8 files changed

+14
-16
lines changed

articles/energy-data-services/how-to-convert-segy-to-ovds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The first step is to get the following information from your [Azure Data Manager
2828

2929
| Parameter | Value | Example |
3030
| ------------------ | ------------------------ |-------------------------------------- |
31-
| client_id | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
31+
| client_id | Application (client) ID | 00001111-aaaa-2222-bbbb-3333cccc4444 |
3232
| client_secret | Client secrets | _fl****************** |
33-
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
33+
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
3434
| base_url | URL | `https://<instance>.energy.azure.com` |
3535
| data-partition-id | Data Partition(s) | `<data-partition-name>` |
3636

articles/energy-data-services/how-to-convert-segy-to-zgy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The first step is to get the following information from your [Azure Data Manager
2828

2929
| Parameter | Value | Example |
3030
| ------------------ | ------------------------ |-------------------------------------- |
31-
| client_id | Application (client) ID | 3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx |
31+
| client_id | Application (client) ID | 00001111-aaaa-2222-bbbb-3333cccc4444 |
3232
| client_secret | Client secrets | _fl****************** |
33-
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
33+
| tenant_id | Directory (tenant) ID | 72f988bf-86f1-41af-91ab-xxxxxxxxxxxx |
3434
| base_url | URL | `https://<instance>.energy.azure.com` |
3535
| data-partition-id | Data Partition(s) | `<data-partition-name>` |
3636

articles/energy-data-services/how-to-deploy-osdu-admin-ui.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Replace the values according to the explanation.
267267
"tenant_id": "<tenant_id>", // Entra ID tenant ID
268268
"client_id": "<client_id>", // App Registration ID to use for the admin UI, usually the same as the ADME App Registration ID, i.e. "6ee7e0d6-0641-4b29-a283-541c5d00655a"
269269
"redirect_uri": "<redirect_uri>", // This is the website URL ($REDIRECT_URI), i.e. "https://contoso.z1.web.core.windows.net"
270-
"scope": "<client_id>/.default" // Scope of the ADME instance, i.e. "6ee7e0d6-0641-4b29-a283-541c5d00655a/.default"
270+
"scope": "<client_id>/.default" // Scope of the ADME instance, i.e. "00001111-aaaa-2222-bbbb-3333cccc4444/.default"
271271
},
272272
"api_endpoints": { // Just replace contoso.energy.azure.com with your ADME_URL after removing https or wwww in all the API endpoints below.
273273
"entitlement_endpoint": "https://contoso.energy.azure.com/api/",
@@ -284,12 +284,10 @@ Replace the values according to the explanation.
284284
}
285285
```
286286
287-
---
288-
289287
> [!NOTE]
290288
> [OSDU Connector API](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/connector-api-totalenergies) is built as an interface between consumers and OSDU APIs wrapping some API chain calls and objects. Currently, it manages all operations and actions on project and scenario objects.
291289
292-
5. Build the web UI.
290+
1. Build the web UI.
293291
```bash
294292
ng build
295293
```

articles/energy-data-services/tutorial-csv-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Before you start this tutorial, complete the following prerequisites.
3434

3535
| Parameter | Value to use | Example | Where to find this value |
3636
| ------------------ | ------------------------ |-------------------------------------- |-------------------------------------- |
37-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | You use this app or client ID when registering the application with the Microsoft identity platform. See [Register an application](../active-directory/develop/quickstart-register-app.md#register-an-application). |
37+
| `CLIENT_ID` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | You use this app or client ID when registering the application with the Microsoft identity platform. See [Register an application](../active-directory/develop/quickstart-register-app.md#register-an-application). |
3838
| `CLIENT_SECRET` | Client secrets | `_fl******************` | Sometimes called an *application password*, a client secret is a string value that your app can use in place of a certificate to identity itself. See [Add a client secret](../active-directory/develop/quickstart-register-app.md#add-a-client-secret).|
3939
| `TENANT_ID` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` | Hover over your account name in the Azure portal to get the directory or tenant ID. Alternately, search for and select **Microsoft Entra ID** > **Properties** > **Tenant ID** in the Azure portal. |
40-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | This value is the same as the app or client ID mentioned earlier. |
40+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
4343
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|

articles/energy-data-services/tutorial-manifest-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Before you start this tutorial, complete the following prerequisites.
3434

3535
| Parameter | Value to use | Example | Where to find this value |
3636
| ------------------ | ------------------------ |-------------------------------------- |-------------------------------------- |
37-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | You use this app or client ID when registering the application with the Microsoft identity platform. See [Register an application](../active-directory/develop/quickstart-register-app.md#register-an-application). |
37+
| `CLIENT_ID` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | You use this app or client ID when registering the application with the Microsoft identity platform. See [Register an application](../active-directory/develop/quickstart-register-app.md#register-an-application). |
3838
| `CLIENT_SECRET` | Client secrets | `_fl******************` | Sometimes called an *application password*, a client secret is a string value that your app can use in place of a certificate to identity itself. See [Add a client secret](../active-directory/develop/quickstart-register-app.md#add-a-client-secret).|
3939
| `TENANT_ID` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` | Hover over your account name in the Azure portal to get the directory or tenant ID. Alternately, search for and select **Microsoft Entra ID** > **Properties** > **Tenant ID** in the Azure portal. |
40-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` | This value is the same as the app or client ID mentioned earlier. |
40+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` | This value is the same as the app or client ID mentioned earlier. |
4141
| `refresh_token` | Refresh token value | `0.ATcA01-XWHdJ0ES-qDevC6r...........` | Follow [How to generate auth token](how-to-generate-auth-token.md) to create a refresh token and save it. You need this refresh token later to generate a user token. |
4242
| `DNS` | URI | `<instance>.energy.Azure.com` | Find this value on the overview page of the Azure Data Manager for Energy instance.|
4343
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` | Find this value on the overview page of the Azure Data Manager for Energy instance.|

articles/energy-data-services/tutorial-seismic-ddms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The first step is to get the following information from your [Azure Data Manager
3636

3737
| Parameter | Value | Example |
3838
| ------------------ | ------------------------ |-------------------------------------- |
39-
| `client_id` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
39+
| `client_id` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4040
| `client_secret` | Client secrets | `_fl******************` |
4141
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
4242
| `base_url` | URL | `https://<instance>.energy.azure.com` |

articles/energy-data-services/tutorial-well-delivery-ddms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The first step is to get the following information from your [Azure Data Manager
3838

3939
| Parameter | Value | Example |
4040
| ------------------ | ------------------------ |-------------------------------------- |
41-
| `CLIENT_ID` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
41+
| `CLIENT_ID` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4242
| `CLIENT_SECRET` | Client secrets | `_fl******************` |
4343
| `TENANT_ID` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
44-
| `SCOPE` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
44+
| `SCOPE` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4545
| `base_uri` | URI | `<instance>.energy.azure.com` |
4646
| `data-partition-id` | Data partitions | `<instance>-<data-partition-name>` |
4747

articles/energy-data-services/tutorial-wellbore-ddms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The first step is to get the following information from your [Azure Data Manager
3939

4040
| Parameter | Value | Example |
4141
| ------------------ | ------------------------ |-------------------------------------- |
42-
| `client_id` | Application (client) ID | `3dbbbcc2-f28f-44b6-a5ab-xxxxxxxxxxxx` |
42+
| `client_id` | Application (client) ID | `00001111-aaaa-2222-bbbb-3333cccc4444` |
4343
| `client_secret` | Client secrets | `_fl******************` |
4444
| `tenant_id` | Directory (tenant) ID | `72f988bf-86f1-41af-91ab-xxxxxxxxxxxx` |
4545
| `base_url` | URL | `https://<instance>.energy.azure.com` |

0 commit comments

Comments
 (0)