Skip to content

Commit 8e9cb1d

Browse files
JackQuincypraries880
authored andcommitted
adding customerAdminGroupId to osa cluster spec (#5491)
1 parent 38bde49 commit 8e9cb1d

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersCreate_Update.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@
5252
"name": "Azure AD",
5353
"provider": {
5454
"kind": "AADIdentityProvider",
55-
"clientId": "clientId",
55+
"clientId": "{clientId}",
5656
"secret": "secret",
57-
"tenantId": "tenantId"
57+
"tenantId": "{tenantId}",
58+
"customerAdminGroupId": "{customerAdminGroupId}"
5859
}
5960
}
6061
]
@@ -117,7 +118,8 @@
117118
"provider": {
118119
"kind": "AADIdentityProvider",
119120
"clientId": "clientId",
120-
"tenantId": "tenantId"
121+
"tenantId": "tenantId",
122+
"customerAdminGroupId": "{customerAdminGroupId}"
121123
}
122124
}
123125
]
@@ -178,8 +180,9 @@
178180
"name": "Azure AD",
179181
"provider": {
180182
"kind": "AADIdentityProvider",
181-
"clientId": "clientId",
182-
"tenantId": "tenantId"
183+
"clientId": "{clientId}",
184+
"tenantId": "{tenantId}",
185+
"customerAdminGroupId": "{customerAdminGroupId}"
183186
}
184187
}
185188
]

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersGet.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@
5959
"name": "Azure AD",
6060
"provider": {
6161
"kind": "AADIdentityProvider",
62-
"clientId": "clientId",
63-
"tenantId": "tenantId"
62+
"clientId": "{clientId}",
63+
"tenantId": "{tenantId}",
64+
"customerAdminGroupId": "{customerAdminGroupId}"
6465
}
6566
}
6667
]

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"provider": {
6161
"kind": "AADIdentityProvider",
6262
"clientId": "clientId",
63-
"tenantId": "tenantId"
63+
"tenantId": "tenantId",
64+
"customerAdminGroupId": "{customerAdminGroupId}"
6465
}
6566
}
6667
]

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersListByResourceGroup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"provider": {
6262
"kind": "AADIdentityProvider",
6363
"clientId": "clientId",
64-
"tenantId": "tenantId"
64+
"tenantId": "tenantId",
65+
"customerAdminGroupId": "{customerAdminGroupId}"
6566
}
6667
}
6768
]

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersUpdateTags.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"provider": {
6767
"kind": "AADIdentityProvider",
6868
"clientId": "clientId",
69-
"tenantId": "tenantId"
69+
"tenantId": "tenantId",
70+
"customerAdminGroupId": "{customerAdminGroupId}"
7071
}
7172
}
7273
]

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/openShiftManagedClusters.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,10 @@
731731
"tenantId": {
732732
"type": "string",
733733
"description": "The tenantId associated with the provider."
734+
},
735+
"customerAdminGroupId": {
736+
"type": "string",
737+
"description": "The groupId to be granted cluster admin role."
734738
}
735739
}
736740
}

0 commit comments

Comments
 (0)