diff --git a/services/preview/deploymentmanager/mgmt/2018-09-01-preview/deploymentmanager/models.go b/services/preview/deploymentmanager/mgmt/2018-09-01-preview/deploymentmanager/models.go index a48b7182a41f..95ae139fbd6c 100644 --- a/services/preview/deploymentmanager/mgmt/2018-09-01-preview/deploymentmanager/models.go +++ b/services/preview/deploymentmanager/mgmt/2018-09-01-preview/deploymentmanager/models.go @@ -463,7 +463,7 @@ type Resource struct { Type *string `json:"type,omitempty"` } -// ResourceOperation individial resource operation information. +// ResourceOperation individual resource operation information. type ResourceOperation struct { // ResourceName - Name of the resource as specified in the artifacts. For ARM resources, this is the name of the resource specified in the template. ResourceName *string `json:"resourceName,omitempty"`