Skip to content

[AutoPR automation/resource-manager] typo: Microsoft.Automation #3893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down