diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersCreate_Update.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersCreate_Update.json index c783cccc34bf..bbc47965b43e 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersCreate_Update.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersCreate_Update.json @@ -52,9 +52,10 @@ "name": "Azure AD", "provider": { "kind": "AADIdentityProvider", - "clientId": "clientId", + "clientId": "{clientId}", "secret": "secret", - "tenantId": "tenantId" + "tenantId": "{tenantId}", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] @@ -117,7 +118,8 @@ "provider": { "kind": "AADIdentityProvider", "clientId": "clientId", - "tenantId": "tenantId" + "tenantId": "tenantId", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] @@ -178,8 +180,9 @@ "name": "Azure AD", "provider": { "kind": "AADIdentityProvider", - "clientId": "clientId", - "tenantId": "tenantId" + "clientId": "{clientId}", + "tenantId": "{tenantId}", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersGet.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersGet.json index 395f2a33e128..4f2f14ad90d5 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersGet.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersGet.json @@ -59,8 +59,9 @@ "name": "Azure AD", "provider": { "kind": "AADIdentityProvider", - "clientId": "clientId", - "tenantId": "tenantId" + "clientId": "{clientId}", + "tenantId": "{tenantId}", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersList.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersList.json index 977c544c54aa..fd276f4ecfbf 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersList.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersList.json @@ -60,7 +60,8 @@ "provider": { "kind": "AADIdentityProvider", "clientId": "clientId", - "tenantId": "tenantId" + "tenantId": "tenantId", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersListByResourceGroup.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersListByResourceGroup.json index b6c9654f549a..c6466be0d1ed 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersListByResourceGroup.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersListByResourceGroup.json @@ -61,7 +61,8 @@ "provider": { "kind": "AADIdentityProvider", "clientId": "clientId", - "tenantId": "tenantId" + "tenantId": "tenantId", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersUpdateTags.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersUpdateTags.json index bacae0cab82f..afff4a1ec8c0 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersUpdateTags.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/examples/OpenShiftManagedClustersUpdateTags.json @@ -66,7 +66,8 @@ "provider": { "kind": "AADIdentityProvider", "clientId": "clientId", - "tenantId": "tenantId" + "tenantId": "tenantId", + "customerAdminGroupId": "{customerAdminGroupId}" } } ] diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/openShiftManagedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/openShiftManagedClusters.json index cdef91638972..9164ff01948f 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/openShiftManagedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2018-09-30-preview/openShiftManagedClusters.json @@ -731,6 +731,10 @@ "tenantId": { "type": "string", "description": "The tenantId associated with the provider." + }, + "customerAdminGroupId": { + "type": "string", + "description": "The groupId to be granted cluster admin role." } } }