DscResources/Sentinel/Sentinel.psd1

@{
    RootModule           = 'Sentinel.schema.psm1'

    ModuleVersion        = '1.26.805.200'

    GUID                 = 'f8d6853a-35b4-4d67-b527-e4c570fc4dc4'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Sentinel')
}