/// <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>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <WorkspaceCapacityAssignmentStatus> CapacityAssignmentStatusAsync(this IGroupsOperations operations, System.Guid groupId, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.CapacityAssignmentStatusWithHttpMessagesAsync(groupId, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }