diff --git a/services/preview/logic/mgmt/2015-08-01-preview/logic/models.go b/services/preview/logic/mgmt/2015-08-01-preview/logic/models.go index 6e36415375d1..cc1857995a93 100644 --- a/services/preview/logic/mgmt/2015-08-01-preview/logic/models.go +++ b/services/preview/logic/mgmt/2015-08-01-preview/logic/models.go @@ -1467,7 +1467,7 @@ type IntegrationAccountCertificateProperties struct { // IntegrationAccountContentHash ... type IntegrationAccountContentHash struct { - // Algorithm - The conetnt hash algorithm. + // Algorithm - The content hash algorithm. Algorithm *string `json:"algorithm,omitempty"` // Value - The content hash value. Value *string `json:"value,omitempty"`