diff --git a/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb b/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb index b5ddbddb91..dd39c06510 100644 --- a/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb +++ b/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb @@ -128,7 +128,7 @@ def get_content_async(resource_group_name, automation_account_name, runbook_name # @param resource_group_name [String] Name of an Azure Resource group. # @param automation_account_name [String] The name of the automation account. # @param runbook_name [String] The runbook name. - # @param runbook_content [String] The runbook draft content. + # @param runbook_content The runbook draft content. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -143,7 +143,7 @@ def replace_content(resource_group_name, automation_account_name, runbook_name, # @param resource_group_name [String] Name of an Azure Resource group. # @param automation_account_name [String] The name of the automation account. # @param runbook_name [String] The runbook name. - # @param runbook_content [String] The runbook draft content. + # @param runbook_content The runbook draft content. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -412,7 +412,7 @@ def undo_edit_async(resource_group_name, automation_account_name, runbook_name, # @param resource_group_name [String] Name of an Azure Resource group. # @param automation_account_name [String] The name of the automation account. # @param runbook_name [String] The runbook name. - # @param runbook_content [String] The runbook draft content. + # @param runbook_content The runbook draft content. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -429,7 +429,7 @@ def begin_replace_content(resource_group_name, automation_account_name, runbook_ # @param resource_group_name [String] Name of an Azure Resource group. # @param automation_account_name [String] The name of the automation account. # @param runbook_name [String] The runbook name. - # @param runbook_content [String] The runbook draft content. + # @param runbook_content The runbook draft content. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -445,7 +445,7 @@ def begin_replace_content_with_http_info(resource_group_name, automation_account # @param resource_group_name [String] Name of an Azure Resource group. # @param automation_account_name [String] The name of the automation account. # @param runbook_name [String] The runbook name. - # @param runbook_content [String] The runbook draft content. + # @param runbook_content The runbook draft content. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -473,7 +473,7 @@ def begin_replace_content_async(resource_group_name, automation_account_name, ru required: true, serialized_name: 'runbookContent', type: { - name: 'String' + name: 'Stream' } } request_content = @client.serialize(request_mapper, runbook_content)