/// <summary>
 /// Gets the status of the assignment to capacity operation of the specified
 /// workspace.
 /// </summary>
 /// <remarks>
 /// **Note**: To perform this operation, the user must be admin on the
 /// specified workspace. &lt;br/&gt;&lt;br/&gt;**Required scope**:
 /// Workspace.Read.All and Workspace.ReadWrite.All &lt;br/&gt;To set the
 /// permissions scope, see [Register an
 /// app](https://docs.microsoft.com/power-bi/developer/register-app).
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='groupId'>
 /// The workspace id
 /// </param>
 public static WorkspaceCapacityAssignmentStatus CapacityAssignmentStatus(this IGroups operations, string groupId)
 {
     return(operations.CapacityAssignmentStatusAsync(groupId).GetAwaiter().GetResult());
 }