File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Create a service principal before you create your cluster.
46
46
47
47
```json
48
48
{
49
- "appId": "559513bd-0c19-4c1a-87cd-851a26afd5fc ",
49
+ "appId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ",
50
50
"displayName": "myAKSClusterServicePrincipal",
51
51
"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 "
54
54
}
55
55
```
56
56
@@ -68,11 +68,11 @@ Create a service principal before you create your cluster.
68
68
69
69
```output
70
70
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
73
73
ObjectType : ServicePrincipal
74
74
DisplayName : myAKSClusterServicePrincipal
75
- Id : 559513bd-0c19-4c1a-87cd-851a26afd5fc
75
+ Id : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
76
76
Type :
77
77
```
78
78
You can’t perform that action at this time.
0 commit comments