@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api BlueprintClient
@base https://management.azure.com
@version 2018-11-01-preview
@auth OAuth2
@endpoints 2
@toc {resourceScope}(2)

@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations
@desc List operations for given blueprint assignment within a subscription or a management group.
@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment.}
@returns(200) OK -- all blueprint assignment operations retrieved.

@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations/{assignmentOperationName}
@desc Get a blueprint assignment operation.
@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment., assignmentOperationName: any # Name of the blueprint assignment operation.}
@returns(200) OK -- blueprint assignment operation retrieved.

@end
