Skip to content

Commit 7d14b90

Browse files
Merge pull request #288765 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3838550-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 5)
2 parents 4f39051 + 343a127 commit 7d14b90

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/api-center/check-minimal-api-permissions-dev-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In the `devproxyrc.json` file, add the following configuration:
6464
"https://api.northwind.com/*"
6565
],
6666
"apiCenterMinimalPermissionsPlugin": {
67-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
67+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
6868
"resourceGroupName": "demo",
6969
"serviceName": "contoso-api-center",
7070
"workspaceName": "default"
@@ -105,7 +105,7 @@ Update your `devproxyrc.json` file with a reference to the plain-text reporter:
105105
"https://api.northwind.com/*"
106106
],
107107
"apiCenterMinimalPermissionsPlugin": {
108-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
108+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
109109
"resourceGroupName": "demo",
110110
"serviceName": "contoso-api-center",
111111
"workspaceName": "default"

articles/api-center/discover-shadow-apis-dev-proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the `devproxyrc.json` file, add the following configuration:
5151
"https://jsonplaceholder.typicode.com/*"
5252
],
5353
"apiCenterOnboardingPlugin": {
54-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
54+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
5555
"resourceGroupName": "demo",
5656
"serviceName": "contoso-api-center",
5757
"workspaceName": "default",
@@ -93,7 +93,7 @@ Update your `devproxyrc.json` file with a reference to the plain-text reporter:
9393
"https://jsonplaceholder.typicode.com/*"
9494
],
9595
"apiCenterOnboardingPlugin": {
96-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
96+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
9797
"resourceGroupName": "demo",
9898
"serviceName": "contoso-api-center",
9999
"workspaceName": "default",
@@ -207,7 +207,7 @@ The `ApiCenterOnboardingPlugin` can not only detect shadow APIs, but also automa
207207
"https://jsonplaceholder.typicode.com/*"
208208
],
209209
"apiCenterOnboardingPlugin": {
210-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
210+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
211211
"resourceGroupName": "demo",
212212
"serviceName": "contoso-api-center",
213213
"workspaceName": "default",
@@ -251,7 +251,7 @@ To automatically generate OpenAPI specs for onboarded APIs, update Dev Proxy con
251251
"https://jsonplaceholder.typicode.com/*"
252252
],
253253
"apiCenterOnboardingPlugin": {
254-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
254+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
255255
"resourceGroupName": "demo",
256256
"serviceName": "contoso-api-center",
257257
"workspaceName": "default",

articles/api-center/find-nonproduction-api-requests-dev-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the `devproxyrc.json` file, add the following configuration:
5757
"https://jsonplaceholder.typicode.com/*"
5858
],
5959
"apiCenterProductionVersionPlugin": {
60-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
60+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
6161
"resourceGroupName": "demo",
6262
"serviceName": "contoso-api-center",
6363
"workspaceName": "default"
@@ -98,7 +98,7 @@ Update your `devproxyrc.json` file with a reference to the plain-text reporter:
9898
"https://jsonplaceholder.typicode.com/*"
9999
],
100100
"apiCenterProductionVersionPlugin": {
101-
"subscriptionId": "00000000-0000-0000-0000-000000000000",
101+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
102102
"resourceGroupName": "demo",
103103
"serviceName": "contoso-api-center",
104104
"workspaceName": "default"

0 commit comments

Comments
 (0)