From 372b095c928cd6394721cbeef62fd180d29cb192 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 30 Nov 2018 14:22:53 -0800 Subject: [PATCH] Generated from 0eca60022ae48d07b8b535494ec04c96a2799dcc (#3436) 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 --- .../2015-10-31/automation/connectiontype.go | 16 ++++----- .../mgmt/2015-10-31/automation/models.go | 22 ++++++------ .../automation/connectiontype.go | 16 ++++----- .../2017-05-15-preview/automation/models.go | 34 +++++++++--------- .../automation/connectiontype.go | 16 ++++----- .../2018-01-15-preview/automation/models.go | 36 +++++++++---------- .../automation/connectiontype.go | 16 ++++----- .../2018-06-30-preview/automation/models.go | 36 +++++++++---------- 8 files changed, 96 insertions(+), 96 deletions(-) diff --git a/services/automation/mgmt/2015-10-31/automation/connectiontype.go b/services/automation/mgmt/2015-10-31/automation/connectiontype.go index 2608467db45d..e04c9125f7b5 100644 --- a/services/automation/mgmt/2015-10-31/automation/connectiontype.go +++ b/services/automation/mgmt/2015-10-31/automation/connectiontype.go @@ -41,12 +41,12 @@ func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) C return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID)} } -// CreateOrUpdate create a connectiontype. +// CreateOrUpdate create a connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the parameters supplied to the create or update connectiontype operation. -// parameters - the parameters supplied to the create or update connectiontype operation. +// connectionTypeName - the parameters supplied to the create or update connection type operation. +// parameters - the parameters supplied to the create or update connection type operation. func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.CreateOrUpdate") @@ -135,11 +135,11 @@ func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete delete the connectiontype. +// Delete delete the connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Delete") @@ -221,11 +221,11 @@ func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result return } -// Get retrieve the connectiontype identified by connectiontype name. +// Get retrieve the connection type identified by connection type name. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Get") @@ -308,7 +308,7 @@ func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result Con return } -// ListByAutomationAccount retrieve a list of connectiontypes. +// ListByAutomationAccount retrieve a list of connection types. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. diff --git a/services/automation/mgmt/2015-10-31/automation/models.go b/services/automation/mgmt/2015-10-31/automation/models.go index 74471a0bb759..0264caf18f52 100644 --- a/services/automation/mgmt/2015-10-31/automation/models.go +++ b/services/automation/mgmt/2015-10-31/automation/models.go @@ -1253,7 +1253,7 @@ type AdvancedScheduleMonthlyOccurrence struct { Day ScheduleDay `json:"day,omitempty"` } -// AgentRegistration definition of the agent registration infomration type. +// AgentRegistration definition of the agent registration information type. type AgentRegistration struct { autorest.Response `json:"-"` // DscMetaConfiguration - Gets or sets the dsc meta configuration. @@ -2595,7 +2595,7 @@ func (ccoup *CredentialCreateOrUpdateParameters) UnmarshalJSON(body []byte) erro return nil } -// CredentialCreateOrUpdateProperties the properties of the create cerdential operation. +// CredentialCreateOrUpdateProperties the properties of the create credential operation. type CredentialCreateOrUpdateProperties struct { // UserName - Gets or sets the user name of the credential. UserName *string `json:"userName,omitempty"` @@ -3639,7 +3639,7 @@ func NewDscConfigurationListResultPage(getNextPage func(context.Context, DscConf type DscConfigurationParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -3839,9 +3839,9 @@ type DscNodeConfiguration struct { Type *string `json:"type,omitempty"` } -// DscNodeConfigurationAssociationProperty the dsc nodeconfiguration property associated with the entity. +// DscNodeConfigurationAssociationProperty the dsc node configuration property associated with the entity. type DscNodeConfigurationAssociationProperty struct { - // Name - Gets or sets the name of the dsc nodeconfiguration. + // Name - Gets or sets the name of the dsc node configuration. Name *string `json:"name,omitempty"` } @@ -6079,7 +6079,7 @@ type Resource struct { Type *string `json:"type,omitempty"` } -// RunAsCredentialAssociationProperty definition of runas credential to use for hybrid worker. +// RunAsCredentialAssociationProperty definition of RunAs credential to use for hybrid worker. type RunAsCredentialAssociationProperty struct { // Name - Gets or sets the name of the credential. Name *string `json:"name,omitempty"` @@ -6221,7 +6221,7 @@ type RunbookCreateOrUpdateDraftParameters struct { RunbookContent *string `json:"runbookContent,omitempty"` } -// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update dratft runbook +// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update draft runbook // properties. type RunbookCreateOrUpdateDraftProperties struct { // LogVerbose - Gets or sets verbose log option. @@ -6430,7 +6430,7 @@ func (future *RunbookDraftReplaceContentFuture) Result(client RunbookDraftClient return } -// RunbookDraftUndoEditResult the response model for the undoedit runbook operation. +// RunbookDraftUndoEditResult the response model for the undo edit runbook operation. type RunbookDraftUndoEditResult struct { autorest.Response `json:"-"` // StatusCode - Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestURITooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HTTPVersionNotSupported' @@ -6588,7 +6588,7 @@ func NewRunbookListResultPage(getNextPage func(context.Context, RunbookListResul type RunbookParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -7382,7 +7382,7 @@ type UsageListResult struct { Value *[]Usage `json:"value,omitempty"` } -// Variable definition of the varible. +// Variable definition of the variable. type Variable struct { autorest.Response `json:"-"` // VariableProperties - Gets or sets the properties of the variable. @@ -7673,7 +7673,7 @@ func NewVariableListResultPage(getNextPage func(context.Context, VariableListRes return VariableListResultPage{fn: getNextPage} } -// VariableProperties definition of the varible properties +// VariableProperties definition of the variable properties type VariableProperties struct { // Value - Gets or sets the value of the variable. Value *string `json:"value,omitempty"` diff --git a/services/preview/automation/mgmt/2017-05-15-preview/automation/connectiontype.go b/services/preview/automation/mgmt/2017-05-15-preview/automation/connectiontype.go index 2608467db45d..e04c9125f7b5 100644 --- a/services/preview/automation/mgmt/2017-05-15-preview/automation/connectiontype.go +++ b/services/preview/automation/mgmt/2017-05-15-preview/automation/connectiontype.go @@ -41,12 +41,12 @@ func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) C return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID)} } -// CreateOrUpdate create a connectiontype. +// CreateOrUpdate create a connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the parameters supplied to the create or update connectiontype operation. -// parameters - the parameters supplied to the create or update connectiontype operation. +// connectionTypeName - the parameters supplied to the create or update connection type operation. +// parameters - the parameters supplied to the create or update connection type operation. func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.CreateOrUpdate") @@ -135,11 +135,11 @@ func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete delete the connectiontype. +// Delete delete the connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Delete") @@ -221,11 +221,11 @@ func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result return } -// Get retrieve the connectiontype identified by connectiontype name. +// Get retrieve the connection type identified by connection type name. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Get") @@ -308,7 +308,7 @@ func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result Con return } -// ListByAutomationAccount retrieve a list of connectiontypes. +// ListByAutomationAccount retrieve a list of connection types. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. diff --git a/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go b/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go index a92306d1cefe..2b085fe28a42 100644 --- a/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go +++ b/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go @@ -1410,7 +1410,7 @@ type AdvancedScheduleMonthlyOccurrence struct { Day ScheduleDay `json:"day,omitempty"` } -// AgentRegistration definition of the agent registration infomration type. +// AgentRegistration definition of the agent registration information type. type AgentRegistration struct { autorest.Response `json:"-"` // DscMetaConfiguration - Gets or sets the dsc meta configuration. @@ -2771,7 +2771,7 @@ func (ccoup *CredentialCreateOrUpdateParameters) UnmarshalJSON(body []byte) erro return nil } -// CredentialCreateOrUpdateProperties the properties of the create cerdential operation. +// CredentialCreateOrUpdateProperties the properties of the create credential operation. type CredentialCreateOrUpdateProperties struct { // UserName - Gets or sets the user name of the credential. UserName *string `json:"userName,omitempty"` @@ -3815,7 +3815,7 @@ func NewDscConfigurationListResultPage(getNextPage func(context.Context, DscConf type DscConfigurationParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -4015,9 +4015,9 @@ type DscNodeConfiguration struct { Type *string `json:"type,omitempty"` } -// DscNodeConfigurationAssociationProperty the dsc nodeconfiguration property associated with the entity. +// DscNodeConfigurationAssociationProperty the dsc node configuration property associated with the entity. type DscNodeConfigurationAssociationProperty struct { - // Name - Gets or sets the name of the dsc nodeconfiguration. + // Name - Gets or sets the name of the dsc node configuration. Name *string `json:"name,omitempty"` } @@ -6394,7 +6394,7 @@ type Resource struct { Type *string `json:"type,omitempty"` } -// RunAsCredentialAssociationProperty definition of runas credential to use for hybrid worker. +// RunAsCredentialAssociationProperty definition of RunAs credential to use for hybrid worker. type RunAsCredentialAssociationProperty struct { // Name - Gets or sets the name of the credential. Name *string `json:"name,omitempty"` @@ -6536,7 +6536,7 @@ type RunbookCreateOrUpdateDraftParameters struct { RunbookContent *string `json:"runbookContent,omitempty"` } -// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update dratft runbook +// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update draft runbook // properties. type RunbookCreateOrUpdateDraftProperties struct { // LogVerbose - Gets or sets verbose log option. @@ -6745,7 +6745,7 @@ func (future *RunbookDraftReplaceContentFuture) Result(client RunbookDraftClient return } -// RunbookDraftUndoEditResult the response model for the undoedit runbook operation. +// RunbookDraftUndoEditResult the response model for the undo edit runbook operation. type RunbookDraftUndoEditResult struct { autorest.Response `json:"-"` // StatusCode - Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestURITooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HTTPVersionNotSupported' @@ -6903,7 +6903,7 @@ func NewRunbookListResultPage(getNextPage func(context.Context, RunbookListResul type RunbookParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -7891,7 +7891,7 @@ type SoftwareUpdateConfigurationRunProperties struct { ComputerCount *int32 `json:"computerCount,omitempty"` // FailedCount - Number of computers with failed status. FailedCount *int32 `json:"failedCount,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - CreatedBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -8056,7 +8056,7 @@ type SourceControlCreateOrUpdateProperties struct { // SourceControlListResult the response model for the list source controls operation. type SourceControlListResult struct { autorest.Response `json:"-"` - // Value - The list of souce controls. + // Value - The list of source controls. Value *[]SourceControl `json:"value,omitempty"` // NextLink - The next link. NextLink *string `json:"nextLink,omitempty"` @@ -8381,7 +8381,7 @@ type SourceControlSyncJobByIDProperties struct { EndTime *date.Time `json:"endTime,omitempty"` // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` - // Exception - The exceptions that occured while running the sync job. + // Exception - The exceptions that occurred while running the sync job. Exception *string `json:"exception,omitempty"` } @@ -9165,7 +9165,7 @@ type TypeFieldListResult struct { Value *[]TypeField `json:"value,omitempty"` } -// UpdateConfiguration update specifc properties of the software update configuration. +// UpdateConfiguration update specific properties of the software update configuration. type UpdateConfiguration struct { // OperatingSystem - operating system of target machines. Possible values include: 'Windows', 'Linux' OperatingSystem OperatingSystemType `json:"operatingSystem,omitempty"` @@ -9207,7 +9207,7 @@ type UpdateConfigurationMachineRunProperties struct { ConfiguredDuration *string `json:"configuredDuration,omitempty"` // Job - Job associated with the software update configuration machine run Job *JobNavigation `json:"job,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - createdBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -9215,7 +9215,7 @@ type UpdateConfigurationMachineRunProperties struct { LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // LastModifiedBy - lastModifiedBy property, which only appears in the response. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` - // Error - detailes of provisioning error + // Error - Details of provisioning error Error *ErrorResponse `json:"error,omitempty"` } @@ -9256,7 +9256,7 @@ type UsageListResult struct { Value *[]Usage `json:"value,omitempty"` } -// Variable definition of the varible. +// Variable definition of the variable. type Variable struct { autorest.Response `json:"-"` // VariableProperties - Gets or sets the properties of the variable. @@ -9547,7 +9547,7 @@ func NewVariableListResultPage(getNextPage func(context.Context, VariableListRes return VariableListResultPage{fn: getNextPage} } -// VariableProperties definition of the varible properties +// VariableProperties definition of the variable properties type VariableProperties struct { // Value - Gets or sets the value of the variable. Value *string `json:"value,omitempty"` diff --git a/services/preview/automation/mgmt/2018-01-15-preview/automation/connectiontype.go b/services/preview/automation/mgmt/2018-01-15-preview/automation/connectiontype.go index ead270b28edb..0869b136e587 100644 --- a/services/preview/automation/mgmt/2018-01-15-preview/automation/connectiontype.go +++ b/services/preview/automation/mgmt/2018-01-15-preview/automation/connectiontype.go @@ -41,12 +41,12 @@ func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string, c return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID, countType1)} } -// CreateOrUpdate create a connectiontype. +// CreateOrUpdate create a connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the parameters supplied to the create or update connectiontype operation. -// parameters - the parameters supplied to the create or update connectiontype operation. +// connectionTypeName - the parameters supplied to the create or update connection type operation. +// parameters - the parameters supplied to the create or update connection type operation. func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.CreateOrUpdate") @@ -135,11 +135,11 @@ func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete delete the connectiontype. +// Delete delete the connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Delete") @@ -221,11 +221,11 @@ func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result return } -// Get retrieve the connectiontype identified by connectiontype name. +// Get retrieve the connection type identified by connection type name. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Get") @@ -308,7 +308,7 @@ func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result Con return } -// ListByAutomationAccount retrieve a list of connectiontypes. +// ListByAutomationAccount retrieve a list of connection types. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. diff --git a/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go b/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go index c1e5c6d6e822..1f4f84fc74f9 100644 --- a/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go +++ b/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go @@ -1425,7 +1425,7 @@ type AdvancedScheduleMonthlyOccurrence struct { Day ScheduleDay `json:"day,omitempty"` } -// AgentRegistration definition of the agent registration infomration type. +// AgentRegistration definition of the agent registration information type. type AgentRegistration struct { autorest.Response `json:"-"` // DscMetaConfiguration - Gets or sets the dsc meta configuration. @@ -2762,7 +2762,7 @@ func (ccoup *CredentialCreateOrUpdateParameters) UnmarshalJSON(body []byte) erro return nil } -// CredentialCreateOrUpdateProperties the properties of the create cerdential operation. +// CredentialCreateOrUpdateProperties the properties of the create credential operation. type CredentialCreateOrUpdateProperties struct { // UserName - Gets or sets the user name of the credential. UserName *string `json:"userName,omitempty"` @@ -3835,7 +3835,7 @@ func NewDscConfigurationListResultPage(getNextPage func(context.Context, DscConf type DscConfigurationParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -4153,9 +4153,9 @@ func (dnc *DscNodeConfiguration) UnmarshalJSON(body []byte) error { return nil } -// DscNodeConfigurationAssociationProperty the dsc nodeconfiguration property associated with the entity. +// DscNodeConfigurationAssociationProperty the dsc node configuration property associated with the entity. type DscNodeConfigurationAssociationProperty struct { - // Name - Gets or sets the name of the dsc nodeconfiguration. + // Name - Gets or sets the name of the dsc node configuration. Name *string `json:"name,omitempty"` } @@ -4426,7 +4426,7 @@ type DscNodeConfigurationProperties struct { Configuration *DscConfigurationAssociationProperty `json:"configuration,omitempty"` // Source - Source of node configuration. Source *string `json:"source,omitempty"` - // NodeCount - Number of nodes with this nodeconfiguration assigned + // NodeCount - Number of nodes with this node configuration assigned NodeCount *int64 `json:"nodeCount,omitempty"` // IncrementNodeConfigurationBuild - If a new build version of NodeConfiguration is required. IncrementNodeConfigurationBuild *bool `json:"incrementNodeConfigurationBuild,omitempty"` @@ -6872,7 +6872,7 @@ type Resource struct { Type *string `json:"type,omitempty"` } -// RunAsCredentialAssociationProperty definition of runas credential to use for hybrid worker. +// RunAsCredentialAssociationProperty definition of RunAs credential to use for hybrid worker. type RunAsCredentialAssociationProperty struct { // Name - Gets or sets the name of the credential. Name *string `json:"name,omitempty"` @@ -7014,7 +7014,7 @@ type RunbookCreateOrUpdateDraftParameters struct { RunbookContent *string `json:"runbookContent,omitempty"` } -// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update dratft runbook +// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update draft runbook // properties. type RunbookCreateOrUpdateDraftProperties struct { // LogVerbose - Gets or sets verbose log option. @@ -7223,7 +7223,7 @@ func (future *RunbookDraftReplaceContentFuture) Result(client RunbookDraftClient return } -// RunbookDraftUndoEditResult the response model for the undoedit runbook operation. +// RunbookDraftUndoEditResult the response model for the undo edit runbook operation. type RunbookDraftUndoEditResult struct { autorest.Response `json:"-"` // StatusCode - Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestURITooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HTTPVersionNotSupported' @@ -7381,7 +7381,7 @@ func NewRunbookListResultPage(getNextPage func(context.Context, RunbookListResul type RunbookParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -8369,7 +8369,7 @@ type SoftwareUpdateConfigurationRunProperties struct { ComputerCount *int32 `json:"computerCount,omitempty"` // FailedCount - Number of computers with failed status. FailedCount *int32 `json:"failedCount,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - CreatedBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -8534,7 +8534,7 @@ type SourceControlCreateOrUpdateProperties struct { // SourceControlListResult the response model for the list source controls operation. type SourceControlListResult struct { autorest.Response `json:"-"` - // Value - The list of souce controls. + // Value - The list of source controls. Value *[]SourceControl `json:"value,omitempty"` // NextLink - The next link. NextLink *string `json:"nextLink,omitempty"` @@ -8859,7 +8859,7 @@ type SourceControlSyncJobByIDProperties struct { EndTime *date.Time `json:"endTime,omitempty"` // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` - // Exception - The exceptions that occured while running the sync job. + // Exception - The exceptions that occurred while running the sync job. Exception *string `json:"exception,omitempty"` } @@ -9643,7 +9643,7 @@ type TypeFieldListResult struct { Value *[]TypeField `json:"value,omitempty"` } -// UpdateConfiguration update specifc properties of the software update configuration. +// UpdateConfiguration update specific properties of the software update configuration. type UpdateConfiguration struct { // OperatingSystem - operating system of target machines. Possible values include: 'Windows', 'Linux' OperatingSystem OperatingSystemType `json:"operatingSystem,omitempty"` @@ -9685,7 +9685,7 @@ type UpdateConfigurationMachineRunProperties struct { ConfiguredDuration *string `json:"configuredDuration,omitempty"` // Job - Job associated with the software update configuration machine run Job *JobNavigation `json:"job,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - createdBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -9693,7 +9693,7 @@ type UpdateConfigurationMachineRunProperties struct { LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // LastModifiedBy - lastModifiedBy property, which only appears in the response. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` - // Error - detailes of provisioning error + // Error - Details of provisioning error Error *ErrorResponse `json:"error,omitempty"` } @@ -9734,7 +9734,7 @@ type UsageListResult struct { Value *[]Usage `json:"value,omitempty"` } -// Variable definition of the varible. +// Variable definition of the variable. type Variable struct { autorest.Response `json:"-"` // VariableProperties - Gets or sets the properties of the variable. @@ -10025,7 +10025,7 @@ func NewVariableListResultPage(getNextPage func(context.Context, VariableListRes return VariableListResultPage{fn: getNextPage} } -// VariableProperties definition of the varible properties +// VariableProperties definition of the variable properties type VariableProperties struct { // Value - Gets or sets the value of the variable. Value *string `json:"value,omitempty"` diff --git a/services/preview/automation/mgmt/2018-06-30-preview/automation/connectiontype.go b/services/preview/automation/mgmt/2018-06-30-preview/automation/connectiontype.go index ead270b28edb..0869b136e587 100644 --- a/services/preview/automation/mgmt/2018-06-30-preview/automation/connectiontype.go +++ b/services/preview/automation/mgmt/2018-06-30-preview/automation/connectiontype.go @@ -41,12 +41,12 @@ func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string, c return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID, countType1)} } -// CreateOrUpdate create a connectiontype. +// CreateOrUpdate create a connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the parameters supplied to the create or update connectiontype operation. -// parameters - the parameters supplied to the create or update connectiontype operation. +// connectionTypeName - the parameters supplied to the create or update connection type operation. +// parameters - the parameters supplied to the create or update connection type operation. func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string, parameters ConnectionTypeCreateOrUpdateParameters) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.CreateOrUpdate") @@ -135,11 +135,11 @@ func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) return } -// Delete delete the connectiontype. +// Delete delete the connection type. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result autorest.Response, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Delete") @@ -221,11 +221,11 @@ func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result return } -// Get retrieve the connectiontype identified by connectiontype name. +// Get retrieve the connection type identified by connection type name. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. -// connectionTypeName - the name of connectiontype. +// connectionTypeName - the name of connection type. func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAccountName string, connectionTypeName string) (result ConnectionType, err error) { if tracing.IsEnabled() { ctx = tracing.StartSpan(ctx, fqdn+"/ConnectionTypeClient.Get") @@ -308,7 +308,7 @@ func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result Con return } -// ListByAutomationAccount retrieve a list of connectiontypes. +// ListByAutomationAccount retrieve a list of connection types. // Parameters: // resourceGroupName - name of an Azure Resource group. // automationAccountName - the name of the automation account. diff --git a/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go b/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go index 029309293cf1..94ded60b5c2d 100644 --- a/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go +++ b/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go @@ -1425,7 +1425,7 @@ type AdvancedScheduleMonthlyOccurrence struct { Day ScheduleDay `json:"day,omitempty"` } -// AgentRegistration definition of the agent registration infomration type. +// AgentRegistration definition of the agent registration information type. type AgentRegistration struct { autorest.Response `json:"-"` // DscMetaConfiguration - Gets or sets the dsc meta configuration. @@ -2762,7 +2762,7 @@ func (ccoup *CredentialCreateOrUpdateParameters) UnmarshalJSON(body []byte) erro return nil } -// CredentialCreateOrUpdateProperties the properties of the create cerdential operation. +// CredentialCreateOrUpdateProperties the properties of the create credential operation. type CredentialCreateOrUpdateProperties struct { // UserName - Gets or sets the user name of the credential. UserName *string `json:"userName,omitempty"` @@ -3835,7 +3835,7 @@ func NewDscConfigurationListResultPage(getNextPage func(context.Context, DscConf type DscConfigurationParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -4153,9 +4153,9 @@ func (dnc *DscNodeConfiguration) UnmarshalJSON(body []byte) error { return nil } -// DscNodeConfigurationAssociationProperty the dsc nodeconfiguration property associated with the entity. +// DscNodeConfigurationAssociationProperty the dsc node configuration property associated with the entity. type DscNodeConfigurationAssociationProperty struct { - // Name - Gets or sets the name of the dsc nodeconfiguration. + // Name - Gets or sets the name of the dsc node configuration. Name *string `json:"name,omitempty"` } @@ -4426,7 +4426,7 @@ type DscNodeConfigurationProperties struct { Configuration *DscConfigurationAssociationProperty `json:"configuration,omitempty"` // Source - Source of node configuration. Source *string `json:"source,omitempty"` - // NodeCount - Number of nodes with this nodeconfiguration assigned + // NodeCount - Number of nodes with this node configuration assigned NodeCount *int64 `json:"nodeCount,omitempty"` // IncrementNodeConfigurationBuild - If a new build version of NodeConfiguration is required. IncrementNodeConfigurationBuild *bool `json:"incrementNodeConfigurationBuild,omitempty"` @@ -6946,7 +6946,7 @@ type Resource struct { Type *string `json:"type,omitempty"` } -// RunAsCredentialAssociationProperty definition of runas credential to use for hybrid worker. +// RunAsCredentialAssociationProperty definition of RunAs credential to use for hybrid worker. type RunAsCredentialAssociationProperty struct { // Name - Gets or sets the name of the credential. Name *string `json:"name,omitempty"` @@ -7088,7 +7088,7 @@ type RunbookCreateOrUpdateDraftParameters struct { RunbookContent *string `json:"runbookContent,omitempty"` } -// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update dratft runbook +// RunbookCreateOrUpdateDraftProperties the parameters supplied to the create or update draft runbook // properties. type RunbookCreateOrUpdateDraftProperties struct { // LogVerbose - Gets or sets verbose log option. @@ -7274,7 +7274,7 @@ func (future *RunbookDraftReplaceContentFuture) Result(client RunbookDraftClient return } -// RunbookDraftUndoEditResult the response model for the undoedit runbook operation. +// RunbookDraftUndoEditResult the response model for the undo edit runbook operation. type RunbookDraftUndoEditResult struct { autorest.Response `json:"-"` // StatusCode - Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestURITooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HTTPVersionNotSupported' @@ -7432,7 +7432,7 @@ func NewRunbookListResultPage(getNextPage func(context.Context, RunbookListResul type RunbookParameter struct { // Type - Gets or sets the type of the parameter. Type *string `json:"type,omitempty"` - // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is madatory or not. + // IsMandatory - Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. IsMandatory *bool `json:"isMandatory,omitempty"` // Position - Get or sets the position of the parameter. Position *int32 `json:"position,omitempty"` @@ -8443,7 +8443,7 @@ type SoftwareUpdateConfigurationRunProperties struct { ComputerCount *int32 `json:"computerCount,omitempty"` // FailedCount - Number of computers with failed status. FailedCount *int32 `json:"failedCount,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - CreatedBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -8608,7 +8608,7 @@ type SourceControlCreateOrUpdateProperties struct { // SourceControlListResult the response model for the list source controls operation. type SourceControlListResult struct { autorest.Response `json:"-"` - // Value - The list of souce controls. + // Value - The list of source controls. Value *[]SourceControl `json:"value,omitempty"` // NextLink - The next link. NextLink *string `json:"nextLink,omitempty"` @@ -8933,7 +8933,7 @@ type SourceControlSyncJobByIDProperties struct { EndTime *date.Time `json:"endTime,omitempty"` // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` - // Exception - The exceptions that occured while running the sync job. + // Exception - The exceptions that occurred while running the sync job. Exception *string `json:"exception,omitempty"` } @@ -9717,7 +9717,7 @@ type TypeFieldListResult struct { Value *[]TypeField `json:"value,omitempty"` } -// UpdateConfiguration update specifc properties of the software update configuration. +// UpdateConfiguration update specific properties of the software update configuration. type UpdateConfiguration struct { // OperatingSystem - operating system of target machines. Possible values include: 'Windows', 'Linux' OperatingSystem OperatingSystemType `json:"operatingSystem,omitempty"` @@ -9759,7 +9759,7 @@ type UpdateConfigurationMachineRunProperties struct { ConfiguredDuration *string `json:"configuredDuration,omitempty"` // Job - Job associated with the software update configuration machine run Job *JobNavigation `json:"job,omitempty"` - // CreationTime - Creation time of theresource, which only appears in the response. + // CreationTime - Creation time of the resource, which only appears in the response. CreationTime *date.Time `json:"creationTime,omitempty"` // CreatedBy - createdBy property, which only appears in the response. CreatedBy *string `json:"createdBy,omitempty"` @@ -9767,7 +9767,7 @@ type UpdateConfigurationMachineRunProperties struct { LastModifiedTime *date.Time `json:"lastModifiedTime,omitempty"` // LastModifiedBy - lastModifiedBy property, which only appears in the response. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` - // Error - detailes of provisioning error + // Error - Details of provisioning error Error *ErrorResponse `json:"error,omitempty"` } @@ -9808,7 +9808,7 @@ type UsageListResult struct { Value *[]Usage `json:"value,omitempty"` } -// Variable definition of the varible. +// Variable definition of the variable. type Variable struct { autorest.Response `json:"-"` // VariableProperties - Gets or sets the properties of the variable. @@ -10099,7 +10099,7 @@ func NewVariableListResultPage(getNextPage func(context.Context, VariableListRes return VariableListResultPage{fn: getNextPage} } -// VariableProperties definition of the varible properties +// VariableProperties definition of the variable properties type VariableProperties struct { // Value - Gets or sets the value of the variable. Value *string `json:"value,omitempty"`