Dan Upton 7b2d08d461
chore: remove unused argument from MergeNodeServiceWithCentralConfig (#15024)
Previously, the MergeNodeServiceWithCentralConfig method accepted a
ServiceSpecificRequest argument, of which only the Datacenter and
QueryOptions fields were used.

Digging a little deeper, it turns out these fields were only passed
down to the ComputeResolvedServiceConfig method (through the
ServiceConfigRequest struct) which didn't actually use them.

As such, not all call-sites passed a valid ServiceSpecificRequest
so it's safer to remove the argument altogether to prevent future
changes from depending on it.
2022-11-09 14:54:57 +00:00
..
2022-01-20 10:46:23 -06:00
2021-11-16 12:04:01 -06:00
2022-05-09 10:07:19 -07:00
2022-04-05 15:11:49 -07:00
2022-04-05 15:11:49 -07:00
2022-09-29 21:44:45 -07:00
2021-11-16 12:04:01 -06:00
2021-11-16 12:04:01 -06:00