{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-automation-softwareupdateconfiguration","description":"Update Management API","version":"2017-05-15-preview","base_url":"https://management.azure.com/","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Update Management API\n@base https://management.azure.com/\n@version 2017-05-15-preview\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\n@desc Create a new software update configuration with the name given in the URI.\n@required {softwareUpdateConfigurationName: any # The name of the software update configuration to be created., parameters: map # Request body.}\n@returns(200) Software update configuration with the same name and properties already exists.\n@returns(201) Software update configuration is created.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\n@desc Get a single software update configuration by name.\n@required {softwareUpdateConfigurationName: any # The name of the software update configuration to be created.}\n@returns(200) A single software update configuration.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\n@desc delete a specific software update configuration.\n@required {softwareUpdateConfigurationName: any # The name of the software update configuration to be created.}\n@returns(200) The software update configuration has been deleted.\n@returns(204) The software update configuration does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations\n@desc Get all software update configurations for the account.\n@optional {$filter: any # The filter to apply on the operation.}\n@returns(200) Return list of software update configurations.\n\n@end\n"}