@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api AuthorizationManagementClient
@base https://management.azure.com
@version 2015-07-01
@auth OAuth2
@endpoints 1
@toc providers(1)

@endpoint POST /providers/Microsoft.Authorization/elevateAccess
@desc Elevates access for a Global Administrator.
@returns(200) OK - Returns an HttpResponseMessage with HttpStatusCode 200.

@end
