diff --git a/services/mysql/mgmt/2017-12-01/mysql/models.go b/services/mysql/mgmt/2017-12-01/mysql/models.go index c183b7c2052c..a07ed19436b9 100644 --- a/services/mysql/mgmt/2017-12-01/mysql/models.go +++ b/services/mysql/mgmt/2017-12-01/mysql/models.go @@ -1076,7 +1076,7 @@ type ServerProperties struct { StorageProfile *StorageProfile `json:"storageProfile,omitempty"` // ReplicationRole - The replication role of the server. ReplicationRole *string `json:"replicationRole,omitempty"` - // MasterServerID - The master server id of a relica server. + // MasterServerID - The master server id of a replica server. MasterServerID *string `json:"masterServerId,omitempty"` // ReplicaCapacity - The maximum number of replicas that a master server can have. ReplicaCapacity *int32 `json:"replicaCapacity,omitempty"` @@ -1668,7 +1668,7 @@ func (future *ServersUpdateFuture) Result(client ServersClient) (s Server, err e return } -// ServerUpdateParameters parameters allowd to update for a server. +// ServerUpdateParameters parameters allowed to update for a server. type ServerUpdateParameters struct { // Sku - The SKU (pricing tier) of the server. Sku *Sku `json:"sku,omitempty"`