DscResources/PowerPlatform/PowerPlatform.psd1

@{
    RootModule           = 'PowerPlatform.schema.psm1'

    ModuleVersion        = '1.23.1206.100'

    GUID                 = 'dabc6893-cb51-4cfd-aa22-791b0f241617'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('PowerPlatform')
}