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

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities
@desc Gets the subscription capabilities available for the specified location.
@required {locationName: any # The location name whose capabilities are retrieved., subscriptionId: any # The subscription ID that identifies an Azure subscription., api-version: any # The API version to use for the request.}
@optional {include: any # If specified, restricts the response to only include the selected item.}
@returns(200) Successfully retrieved the subscription location capabilities.

@end
