DscResources/Azure/Azure.psd1

@{
    RootModule           = 'Azure.schema.psm1'

    ModuleVersion        = '1.26.520.100'

    GUID                 = '1bf819d4-bbeb-44a1-a10b-4aee37b3ee25'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Azure')
}