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

@endpoint POST /providers/Microsoft.ResourceGraph/resources
@required {api-version: any, query: map}
@returns(200)

@endpoint GET /providers/Microsoft.ResourceGraph/operations
@required {api-version: any}
@returns(200)

@end
