diff --git a/lib/services/automationManagement/lib/models/agentRegistration.js b/lib/services/automationManagement/lib/models/agentRegistration.js index cb4922904e..24e623ba79 100644 --- a/lib/services/automationManagement/lib/models/agentRegistration.js +++ b/lib/services/automationManagement/lib/models/agentRegistration.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Definition of the agent registration infomration type. + * Definition of the agent registration information type. * */ class AgentRegistration { diff --git a/lib/services/automationManagement/lib/models/dscConfigurationParameter.js b/lib/services/automationManagement/lib/models/dscConfigurationParameter.js index 909e7f3db9..153ee63fce 100644 --- a/lib/services/automationManagement/lib/models/dscConfigurationParameter.js +++ b/lib/services/automationManagement/lib/models/dscConfigurationParameter.js @@ -19,7 +19,7 @@ class DscConfigurationParameter { * Create a DscConfigurationParameter. * @member {string} [type] Gets or sets the type of the parameter. * @member {boolean} [isMandatory] Gets or sets a Boolean value to indicate - * whether the parameter is madatory or not. + * whether the parameter is mandatory or not. * @member {number} [position] Get or sets the position of the parameter. * @member {string} [defaultValue] Gets or sets the default value of * parameter. diff --git a/lib/services/automationManagement/lib/models/dscNode.js b/lib/services/automationManagement/lib/models/dscNode.js index 0f9e4e5f52..28a0c4a2e1 100644 --- a/lib/services/automationManagement/lib/models/dscNode.js +++ b/lib/services/automationManagement/lib/models/dscNode.js @@ -25,8 +25,8 @@ class DscNode extends models['ProxyResource'] { * the node. * @member {string} [ip] Gets or sets the ip of the node. * @member {string} [accountId] Gets or sets the account id of the node. - * @member {string} [dscNodeName] Gets or sets the name of the dsc - * nodeconfiguration. + * @member {string} [dscNodeName] Gets or sets the name of the dsc node + * configuration. * @member {string} [status] Gets or sets the status of the node. * @member {string} [nodeId] Gets or sets the node id. * @member {string} [etag] Gets or sets the etag of the resource. diff --git a/lib/services/automationManagement/lib/models/dscNodeConfiguration.js b/lib/services/automationManagement/lib/models/dscNodeConfiguration.js index 282c4c88fd..e39d5f7863 100644 --- a/lib/services/automationManagement/lib/models/dscNodeConfiguration.js +++ b/lib/services/automationManagement/lib/models/dscNodeConfiguration.js @@ -27,7 +27,7 @@ class DscNodeConfiguration extends models['ProxyResource'] { * @member {string} [configuration.name] Gets or sets the name of the Dsc * configuration. * @member {string} [source] Source of node configuration. - * @member {number} [nodeCount] Number of nodes with this nodeconfiguration + * @member {number} [nodeCount] Number of nodes with this node configuration * assigned * @member {boolean} [incrementNodeConfigurationBuild] If a new build version * of NodeConfiguration is required. diff --git a/lib/services/automationManagement/lib/models/dscNodeUpdateParameters.js b/lib/services/automationManagement/lib/models/dscNodeUpdateParameters.js index b8af3806af..2ffc84e87d 100644 --- a/lib/services/automationManagement/lib/models/dscNodeUpdateParameters.js +++ b/lib/services/automationManagement/lib/models/dscNodeUpdateParameters.js @@ -19,8 +19,8 @@ class DscNodeUpdateParameters { * Create a DscNodeUpdateParameters. * @member {string} [nodeId] Gets or sets the id of the dsc node. * @member {object} [properties] - * @member {string} [properties.name] Gets or sets the name of the dsc - * nodeconfiguration. + * @member {string} [properties.name] Gets or sets the name of the dsc node + * configuration. */ constructor() { } diff --git a/lib/services/automationManagement/lib/models/dscNodeUpdateParametersProperties.js b/lib/services/automationManagement/lib/models/dscNodeUpdateParametersProperties.js index 98c1f8dc94..769e120d77 100644 --- a/lib/services/automationManagement/lib/models/dscNodeUpdateParametersProperties.js +++ b/lib/services/automationManagement/lib/models/dscNodeUpdateParametersProperties.js @@ -16,8 +16,8 @@ class DscNodeUpdateParametersProperties { /** * Create a DscNodeUpdateParametersProperties. - * @member {string} [name] Gets or sets the name of the dsc - * nodeconfiguration. + * @member {string} [name] Gets or sets the name of the dsc node + * configuration. */ constructor() { } diff --git a/lib/services/automationManagement/lib/models/index.d.ts b/lib/services/automationManagement/lib/models/index.d.ts index 202dde51dd..d009886ed9 100644 --- a/lib/services/automationManagement/lib/models/index.d.ts +++ b/lib/services/automationManagement/lib/models/index.d.ts @@ -594,7 +594,7 @@ export interface ContentSource { * * @member {string} [type] Gets or sets the type of the parameter. * @member {boolean} [isMandatory] Gets or sets a Boolean value to indicate - * whether the parameter is madatory or not. + * whether the parameter is mandatory or not. * @member {number} [position] Get or sets the position of the parameter. * @member {string} [defaultValue] Gets or sets the default value of parameter. */ @@ -726,7 +726,7 @@ export interface DscConfigurationUpdateParameters { * @class * Initializes a new instance of the RunAsCredentialAssociationProperty class. * @constructor - * Definition of runas credential to use for hybrid worker. + * Definition of RunAs credential to use for hybrid worker. * * @member {string} [name] Gets or sets the name of the credential. */ @@ -1354,7 +1354,7 @@ export interface VariableCreateOrUpdateParameters { * @class * Initializes a new instance of the Variable class. * @constructor - * Definition of the varible. + * Definition of the variable. * * @member {string} [value] Gets or sets the value of the variable. * @member {boolean} [isEncrypted] Gets or sets the encrypted flag of the @@ -1622,7 +1622,7 @@ export interface TargetProperties { * @class * Initializes a new instance of the UpdateConfiguration class. * @constructor - * Update specifc properties of the software update configuration. + * Update specific properties of the software update configuration. * * @member {string} operatingSystem operating system of target machines. * Possible values include: 'Windows', 'Linux' @@ -1972,7 +1972,7 @@ export interface SoftareUpdateConfigurationRunTasks { * @member {number} [computerCount] Number of computers in the software update * configuration run. * @member {number} [failedCount] Number of computers with failed status. - * @member {date} [creationTime] Creation time of theresource, which only + * @member {date} [creationTime] Creation time of the resource, which only * appears in the response. * @member {string} [createdBy] CreatedBy property, which only appears in the * response. @@ -2071,7 +2071,7 @@ export interface JobNavigation { * machine run * @member {string} [job.id] Id of the job associated with the software update * configuration run - * @member {date} [creationTime] Creation time of theresource, which only + * @member {date} [creationTime] Creation time of the resource, which only * appears in the response. * @member {string} [createdBy] createdBy property, which only appears in the * response. @@ -2079,7 +2079,7 @@ export interface JobNavigation { * only appears in the response. * @member {string} [lastModifiedBy] lastModifiedBy property, which only * appears in the response. - * @member {object} [error] detailes of provisioning error + * @member {object} [error] Details of provisioning error * @member {string} [error.code] Error code * @member {string} [error.message] Error message indicating why the operation * failed. @@ -2295,7 +2295,7 @@ export interface SourceControlSyncJobCreateParameters { * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: * 'PartialSync', 'FullSync' - * @member {string} [exception] The exceptions that occured while running the + * @member {string} [exception] The exceptions that occurred while running the * sync job. */ export interface SourceControlSyncJobById { @@ -2669,7 +2669,7 @@ export interface AgentRegistrationKeys { * @class * Initializes a new instance of the AgentRegistration class. * @constructor - * Definition of the agent registration infomration type. + * Definition of the agent registration information type. * * @member {string} [dscMetaConfiguration] Gets or sets the dsc meta * configuration. @@ -2712,8 +2712,8 @@ export interface DscNodeExtensionHandlerAssociationProperty { * node. * @member {string} [ip] Gets or sets the ip of the node. * @member {string} [accountId] Gets or sets the account id of the node. - * @member {string} [dscNodeName] Gets or sets the name of the dsc - * nodeconfiguration. + * @member {string} [dscNodeName] Gets or sets the name of the dsc node + * configuration. * @member {string} [status] Gets or sets the status of the node. * @member {string} [nodeId] Gets or sets the node id. * @member {string} [etag] Gets or sets the etag of the resource. @@ -2752,7 +2752,7 @@ export interface AgentRegistrationRegenerateKeyParameter { * @class * Initializes a new instance of the DscNodeUpdateParametersProperties class. * @constructor - * @member {string} [name] Gets or sets the name of the dsc nodeconfiguration. + * @member {string} [name] Gets or sets the name of the dsc node configuration. */ export interface DscNodeUpdateParametersProperties { name?: string; @@ -2766,8 +2766,8 @@ export interface DscNodeUpdateParametersProperties { * * @member {string} [nodeId] Gets or sets the id of the dsc node. * @member {object} [properties] - * @member {string} [properties.name] Gets or sets the name of the dsc - * nodeconfiguration. + * @member {string} [properties.name] Gets or sets the name of the dsc node + * configuration. */ export interface DscNodeUpdateParameters { nodeId?: string; @@ -2870,7 +2870,7 @@ export interface DscCompilationJobCreateParameters { * @member {string} [configuration.name] Gets or sets the name of the Dsc * configuration. * @member {string} [source] Source of node configuration. - * @member {number} [nodeCount] Number of nodes with this nodeconfiguration + * @member {number} [nodeCount] Number of nodes with this node configuration * assigned * @member {boolean} [incrementNodeConfigurationBuild] If a new build version * of NodeConfiguration is required. @@ -2966,7 +2966,7 @@ export interface NodeCounts { * * @member {string} [type] Gets or sets the type of the parameter. * @member {boolean} [isMandatory] Gets or sets a Boolean value to indicate - * whether the parameter is madatory or not. + * whether the parameter is mandatory or not. * @member {number} [position] Get or sets the position of the parameter. * @member {string} [defaultValue] Gets or sets the default value of parameter. */ @@ -3178,7 +3178,7 @@ export interface RunbookUpdateParameters { * @class * Initializes a new instance of the RunbookDraftUndoEditResult class. * @constructor - * The response model for the undoedit runbook operation. + * The response model for the undo edit runbook operation. * * @member {string} [statusCode] Possible values include: 'Continue', * 'SwitchingProtocols', 'OK', 'Created', 'Accepted', @@ -3257,7 +3257,7 @@ export interface TestJob { * @class * Initializes a new instance of the RunbookCreateOrUpdateDraftProperties class. * @constructor - * The parameters supplied to the create or update dratft runbook properties. + * The parameters supplied to the create or update draft runbook properties. * * @member {boolean} [logVerbose] Gets or sets verbose log option. * @member {boolean} [logProgress] Gets or sets progress log option. diff --git a/lib/services/automationManagement/lib/models/runAsCredentialAssociationProperty.js b/lib/services/automationManagement/lib/models/runAsCredentialAssociationProperty.js index f1ffdce024..e680c29cda 100644 --- a/lib/services/automationManagement/lib/models/runAsCredentialAssociationProperty.js +++ b/lib/services/automationManagement/lib/models/runAsCredentialAssociationProperty.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Definition of runas credential to use for hybrid worker. + * Definition of RunAs credential to use for hybrid worker. * */ class RunAsCredentialAssociationProperty { diff --git a/lib/services/automationManagement/lib/models/runbookCreateOrUpdateDraftProperties.js b/lib/services/automationManagement/lib/models/runbookCreateOrUpdateDraftProperties.js index 0b3023bf7a..36128742da 100644 --- a/lib/services/automationManagement/lib/models/runbookCreateOrUpdateDraftProperties.js +++ b/lib/services/automationManagement/lib/models/runbookCreateOrUpdateDraftProperties.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The parameters supplied to the create or update dratft runbook properties. + * The parameters supplied to the create or update draft runbook properties. * */ class RunbookCreateOrUpdateDraftProperties { diff --git a/lib/services/automationManagement/lib/models/runbookDraftUndoEditResult.js b/lib/services/automationManagement/lib/models/runbookDraftUndoEditResult.js index ab43491b03..9404b8ad1f 100644 --- a/lib/services/automationManagement/lib/models/runbookDraftUndoEditResult.js +++ b/lib/services/automationManagement/lib/models/runbookDraftUndoEditResult.js @@ -11,7 +11,7 @@ 'use strict'; /** - * The response model for the undoedit runbook operation. + * The response model for the undo edit runbook operation. * */ class RunbookDraftUndoEditResult { diff --git a/lib/services/automationManagement/lib/models/runbookParameter.js b/lib/services/automationManagement/lib/models/runbookParameter.js index 8ff078647b..b39f8c1516 100644 --- a/lib/services/automationManagement/lib/models/runbookParameter.js +++ b/lib/services/automationManagement/lib/models/runbookParameter.js @@ -19,7 +19,7 @@ class RunbookParameter { * Create a RunbookParameter. * @member {string} [type] Gets or sets the type of the parameter. * @member {boolean} [isMandatory] Gets or sets a Boolean value to indicate - * whether the parameter is madatory or not. + * whether the parameter is mandatory or not. * @member {number} [position] Get or sets the position of the parameter. * @member {string} [defaultValue] Gets or sets the default value of * parameter. diff --git a/lib/services/automationManagement/lib/models/softwareUpdateConfigurationMachineRun.js b/lib/services/automationManagement/lib/models/softwareUpdateConfigurationMachineRun.js index cb3ac1ac8a..9bebd85d51 100644 --- a/lib/services/automationManagement/lib/models/softwareUpdateConfigurationMachineRun.js +++ b/lib/services/automationManagement/lib/models/softwareUpdateConfigurationMachineRun.js @@ -45,7 +45,7 @@ class SoftwareUpdateConfigurationMachineRun { * configuration machine run * @member {string} [job.id] Id of the job associated with the software * update configuration run - * @member {date} [creationTime] Creation time of theresource, which only + * @member {date} [creationTime] Creation time of the resource, which only * appears in the response. * @member {string} [createdBy] createdBy property, which only appears in the * response. @@ -53,7 +53,7 @@ class SoftwareUpdateConfigurationMachineRun { * only appears in the response. * @member {string} [lastModifiedBy] lastModifiedBy property, which only * appears in the response. - * @member {object} [error] detailes of provisioning error + * @member {object} [error] Details of provisioning error * @member {string} [error.code] Error code * @member {string} [error.message] Error message indicating why the * operation failed. diff --git a/lib/services/automationManagement/lib/models/softwareUpdateConfigurationRun.js b/lib/services/automationManagement/lib/models/softwareUpdateConfigurationRun.js index f49cb6456b..c2313b0803 100644 --- a/lib/services/automationManagement/lib/models/softwareUpdateConfigurationRun.js +++ b/lib/services/automationManagement/lib/models/softwareUpdateConfigurationRun.js @@ -35,7 +35,7 @@ class SoftwareUpdateConfigurationRun { * @member {number} [computerCount] Number of computers in the software * update configuration run. * @member {number} [failedCount] Number of computers with failed status. - * @member {date} [creationTime] Creation time of theresource, which only + * @member {date} [creationTime] Creation time of the resource, which only * appears in the response. * @member {string} [createdBy] CreatedBy property, which only appears in the * response. diff --git a/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js b/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js index c8910f5b72..ef9aa707d1 100644 --- a/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js +++ b/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js @@ -26,8 +26,8 @@ class SourceControlSyncJobById { * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: * 'PartialSync', 'FullSync' - * @member {string} [exception] The exceptions that occured while running the - * sync job. + * @member {string} [exception] The exceptions that occurred while running + * the sync job. */ constructor() { } diff --git a/lib/services/automationManagement/lib/models/updateConfiguration.js b/lib/services/automationManagement/lib/models/updateConfiguration.js index 1c6e6bc95e..968d6bf540 100644 --- a/lib/services/automationManagement/lib/models/updateConfiguration.js +++ b/lib/services/automationManagement/lib/models/updateConfiguration.js @@ -11,7 +11,7 @@ 'use strict'; /** - * Update specifc properties of the software update configuration. + * Update specific properties of the software update configuration. * */ class UpdateConfiguration { diff --git a/lib/services/automationManagement/lib/models/variable.js b/lib/services/automationManagement/lib/models/variable.js index 02610dc34d..ab200b2676 100644 --- a/lib/services/automationManagement/lib/models/variable.js +++ b/lib/services/automationManagement/lib/models/variable.js @@ -13,7 +13,7 @@ const models = require('./index'); /** - * Definition of the varible. + * Definition of the variable. * * @extends models['ProxyResource'] */ diff --git a/lib/services/automationManagement/lib/operations/connectionTypeOperations.js b/lib/services/automationManagement/lib/operations/connectionTypeOperations.js index 33fa0617b0..48c6b2cfa2 100644 --- a/lib/services/automationManagement/lib/operations/connectionTypeOperations.js +++ b/lib/services/automationManagement/lib/operations/connectionTypeOperations.js @@ -15,13 +15,13 @@ const msRestAzure = require('ms-rest-azure'); const WebResource = msRest.WebResource; /** - * Delete the connectiontype. + * Delete the connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -161,13 +161,13 @@ function _deleteMethod(resourceGroupName, automationAccountName, connectionTypeN } /** - * Retrieve the connectiontype identified by connectiontype name. + * Retrieve the connection type identified by connection type name. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -325,17 +325,17 @@ function _get(resourceGroupName, automationAccountName, connectionTypeName, opti } /** - * Create a connectiontype. + * Create a connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * * @param {string} connectionTypeName The parameters supplied to the create or - * update connectiontype operation. + * update connection type operation. * * @param {object} parameters The parameters supplied to the create or update - * connectiontype operation. + * connection type operation. * * @param {string} parameters.name Gets or sets the name of the connection * type. @@ -536,7 +536,7 @@ function _createOrUpdate(resourceGroupName, automationAccountName, connectionTyp } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} resourceGroupName Name of an Azure Resource group. * @@ -695,7 +695,7 @@ function _listByAutomationAccount(resourceGroupName, automationAccountName, opti } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -839,13 +839,13 @@ class ConnectionTypeOperations { } /** - * Delete the connectiontype. + * Delete the connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -873,13 +873,13 @@ class ConnectionTypeOperations { } /** - * Delete the connectiontype. + * Delete the connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -928,13 +928,13 @@ class ConnectionTypeOperations { } /** - * Retrieve the connectiontype identified by connectiontype name. + * Retrieve the connection type identified by connection type name. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -962,13 +962,13 @@ class ConnectionTypeOperations { } /** - * Retrieve the connectiontype identified by connectiontype name. + * Retrieve the connection type identified by connection type name. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -1018,17 +1018,17 @@ class ConnectionTypeOperations { } /** - * Create a connectiontype. + * Create a connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * * @param {string} connectionTypeName The parameters supplied to the create or - * update connectiontype operation. + * update connection type operation. * * @param {object} parameters The parameters supplied to the create or update - * connectiontype operation. + * connection type operation. * * @param {string} parameters.name Gets or sets the name of the connection * type. @@ -1065,17 +1065,17 @@ class ConnectionTypeOperations { } /** - * Create a connectiontype. + * Create a connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * * @param {string} connectionTypeName The parameters supplied to the create or - * update connectiontype operation. + * update connection type operation. * * @param {object} parameters The parameters supplied to the create or update - * connectiontype operation. + * connection type operation. * * @param {string} parameters.name Gets or sets the name of the connection * type. @@ -1134,7 +1134,7 @@ class ConnectionTypeOperations { } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} resourceGroupName Name of an Azure Resource group. * @@ -1166,7 +1166,7 @@ class ConnectionTypeOperations { } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} resourceGroupName Name of an Azure Resource group. * @@ -1221,7 +1221,7 @@ class ConnectionTypeOperations { } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -1252,7 +1252,7 @@ class ConnectionTypeOperations { } /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. diff --git a/lib/services/automationManagement/lib/operations/dscNodeOperations.js b/lib/services/automationManagement/lib/operations/dscNodeOperations.js index ed3b22b190..1d39daf1eb 100644 --- a/lib/services/automationManagement/lib/operations/dscNodeOperations.js +++ b/lib/services/automationManagement/lib/operations/dscNodeOperations.js @@ -360,7 +360,7 @@ function _get(resourceGroupName, automationAccountName, nodeId, options, callbac * @param {object} [dscNodeUpdateParameters.properties] * * @param {string} [dscNodeUpdateParameters.properties.name] Gets or sets the - * name of the dsc nodeconfiguration. + * name of the dsc node configuration. * * @param {object} [options] Optional Parameters. * @@ -1069,7 +1069,7 @@ class DscNodeOperations { * @param {object} [dscNodeUpdateParameters.properties] * * @param {string} [dscNodeUpdateParameters.properties.name] Gets or sets the - * name of the dsc nodeconfiguration. + * name of the dsc node configuration. * * @param {object} [options] Optional Parameters. * @@ -1114,7 +1114,7 @@ class DscNodeOperations { * @param {object} [dscNodeUpdateParameters.properties] * * @param {string} [dscNodeUpdateParameters.properties.name] Gets or sets the - * name of the dsc nodeconfiguration. + * name of the dsc node configuration. * * @param {object} [options] Optional Parameters. * diff --git a/lib/services/automationManagement/lib/operations/index.d.ts b/lib/services/automationManagement/lib/operations/index.d.ts index 09e8d488da..18e715f896 100644 --- a/lib/services/automationManagement/lib/operations/index.d.ts +++ b/lib/services/automationManagement/lib/operations/index.d.ts @@ -1714,13 +1714,13 @@ export interface ConnectionTypeOperations { /** - * Delete the connectiontype. + * Delete the connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -1736,13 +1736,13 @@ export interface ConnectionTypeOperations { deleteMethodWithHttpOperationResponse(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Delete the connectiontype. + * Delete the connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -1776,13 +1776,13 @@ export interface ConnectionTypeOperations { /** - * Retrieve the connectiontype identified by connectiontype name. + * Retrieve the connection type identified by connection type name. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -1798,13 +1798,13 @@ export interface ConnectionTypeOperations { getWithHttpOperationResponse(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Retrieve the connectiontype identified by connectiontype name. + * Retrieve the connection type identified by connection type name. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * - * @param {string} connectionTypeName The name of connectiontype. + * @param {string} connectionTypeName The name of connection type. * * @param {object} [options] Optional Parameters. * @@ -1839,17 +1839,17 @@ export interface ConnectionTypeOperations { /** - * Create a connectiontype. + * Create a connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * * @param {string} connectionTypeName The parameters supplied to the create or - * update connectiontype operation. + * update connection type operation. * * @param {object} parameters The parameters supplied to the create or update - * connectiontype operation. + * connection type operation. * * @param {string} parameters.name Gets or sets the name of the connection * type. @@ -1874,17 +1874,17 @@ export interface ConnectionTypeOperations { createOrUpdateWithHttpOperationResponse(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: models.ConnectionTypeCreateOrUpdateParameters, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Create a connectiontype. + * Create a connection type. * * @param {string} resourceGroupName Name of an Azure Resource group. * * @param {string} automationAccountName The name of the automation account. * * @param {string} connectionTypeName The parameters supplied to the create or - * update connectiontype operation. + * update connection type operation. * * @param {object} parameters The parameters supplied to the create or update - * connectiontype operation. + * connection type operation. * * @param {string} parameters.name Gets or sets the name of the connection * type. @@ -1928,7 +1928,7 @@ export interface ConnectionTypeOperations { /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} resourceGroupName Name of an Azure Resource group. * @@ -1948,7 +1948,7 @@ export interface ConnectionTypeOperations { listByAutomationAccountWithHttpOperationResponse(resourceGroupName: string, automationAccountName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} resourceGroupName Name of an Azure Resource group. * @@ -1988,7 +1988,7 @@ export interface ConnectionTypeOperations { /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -2007,7 +2007,7 @@ export interface ConnectionTypeOperations { listByAutomationAccountNextWithHttpOperationResponse(nextPageLink: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise>; /** - * Retrieve a list of connectiontypes. + * Retrieve a list of connection types. * * @param {string} nextPageLink The NextLink from the previous successful call * to List operation. @@ -9786,7 +9786,7 @@ export interface DscNodeOperations { * @param {object} [dscNodeUpdateParameters.properties] * * @param {string} [dscNodeUpdateParameters.properties.name] Gets or sets the - * name of the dsc nodeconfiguration. + * name of the dsc node configuration. * * @param {object} [options] Optional Parameters. * @@ -9819,7 +9819,7 @@ export interface DscNodeOperations { * @param {object} [dscNodeUpdateParameters.properties] * * @param {string} [dscNodeUpdateParameters.properties.name] Gets or sets the - * name of the dsc nodeconfiguration. + * name of the dsc node configuration. * * @param {object} [options] Optional Parameters. *