DSCResources/MSFT_DnsClientGlobalSetting/MSFT_DnsClientGlobalSetting.data.psd1

@{
    ParameterList = @(
        @{
            Name = 'SuffixSearchList'
            Type = 'String'
        },
        @{
            Name = 'UseDevolution'
            Type = 'Boolean'
        },
        @{
            Name = 'DevolutionLevel'
            Type = 'Uint32'
        }
    )
}