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

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/storageSubSystems/{storageSubSystem}/drives/{drive}
@desc Return the requested a storage drive.
@required {drive: any # Name of the storage drive., api-version: any # Client API Version.}
@returns(200) OK
@errors {404: NOT FOUND}

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/storageSubSystems/{storageSubSystem}/drives
@desc Returns a list of all storage drives at a location.
@required {api-version: any # Client API Version.}
@returns(200) OK
@errors {404: NOT FOUND}

@end
