DSCResources/MSFT_xTestAgent/MSFT_xTestAgent.psd1

#
# Module manifest for module 'MSFT_xTestAgent'
#
# Generated by: Microsoft
#
# Generated on: 3/24/2014
#

@{

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

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

# ID used to uniquely identify this module
GUID = 'a67a78ad-4602-4f1b-a955-fe54a60b79a6'

# Author of this module
Author = 'Microsoft'

# Company or vendor of this module
CompanyName = 'Microsoft'

# Copyright statement for this module
Copyright = '(c) 2014 Microsoft. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Installs the Test Agent'

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'
}