@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Azure SQL Database
@base https://management.azure.com
@version 2014-04-01
@auth OAuth2
@endpoints 1
@toc subscriptions(1)

@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability
@desc Determines whether a resource can be created with the specified name.
@required {parameters: any # The parameters to request for name availability.}
@returns(200) OK

@end
