diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json index 06cb9566b934..389fb248f061 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-04-02-preview/managedClusters.json @@ -6564,7 +6564,17 @@ "provisioningState": { "type": "string", "readOnly": true, - "description": "The current provisioning state of trusted access role binding." + "description": "The current provisioning state of trusted access role binding.", + "enum": [ + "Succeeded", + "Failed", + "Updating", + "Deleting" + ], + "x-ms-enum": { + "name": "TrustedAccessRoleBindingProvisioningState", + "modelAsString": true + } }, "sourceResourceId": { "type": "string",