From 5ffc485461cd17083a4f2a3cf047c726a7e96191 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 30 Nov 2018 14:14:09 -0800 Subject: [PATCH] Generated from 0eca60022ae48d07b8b535494ec04c96a2799dcc (#3893) typo: Microsoft.Automation - specifc -> specific - theresource -> the resource - detailes -> Details - souce -> source - occured -> occurred - cerdential -> credential - madatory -> mandatory - infomration -> information - runas -> RunAs - dratft -. draft - varible -> variable --- .../mgmt/automation/models/agent_registration.py | 2 +- .../automation/models/agent_registration_py3.py | 2 +- .../models/dsc_configuration_parameter.py | 2 +- .../models/dsc_configuration_parameter_py3.py | 2 +- .../azure/mgmt/automation/models/dsc_node.py | 2 +- .../automation/models/dsc_node_configuration.py | 2 +- .../models/dsc_node_configuration_py3.py | 2 +- .../azure/mgmt/automation/models/dsc_node_py3.py | 2 +- .../dsc_node_update_parameters_properties.py | 2 +- .../dsc_node_update_parameters_properties_py3.py | 2 +- .../run_as_credential_association_property.py | 2 +- ...run_as_credential_association_property_py3.py | 2 +- .../runbook_create_or_update_draft_properties.py | 2 +- ...book_create_or_update_draft_properties_py3.py | 2 +- .../models/runbook_draft_undo_edit_result.py | 2 +- .../models/runbook_draft_undo_edit_result_py3.py | 2 +- .../mgmt/automation/models/runbook_parameter.py | 2 +- .../automation/models/runbook_parameter_py3.py | 2 +- .../software_update_configuration_machine_run.py | 4 ++-- ...tware_update_configuration_machine_run_py3.py | 4 ++-- .../models/software_update_configuration_run.py | 2 +- .../software_update_configuration_run_py3.py | 2 +- .../models/source_control_sync_job_by_id.py | 2 +- .../models/source_control_sync_job_by_id_py3.py | 2 +- .../automation/models/update_configuration.py | 2 +- .../models/update_configuration_py3.py | 2 +- .../azure/mgmt/automation/models/variable.py | 2 +- .../azure/mgmt/automation/models/variable_py3.py | 2 +- .../operations/connection_type_operations.py | 16 ++++++++-------- 29 files changed, 38 insertions(+), 38 deletions(-) diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration.py b/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration.py index 63dc3b228888..04429756cefb 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration.py @@ -13,7 +13,7 @@ class AgentRegistration(Model): - """Definition of the agent registration infomration type. + """Definition of the agent registration information type. :param dsc_meta_configuration: Gets or sets the dsc meta configuration. :type dsc_meta_configuration: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration_py3.py index 9c5f8e329008..85dbab031066 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/agent_registration_py3.py @@ -13,7 +13,7 @@ class AgentRegistration(Model): - """Definition of the agent registration infomration type. + """Definition of the agent registration information type. :param dsc_meta_configuration: Gets or sets the dsc meta configuration. :type dsc_meta_configuration: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter.py index d0ed65916ece..a33777723b6e 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter.py @@ -18,7 +18,7 @@ class DscConfigurationParameter(Model): :param type: Gets or sets the type of the parameter. :type type: str :param is_mandatory: Gets or sets a Boolean value to indicate whether the - parameter is madatory or not. + parameter is mandatory or not. :type is_mandatory: bool :param position: Get or sets the position of the parameter. :type position: int diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter_py3.py index bcf23c5be99d..3b81dc2ac96d 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter_py3.py @@ -18,7 +18,7 @@ class DscConfigurationParameter(Model): :param type: Gets or sets the type of the parameter. :type type: str :param is_mandatory: Gets or sets a Boolean value to indicate whether the - parameter is madatory or not. + parameter is mandatory or not. :type is_mandatory: bool :param position: Get or sets the position of the parameter. :type position: int diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node.py index eacf8caf56f5..1153699c6957 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node.py @@ -32,7 +32,7 @@ class DscNode(ProxyResource): :type ip: str :param account_id: Gets or sets the account id of the node. :type account_id: str - :param dsc_node_name: Gets or sets the name of the dsc nodeconfiguration. + :param dsc_node_name: Gets or sets the name of the dsc node configuration. :type dsc_node_name: str :param status: Gets or sets the status of the node. :type status: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration.py index 5e5a0c936c3d..52300f356340 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration.py @@ -33,7 +33,7 @@ class DscNodeConfiguration(ProxyResource): ~azure.mgmt.automation.models.DscConfigurationAssociationProperty :param source: Source of node configuration. :type source: str - :param node_count: Number of nodes with this nodeconfiguration assigned + :param node_count: Number of nodes with this node configuration assigned :type node_count: long :param increment_node_configuration_build: If a new build version of NodeConfiguration is required. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration_py3.py index 8ac9b60e1908..e32f76552f71 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration_py3.py @@ -33,7 +33,7 @@ class DscNodeConfiguration(ProxyResource): ~azure.mgmt.automation.models.DscConfigurationAssociationProperty :param source: Source of node configuration. :type source: str - :param node_count: Number of nodes with this nodeconfiguration assigned + :param node_count: Number of nodes with this node configuration assigned :type node_count: long :param increment_node_configuration_build: If a new build version of NodeConfiguration is required. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_py3.py index 206e77ab3023..6fd30f91b66d 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_py3.py @@ -32,7 +32,7 @@ class DscNode(ProxyResource): :type ip: str :param account_id: Gets or sets the account id of the node. :type account_id: str - :param dsc_node_name: Gets or sets the name of the dsc nodeconfiguration. + :param dsc_node_name: Gets or sets the name of the dsc node configuration. :type dsc_node_name: str :param status: Gets or sets the status of the node. :type status: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties.py index 8029a4ffd947..ec62e21cf30a 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties.py @@ -15,7 +15,7 @@ class DscNodeUpdateParametersProperties(Model): """DscNodeUpdateParametersProperties. - :param name: Gets or sets the name of the dsc nodeconfiguration. + :param name: Gets or sets the name of the dsc node configuration. :type name: str """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties_py3.py index c14c070386eb..e037ca1c4b75 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties_py3.py @@ -15,7 +15,7 @@ class DscNodeUpdateParametersProperties(Model): """DscNodeUpdateParametersProperties. - :param name: Gets or sets the name of the dsc nodeconfiguration. + :param name: Gets or sets the name of the dsc node configuration. :type name: str """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property.py b/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property.py index 924bbddb85b9..a9a40d3796b7 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property.py @@ -13,7 +13,7 @@ class RunAsCredentialAssociationProperty(Model): - """Definition of runas credential to use for hybrid worker. + """Definition of RunAs credential to use for hybrid worker. :param name: Gets or sets the name of the credential. :type name: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property_py3.py index 8ce6418f8fb2..31ac88bb4dd5 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property_py3.py @@ -13,7 +13,7 @@ class RunAsCredentialAssociationProperty(Model): - """Definition of runas credential to use for hybrid worker. + """Definition of RunAs credential to use for hybrid worker. :param name: Gets or sets the name of the credential. :type name: str diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties.py index 837d4e52578b..07f275ebc456 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties.py @@ -13,7 +13,7 @@ class RunbookCreateOrUpdateDraftProperties(Model): - """The parameters supplied to the create or update dratft runbook properties. + """The parameters supplied to the create or update draft runbook properties. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties_py3.py index ab14a99076e7..b2545b724632 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties_py3.py @@ -13,7 +13,7 @@ class RunbookCreateOrUpdateDraftProperties(Model): - """The parameters supplied to the create or update dratft runbook properties. + """The parameters supplied to the create or update draft runbook properties. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result.py index bafb74b4f931..2c7df0daafaa 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result.py @@ -13,7 +13,7 @@ class RunbookDraftUndoEditResult(Model): - """The response model for the undoedit runbook operation. + """The response model for the undo edit runbook operation. :param status_code: Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result_py3.py index 5811fe97d522..796de7a64033 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result_py3.py @@ -13,7 +13,7 @@ class RunbookDraftUndoEditResult(Model): - """The response model for the undoedit runbook operation. + """The response model for the undo edit runbook operation. :param status_code: Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter.py index 7158fbb2efbd..6cd3a05f2fae 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter.py @@ -18,7 +18,7 @@ class RunbookParameter(Model): :param type: Gets or sets the type of the parameter. :type type: str :param is_mandatory: Gets or sets a Boolean value to indicate whether the - parameter is madatory or not. + parameter is mandatory or not. :type is_mandatory: bool :param position: Get or sets the position of the parameter. :type position: int diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter_py3.py index 78f9f5b22bb6..4e7621bc0e50 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter_py3.py @@ -18,7 +18,7 @@ class RunbookParameter(Model): :param type: Gets or sets the type of the parameter. :type type: str :param is_mandatory: Gets or sets a Boolean value to indicate whether the - parameter is madatory or not. + parameter is mandatory or not. :type is_mandatory: bool :param position: Get or sets the position of the parameter. :type position: int diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run.py b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run.py index c1ef244cdfdc..93540629e234 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run.py @@ -52,7 +52,7 @@ class SoftwareUpdateConfigurationMachineRun(Model): :param job: Job associated with the software update configuration machine run :type job: ~azure.mgmt.automation.models.JobNavigation - :ivar creation_time: Creation time of theresource, which only appears in + :ivar creation_time: Creation time of the resource, which only appears in the response. :vartype creation_time: datetime :ivar created_by: createdBy property, which only appears in the response. @@ -63,7 +63,7 @@ class SoftwareUpdateConfigurationMachineRun(Model): :ivar last_modified_by: lastModifiedBy property, which only appears in the response. :vartype last_modified_by: str - :param error: detailes of provisioning error + :param error: Details of provisioning error :type error: ~azure.mgmt.automation.models.ErrorResponse """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run_py3.py index 4cbf36f473f3..e5f83e794cef 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run_py3.py @@ -52,7 +52,7 @@ class SoftwareUpdateConfigurationMachineRun(Model): :param job: Job associated with the software update configuration machine run :type job: ~azure.mgmt.automation.models.JobNavigation - :ivar creation_time: Creation time of theresource, which only appears in + :ivar creation_time: Creation time of the resource, which only appears in the response. :vartype creation_time: datetime :ivar created_by: createdBy property, which only appears in the response. @@ -63,7 +63,7 @@ class SoftwareUpdateConfigurationMachineRun(Model): :ivar last_modified_by: lastModifiedBy property, which only appears in the response. :vartype last_modified_by: str - :param error: detailes of provisioning error + :param error: Details of provisioning error :type error: ~azure.mgmt.automation.models.ErrorResponse """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run.py b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run.py index fb6741be8a71..bd20a328bca3 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run.py @@ -43,7 +43,7 @@ class SoftwareUpdateConfigurationRun(Model): :vartype computer_count: int :ivar failed_count: Number of computers with failed status. :vartype failed_count: int - :ivar creation_time: Creation time of theresource, which only appears in + :ivar creation_time: Creation time of the resource, which only appears in the response. :vartype creation_time: datetime :ivar created_by: CreatedBy property, which only appears in the response. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run_py3.py index 031e7e26689d..cce9edf8f539 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run_py3.py @@ -43,7 +43,7 @@ class SoftwareUpdateConfigurationRun(Model): :vartype computer_count: int :ivar failed_count: Number of computers with failed status. :vartype failed_count: int - :ivar creation_time: Creation time of theresource, which only appears in + :ivar creation_time: Creation time of the resource, which only appears in the response. :vartype creation_time: datetime :ivar created_by: CreatedBy property, which only appears in the response. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py index 69408bee1c21..e26124acdfd2 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py @@ -35,7 +35,7 @@ class SourceControlSyncJobById(Model): :param sync_type: The sync type. Possible values include: 'PartialSync', 'FullSync' :type sync_type: str or ~azure.mgmt.automation.models.SyncType - :param exception: The exceptions that occured while running the sync job. + :param exception: The exceptions that occurred while running the sync job. :type exception: str """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py index 04a74360f6d4..af6921140937 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py @@ -35,7 +35,7 @@ class SourceControlSyncJobById(Model): :param sync_type: The sync type. Possible values include: 'PartialSync', 'FullSync' :type sync_type: str or ~azure.mgmt.automation.models.SyncType - :param exception: The exceptions that occured while running the sync job. + :param exception: The exceptions that occurred while running the sync job. :type exception: str """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration.py b/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration.py index eae909d83463..7daf63bb3888 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration.py @@ -13,7 +13,7 @@ class UpdateConfiguration(Model): - """Update specifc properties of the software update configuration. + """Update specific properties of the software update configuration. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration_py3.py index 1b20e4171503..66415693364f 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/update_configuration_py3.py @@ -13,7 +13,7 @@ class UpdateConfiguration(Model): - """Update specifc properties of the software update configuration. + """Update specific properties of the software update configuration. All required parameters must be populated in order to send to Azure. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/variable.py b/azure-mgmt-automation/azure/mgmt/automation/models/variable.py index bcf7f9816f65..fef56e084b1d 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/variable.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/variable.py @@ -13,7 +13,7 @@ class Variable(ProxyResource): - """Definition of the varible. + """Definition of the variable. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/variable_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/variable_py3.py index 94916b980830..049988e20f37 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/variable_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/variable_py3.py @@ -13,7 +13,7 @@ class Variable(ProxyResource): - """Definition of the varible. + """Definition of the variable. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-automation/azure/mgmt/automation/operations/connection_type_operations.py b/azure-mgmt-automation/azure/mgmt/automation/operations/connection_type_operations.py index cfce0f2f08ab..7388370785c6 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/operations/connection_type_operations.py +++ b/azure-mgmt-automation/azure/mgmt/automation/operations/connection_type_operations.py @@ -38,13 +38,13 @@ def __init__(self, client, config, serializer, deserializer): def delete( self, resource_group_name, automation_account_name, connection_type_name, custom_headers=None, raw=False, **operation_config): - """Delete the connectiontype. + """Delete the connection type. :param resource_group_name: Name of an Azure Resource group. :type resource_group_name: str :param automation_account_name: The name of the automation account. :type automation_account_name: str - :param connection_type_name: The name of connectiontype. + :param connection_type_name: The name of connection type. :type connection_type_name: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -93,13 +93,13 @@ def delete( def get( self, resource_group_name, automation_account_name, connection_type_name, custom_headers=None, raw=False, **operation_config): - """Retrieve the connectiontype identified by connectiontype name. + """Retrieve the connection type identified by connection type name. :param resource_group_name: Name of an Azure Resource group. :type resource_group_name: str :param automation_account_name: The name of the automation account. :type automation_account_name: str - :param connection_type_name: The name of connectiontype. + :param connection_type_name: The name of connection type. :type connection_type_name: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -157,17 +157,17 @@ def get( def create_or_update( self, resource_group_name, automation_account_name, connection_type_name, parameters, custom_headers=None, raw=False, **operation_config): - """Create a connectiontype. + """Create a connection type. :param resource_group_name: Name of an Azure Resource group. :type resource_group_name: str :param automation_account_name: The name of the automation account. :type automation_account_name: str :param connection_type_name: The parameters supplied to the create or - update connectiontype operation. + update connection type operation. :type connection_type_name: str :param parameters: The parameters supplied to the create or update - connectiontype operation. + connection type operation. :type parameters: ~azure.mgmt.automation.models.ConnectionTypeCreateOrUpdateParameters :param dict custom_headers: headers that will be added to the request @@ -232,7 +232,7 @@ def create_or_update( def list_by_automation_account( self, resource_group_name, automation_account_name, custom_headers=None, raw=False, **operation_config): - """Retrieve a list of connectiontypes. + """Retrieve a list of connection types. :param resource_group_name: Name of an Azure Resource group. :type resource_group_name: str