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

@endpoint GET /providers/Microsoft.Subscription/operations
@desc Lists all of the available Microsoft.Subscription API operations.
@required {api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01}
@returns(200) OK. The request has succeeded.

@end
