DscResources/Sentinel/Sentinel.psd1

@{
    RootModule           = 'Sentinel.schema.psm1'

    ModuleVersion        = '1.25.723.100'

    GUID                 = '3b233158-098d-4163-accb-d6c3b922a0c2'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

    Copyright            = 'Copyright to Microsoft Corporation. All rights reserved.'

    DscResourcesToExport = @('Sentinel')
}