Skip to content

Commit 6944efc

Browse files
Merge pull request #279083 from schaffererin/userstory270666
Updated outputs to placeholder content
2 parents b58719b + adc85b0 commit 6944efc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/kubernetes-service-principal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Create a service principal before you create your cluster.
4646
4747
```json
4848
{
49-
"appId": "559513bd-0c19-4c1a-87cd-851a26afd5fc",
49+
"appId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
5050
"displayName": "myAKSClusterServicePrincipal",
5151
"name": "http://myAKSClusterServicePrincipal",
52-
"password": "e763725a-5eee-40e8-a466-dc88d980f415",
53-
"tenant": "72f988bf-86f1-41af-91ab-2d7cd011db48"
52+
"password": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
53+
"tenant": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
5454
}
5555
```
5656
@@ -68,11 +68,11 @@ Create a service principal before you create your cluster.
6868
6969
```output
7070
Secret : System.Security.SecureString
71-
ServicePrincipalNames : {559513bd-0c19-4c1a-87cd-851a26afd5fc, http://myAKSClusterServicePrincipal}
72-
ApplicationId : 559513bd-0c19-4c1a-87cd-851a26afd5fc
71+
ServicePrincipalNames : {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, http://myAKSClusterServicePrincipal}
72+
ApplicationId : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
7373
ObjectType : ServicePrincipal
7474
DisplayName : myAKSClusterServicePrincipal
75-
Id : 559513bd-0c19-4c1a-87cd-851a26afd5fc
75+
Id : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
7676
Type :
7777
```
7878

0 commit comments

Comments
 (0)