Modules/GuestConfigPath/GuestConfigPath.psd1

@{
    ModuleVersion        = '0.0.1'

    RootModule           = 'GuestConfigPath.psm1'

    GUID                 = '53639f23-d191-47e1-afd0-ddf53f49a306'

    Author               = 'Azure Guest Configuration'

    CompanyName          = 'MicrosoftCorporation'

    DscResourcesToExport = @()

    FunctionsToExport    = @('Get-GuestConfigAssignmentReportFilePath','Get-GuestConfigAssignmentReportFolderPath','Get-GuestConfigBinaryPath','Get-GuestConfigBinaryRootPath','Get-GuestConfigLogPath','Get-GuestConfigPolicyPath','Get-GuestConfigurationModulePath','Get-GuestConfigWorkerBinaryPath','Get-InspecProfilePath','Get-OSPlatform','InitReleaseVersionInfo','Write-GCOperationConsoleMessages')

    AliasesToExport      = @()

    Description          = 'Helper Module for GuestConfiguration module.'

    PrivateData          = @{

        PSData = @{
            Prerelease = ''
        }
    }
}