diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json index 696affb6f350..eb710daae719 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json @@ -2931,14 +2931,18 @@ }, "ManagedClusterPodIdentityProfile": { "properties": { - "userAssignedPodIdentities": { + "enabled": { + "type": "boolean", + "description": "Whether the pod identity addon is enabled." + }, + "userAssignedIdentities": { "description": "User assigned pod identity settings.", "type": "array", "items": { "$ref": "#/definitions/ManagedClusterPodIdentity" } }, - "userAssignedPodIdentityExceptions": { + "userAssignedIdentityExceptions": { "description": "User assigned pod identity exception settings.", "type": "array", "items": {