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

@endpoint GET /providers/Microsoft.Deployment.Admin/operations
@desc Returns the list of supported REST operations.
@required {api-version: any # Client API Version.}
@returns(200) OK

@end
