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

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Update.Admin/updateLocations/
@desc Get the list of update locations.
@returns(200) OK

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Update.Admin/updateLocations/{updateLocation}
@desc Get an update location based on name.
@required {updateLocation: any # The name of the update location.}
@returns(200) OK

@end
