Skip to content

Commit 5ffc485

Browse files
authored
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
1 parent a8f53dd commit 5ffc485

29 files changed

+38
-38
lines changed

azure-mgmt-automation/azure/mgmt/automation/models/agent_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AgentRegistration(Model):
16-
"""Definition of the agent registration infomration type.
16+
"""Definition of the agent registration information type.
1717
1818
:param dsc_meta_configuration: Gets or sets the dsc meta configuration.
1919
:type dsc_meta_configuration: str

azure-mgmt-automation/azure/mgmt/automation/models/agent_registration_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class AgentRegistration(Model):
16-
"""Definition of the agent registration infomration type.
16+
"""Definition of the agent registration information type.
1717
1818
:param dsc_meta_configuration: Gets or sets the dsc meta configuration.
1919
:type dsc_meta_configuration: str

azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DscConfigurationParameter(Model):
1818
:param type: Gets or sets the type of the parameter.
1919
:type type: str
2020
:param is_mandatory: Gets or sets a Boolean value to indicate whether the
21-
parameter is madatory or not.
21+
parameter is mandatory or not.
2222
:type is_mandatory: bool
2323
:param position: Get or sets the position of the parameter.
2424
:type position: int

azure-mgmt-automation/azure/mgmt/automation/models/dsc_configuration_parameter_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DscConfigurationParameter(Model):
1818
:param type: Gets or sets the type of the parameter.
1919
:type type: str
2020
:param is_mandatory: Gets or sets a Boolean value to indicate whether the
21-
parameter is madatory or not.
21+
parameter is mandatory or not.
2222
:type is_mandatory: bool
2323
:param position: Get or sets the position of the parameter.
2424
:type position: int

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DscNode(ProxyResource):
3232
:type ip: str
3333
:param account_id: Gets or sets the account id of the node.
3434
:type account_id: str
35-
:param dsc_node_name: Gets or sets the name of the dsc nodeconfiguration.
35+
:param dsc_node_name: Gets or sets the name of the dsc node configuration.
3636
:type dsc_node_name: str
3737
:param status: Gets or sets the status of the node.
3838
:type status: str

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DscNodeConfiguration(ProxyResource):
3333
~azure.mgmt.automation.models.DscConfigurationAssociationProperty
3434
:param source: Source of node configuration.
3535
:type source: str
36-
:param node_count: Number of nodes with this nodeconfiguration assigned
36+
:param node_count: Number of nodes with this node configuration assigned
3737
:type node_count: long
3838
:param increment_node_configuration_build: If a new build version of
3939
NodeConfiguration is required.

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_configuration_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class DscNodeConfiguration(ProxyResource):
3333
~azure.mgmt.automation.models.DscConfigurationAssociationProperty
3434
:param source: Source of node configuration.
3535
:type source: str
36-
:param node_count: Number of nodes with this nodeconfiguration assigned
36+
:param node_count: Number of nodes with this node configuration assigned
3737
:type node_count: long
3838
:param increment_node_configuration_build: If a new build version of
3939
NodeConfiguration is required.

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DscNode(ProxyResource):
3232
:type ip: str
3333
:param account_id: Gets or sets the account id of the node.
3434
:type account_id: str
35-
:param dsc_node_name: Gets or sets the name of the dsc nodeconfiguration.
35+
:param dsc_node_name: Gets or sets the name of the dsc node configuration.
3636
:type dsc_node_name: str
3737
:param status: Gets or sets the status of the node.
3838
:type status: str

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class DscNodeUpdateParametersProperties(Model):
1616
"""DscNodeUpdateParametersProperties.
1717
18-
:param name: Gets or sets the name of the dsc nodeconfiguration.
18+
:param name: Gets or sets the name of the dsc node configuration.
1919
:type name: str
2020
"""
2121

azure-mgmt-automation/azure/mgmt/automation/models/dsc_node_update_parameters_properties_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class DscNodeUpdateParametersProperties(Model):
1616
"""DscNodeUpdateParametersProperties.
1717
18-
:param name: Gets or sets the name of the dsc nodeconfiguration.
18+
:param name: Gets or sets the name of the dsc node configuration.
1919
:type name: str
2020
"""
2121

azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunAsCredentialAssociationProperty(Model):
16-
"""Definition of runas credential to use for hybrid worker.
16+
"""Definition of RunAs credential to use for hybrid worker.
1717
1818
:param name: Gets or sets the name of the credential.
1919
:type name: str

azure-mgmt-automation/azure/mgmt/automation/models/run_as_credential_association_property_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunAsCredentialAssociationProperty(Model):
16-
"""Definition of runas credential to use for hybrid worker.
16+
"""Definition of RunAs credential to use for hybrid worker.
1717
1818
:param name: Gets or sets the name of the credential.
1919
:type name: str

azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunbookCreateOrUpdateDraftProperties(Model):
16-
"""The parameters supplied to the create or update dratft runbook properties.
16+
"""The parameters supplied to the create or update draft runbook properties.
1717
1818
All required parameters must be populated in order to send to Azure.
1919

azure-mgmt-automation/azure/mgmt/automation/models/runbook_create_or_update_draft_properties_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunbookCreateOrUpdateDraftProperties(Model):
16-
"""The parameters supplied to the create or update dratft runbook properties.
16+
"""The parameters supplied to the create or update draft runbook properties.
1717
1818
All required parameters must be populated in order to send to Azure.
1919

azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunbookDraftUndoEditResult(Model):
16-
"""The response model for the undoedit runbook operation.
16+
"""The response model for the undo edit runbook operation.
1717
1818
:param status_code: Possible values include: 'Continue',
1919
'SwitchingProtocols', 'OK', 'Created', 'Accepted',

azure-mgmt-automation/azure/mgmt/automation/models/runbook_draft_undo_edit_result_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class RunbookDraftUndoEditResult(Model):
16-
"""The response model for the undoedit runbook operation.
16+
"""The response model for the undo edit runbook operation.
1717
1818
:param status_code: Possible values include: 'Continue',
1919
'SwitchingProtocols', 'OK', 'Created', 'Accepted',

azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RunbookParameter(Model):
1818
:param type: Gets or sets the type of the parameter.
1919
:type type: str
2020
:param is_mandatory: Gets or sets a Boolean value to indicate whether the
21-
parameter is madatory or not.
21+
parameter is mandatory or not.
2222
:type is_mandatory: bool
2323
:param position: Get or sets the position of the parameter.
2424
:type position: int

azure-mgmt-automation/azure/mgmt/automation/models/runbook_parameter_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RunbookParameter(Model):
1818
:param type: Gets or sets the type of the parameter.
1919
:type type: str
2020
:param is_mandatory: Gets or sets a Boolean value to indicate whether the
21-
parameter is madatory or not.
21+
parameter is mandatory or not.
2222
:type is_mandatory: bool
2323
:param position: Get or sets the position of the parameter.
2424
:type position: int

azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SoftwareUpdateConfigurationMachineRun(Model):
5252
:param job: Job associated with the software update configuration machine
5353
run
5454
:type job: ~azure.mgmt.automation.models.JobNavigation
55-
:ivar creation_time: Creation time of theresource, which only appears in
55+
:ivar creation_time: Creation time of the resource, which only appears in
5656
the response.
5757
:vartype creation_time: datetime
5858
:ivar created_by: createdBy property, which only appears in the response.
@@ -63,7 +63,7 @@ class SoftwareUpdateConfigurationMachineRun(Model):
6363
:ivar last_modified_by: lastModifiedBy property, which only appears in the
6464
response.
6565
:vartype last_modified_by: str
66-
:param error: detailes of provisioning error
66+
:param error: Details of provisioning error
6767
:type error: ~azure.mgmt.automation.models.ErrorResponse
6868
"""
6969

azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_machine_run_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SoftwareUpdateConfigurationMachineRun(Model):
5252
:param job: Job associated with the software update configuration machine
5353
run
5454
:type job: ~azure.mgmt.automation.models.JobNavigation
55-
:ivar creation_time: Creation time of theresource, which only appears in
55+
:ivar creation_time: Creation time of the resource, which only appears in
5656
the response.
5757
:vartype creation_time: datetime
5858
:ivar created_by: createdBy property, which only appears in the response.
@@ -63,7 +63,7 @@ class SoftwareUpdateConfigurationMachineRun(Model):
6363
:ivar last_modified_by: lastModifiedBy property, which only appears in the
6464
response.
6565
:vartype last_modified_by: str
66-
:param error: detailes of provisioning error
66+
:param error: Details of provisioning error
6767
:type error: ~azure.mgmt.automation.models.ErrorResponse
6868
"""
6969

azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SoftwareUpdateConfigurationRun(Model):
4343
:vartype computer_count: int
4444
:ivar failed_count: Number of computers with failed status.
4545
:vartype failed_count: int
46-
:ivar creation_time: Creation time of theresource, which only appears in
46+
:ivar creation_time: Creation time of the resource, which only appears in
4747
the response.
4848
:vartype creation_time: datetime
4949
:ivar created_by: CreatedBy property, which only appears in the response.

