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

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}
@desc Get a single software update configuration machine run by Id.
@required {softwareUpdateConfigurationMachineRunId: any # The Id of the software update configuration machine run.}
@returns(200) A single software update configuration machine run.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns
@desc Return list of software update configuration machine runs
@optional {$filter: any # The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name', $skip: any # number of entries you skip before returning results, $top: any # Maximum number of entries returned in the results collection}
@returns(200) Return list of software update configuration machine runs.

@end
