Skip to content

Commit b50d2c2

Browse files
Merge pull request #288426 from asudbring/us327530-sfi-sensitive-terms
Removed GUID and replaced with approved dummy values
2 parents e161ce6 + 145cbf1 commit b50d2c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-network/create-peering-different-subscriptions-service-principal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Create **spn1-peer-vnet** with a scope to the virtual network created in the pre
8686
8787
```output
8888
{
89-
"appId": "baa9d5f8-c1f9-4e74-b9fa-b5bc551e6cd0",
89+
"appId": "11112222-bbbb-3333-cccc-4444dddd5555",
9090
"displayName": "spn-1-peer-vnet",
9191
"password": "",
92-
"tenant": "c2d26d12-71cc-4f3b-8557-1fa18d077698"
92+
"tenant": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
9393
}
9494
```
9595
@@ -182,10 +182,10 @@ Create **spn-2-peer-vnet** with a scope to the virtual network created in the pr
182182
183183
```output
184184
{
185-
"appId": "19b439a8-614b-4c8e-9e3e-b0c901346362",
185+
"appId": "22223333-cccc-4444-dddd-5555eeee6666",
186186
"displayName": "spn-2-peer-vnet",
187187
"password": "",
188-
"tenant": "24baaf57-f30d-4fba-a20e-822030f7eba3"
188+
"tenant": "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f"
189189
}
190190
```
191191

articles/virtual-network/deploy-container-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The json example that follows is for a cluster with the following properties:
6868
}
6969
},
7070
"servicePrincipalProfile": {
71-
"clientId": "dd438987-aa12-4754-b47d-375811889714",
71+
"clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
7272
"secret": "azure123"
7373
}
7474
}

0 commit comments

Comments
 (0)