dsccommunity/DnsServerDsc

xDnsServer: Replace ConvertTo-HashTable with the one in DscResource.Common

johlju opened this issue · 0 comments

In the module DnsServerDsc.Common there is a helper function ConvertTo-HashTable. That helper function is available through the common module DscResource.Common. The one in DnsServerDsc.Common should be removed in favor of the one in DscResource.Common.