DSCResources/SqlAgentAlerts/SqlAgentAlerts.psd1

@{
    RootModule           = 'SqlAgentAlerts.schema.psm1'

    ModuleVersion        = '0.0.1'

    GUID                 = '2782554f-c1a5-40d9-9bbf-78eda74536df'

    Author               = 'NA'

    CompanyName          = 'NA'

    Copyright            = 'NA'

    DscResourcesToExport = @('SqlAgentAlerts')
}