You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2021-07-01/managedClusters.json
+11-18Lines changed: 11 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3129,24 +3129,20 @@
3129
3129
"extendedLocation": {
3130
3130
"$ref": "#/definitions/ExtendedLocation",
3131
3131
"description": "The extended location of the Virtual Machine."
3132
+
},
3133
+
"identity": {
3134
+
"$ref": "#/definitions/ManagedClusterIdentity",
3135
+
"description": "The identity of the managed cluster, if configured."
3136
+
},
3137
+
"properties": {
3138
+
"description": "Properties of a managed cluster.",
3139
+
"$ref": "#/definitions/ManagedClusterProperties",
3140
+
"x-ms-client-flatten": true
3132
3141
}
3133
3142
},
3134
3143
"allOf": [
3135
3144
{
3136
3145
"$ref": "#/definitions/Resource"
3137
-
},
3138
-
{
3139
-
"properties": {
3140
-
"properties": {
3141
-
"description": "Properties of a managed cluster.",
3142
-
"$ref": "#/definitions/ManagedClusterProperties",
3143
-
"x-ms-client-flatten": true
3144
-
},
3145
-
"identity": {
3146
-
"$ref": "#/definitions/ManagedClusterIdentity",
3147
-
"description": "The identity of the managed cluster, if configured."
3148
-
}
3149
-
}
3150
3146
}
3151
3147
],
3152
3148
"description": "Managed cluster."
@@ -3326,11 +3322,7 @@
3326
3322
},
3327
3323
"identityProfile": {
3328
3324
"additionalProperties": {
3329
-
"allOf": [
3330
-
{
3331
-
"$ref": "#/definitions/UserAssignedIdentity"
3332
-
}
3333
-
]
3325
+
"$ref": "#/definitions/UserAssignedIdentity"
3334
3326
},
3335
3327
"description": "Identities associated with the cluster."
0 commit comments