DscResources/Sentinel/Sentinel.psd1

@{
    RootModule           = 'Sentinel.schema.psm1'

    ModuleVersion        = '1.26.701.100'

    GUID                 = 'b2c955db-3b21-40b9-b939-8c99ce31c105'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Sentinel')
}