AzureAutomationAuthoringToolkit.psd1

#
# Module manifest for module 'AzureAutomationAuthoringToolkit'

@{

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

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

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

# ID used to uniquely identify this module
GUID = '2fcdb2a1-b6b8-4e7a-b48c-adcd98aba614'

# Author of this module
Author = 'AzureAutomationTeam'

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

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

# Description of the functionality provided by this module
Description = 'Provides cmdlets to make authoring Azure Automation runbooks and DSC configurations in local PowerShell easier.'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\AzureAutomationAuthoringToolkitInner.psm1')

# HelpInfo URI of this module
HelpInfoURI = 'http://aka.ms/azureautomationauthoringtoolkit'

# Functions to export from this module
FunctionsToExport = @("Get-AutomationVariable", "Get-AutomationCertificate", "Get-AutomationPSCredential", "Get-AutomationConnection", "Set-AutomationVariable", "Get-AzureAutomationAuthoringToolkitLocalAsset", "Get-AzureAutomationAuthoringToolkitConfiguration", "Install-AzureAutomationIseAddOn", "Uninstall-AzureAutomationIseAddOn")

}