AzureAutomationAuthoringToolkit.psd1
# # Module manifest for module 'AzureAutomationAuthoringToolkit' # # Generated by: Joe Levy # # Generated on: 1/22/2015 # @{ # Script module or binary module file associated with this manifest. RootModule = 'AzureAutomationAuthoringToolkit.psm1' # Version number of this module. ModuleVersion = '0.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 = 'Joe Levy' # Company or vendor of this module CompanyName = 'Unknown' # Copyright statement for this module Copyright = '(c) 2015 Joe Levy. All rights reserved.' # Description of the functionality provided by this module Description = 'Provides cmdlets to make authoring Azure Automation runbooks in the PowerShell ISE 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") } |