azure-mgmt-automation/azure/mgmt/automation/models/software_update_configuration_run_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SoftwareUpdateConfigurationRun(Model):
4343
:vartype computer_count: int
4444
:ivar failed_count: Number of computers with failed status.
4545
:vartype failed_count: int
46-
:ivar creation_time: Creation time of theresource, which only appears in
46+
:ivar creation_time: Creation time of the resource, which only appears in
4747
the response.
4848
:vartype creation_time: datetime
4949
:ivar created_by: CreatedBy property, which only appears in the response.

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SourceControlSyncJobById(Model):
3535
:param sync_type: The sync type. Possible values include: 'PartialSync',
3636
'FullSync'
3737
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
38-
:param exception: The exceptions that occured while running the sync job.
38+
:param exception: The exceptions that occurred while running the sync job.
3939
:type exception: str
4040
"""
4141

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SourceControlSyncJobById(Model):
3535
:param sync_type: The sync type. Possible values include: 'PartialSync',
3636
'FullSync'
3737
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
38-
:param exception: The exceptions that occured while running the sync job.
38+
:param exception: The exceptions that occurred while running the sync job.
3939
:type exception: str
4040
"""
4141

azure-mgmt-automation/azure/mgmt/automation/models/update_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class UpdateConfiguration(Model):
16-
"""Update specifc properties of the software update configuration.
16+
"""Update specific properties of the software update configuration.
1717
1818
All required parameters must be populated in order to send to Azure.
1919

azure-mgmt-automation/azure/mgmt/automation/models/update_configuration_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class UpdateConfiguration(Model):
16-
"""Update specifc properties of the software update configuration.
16+
"""Update specific properties of the software update configuration.
1717
1818
All required parameters must be populated in order to send to Azure.
1919

azure-mgmt-automation/azure/mgmt/automation/models/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Variable(ProxyResource):
16-
"""Definition of the varible.
16+
"""Definition of the variable.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.

azure-mgmt-automation/azure/mgmt/automation/models/variable_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class Variable(ProxyResource):
16-
"""Definition of the varible.
16+
"""Definition of the variable.
1717
1818
Variables are only populated by the server, and will be ignored when
1919
sending a request.

azure-mgmt-automation/azure/mgmt/automation/operations/connection_type_operations.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ def __init__(self, client, config, serializer, deserializer):
3838

3939
def delete(
4040
self, resource_group_name, automation_account_name, connection_type_name, custom_headers=None, raw=False, **operation_config):
41-
"""Delete the connectiontype.
41+
"""Delete the connection type.
4242
4343
:param resource_group_name: Name of an Azure Resource group.
4444
:type resource_group_name: str
4545
:param automation_account_name: The name of the automation account.
4646
:type automation_account_name: str
47-
:param connection_type_name: The name of connectiontype.
47+
:param connection_type_name: The name of connection type.
4848
:type connection_type_name: str
4949
:param dict custom_headers: headers that will be added to the request
5050
:param bool raw: returns the direct response alongside the
@@ -93,13 +93,13 @@ def delete(
9393

9494
def get(
9595
self, resource_group_name, automation_account_name, connection_type_name, custom_headers=None, raw=False, **operation_config):
96-
"""Retrieve the connectiontype identified by connectiontype name.
96+
"""Retrieve the connection type identified by connection type name.
9797
9898
:param resource_group_name: Name of an Azure Resource group.
9999
:type resource_group_name: str
100100
:param automation_account_name: The name of the automation account.
101101
:type automation_account_name: str
102-
:param connection_type_name: The name of connectiontype.
102+
:param connection_type_name: The name of connection type.
103103
:type connection_type_name: str
104104
:param dict custom_headers: headers that will be added to the request
105105
:param bool raw: returns the direct response alongside the
@@ -157,17 +157,17 @@ def get(
157157

158158
def create_or_update(
159159
self, resource_group_name, automation_account_name, connection_type_name, parameters, custom_headers=None, raw=False, **operation_config):
160-
"""Create a connectiontype.
160+
"""Create a connection type.
161161
162162
:param resource_group_name: Name of an Azure Resource group.
163163
:type resource_group_name: str
164164
:param automation_account_name: The name of the automation account.
165165
:type automation_account_name: str
166166
:param connection_type_name: The parameters supplied to the create or
167-
update connectiontype operation.
167+
update connection type operation.
168168
:type connection_type_name: str
169169
:param parameters: The parameters supplied to the create or update
170-
connectiontype operation.
170+
connection type operation.
171171
:type parameters:
172172
~azure.mgmt.automation.models.ConnectionTypeCreateOrUpdateParameters
173173
:param dict custom_headers: headers that will be added to the request
@@ -232,7 +232,7 @@ def create_or_update(
232232

233233
def list_by_automation_account(
234234
self, resource_group_name, automation_account_name, custom_headers=None, raw=False, **operation_config):
235-
"""Retrieve a list of connectiontypes.
235+
"""Retrieve a list of connection types.
236236
237237
:param resource_group_name: Name of an Azure Resource group.
238238
:type resource_group_name: str

0 commit comments

Comments
 (0)