PipelinesAzureAgent.psd1

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PipelinesAzureAgent.psm1'

DscResourcesToExport = 'PipelinesAzureAgent'

# Version number of this module.
ModuleVersion = '0.1.1'

# ID used to uniquely identify this module
GUID = '2d629851-7f84-477a-a001-e259413fd8ff'

# Author of this module
Author = 'David Roberts'

# Company or vendor of this module
CompanyName = 'Teapot Coder'

# Copyright statement for this module
Copyright = '(c) 2019 David Roberts. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Provides a DSC resource for installing and configuring an Azure Pipelines build/deployment agent.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}