@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}/softwareUpdateConfigurationRuns/{softwareUpdateConfigurationRunId}
@desc Get a single software update configuration Run by Id.
@required {softwareUpdateConfigurationRunId: any # The Id of the software update configuration run.}
@returns(200) A single software update configuration Run.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns
@desc Return list of software update configuration 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 configurations runs.

@end
