82 lines
5.8 KiB
PowerShell
82 lines
5.8 KiB
PowerShell
#
|
||
# Module manifest for module 'ps.ipam.core'
|
||
#
|
||
# Generated by: Nikolay Tatarinov
|
||
#
|
||
#
|
||
|
||
@{
|
||
|
||
# Script module or binary module file associated with this manifest.
|
||
RootModule = 'ps.ipam.psm1'
|
||
|
||
# Version number of this module.
|
||
ModuleVersion = '1.0'
|
||
|
||
# ID used to uniquely identify this module
|
||
GUID = 'cd573493-4245-4073-a238-fab2251d78d0'
|
||
|
||
# Author of this module
|
||
Author = 'Nikolay Tatarinov'
|
||
|
||
# Copyright statement for this module
|
||
Copyright = '(c) 2021 Nikolay Tatarinov. All rights reserved.'
|
||
|
||
# Description of the functionality provided by this module
|
||
Description = 'Powershell IPAM Module'
|
||
|
||
# Modules that must be imported into the global environment prior to importing this module
|
||
# RequiredModules = @()
|
||
|
||
# Assemblies that must be loaded prior to importing this module
|
||
# RequiredAssemblies = @()
|
||
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||
# ScriptsToProcess = @()
|
||
|
||
# Type files (.ps1xml) to be loaded when importing this module
|
||
# TypesToProcess = @()
|
||
|
||
# Format files (.ps1xml) to be loaded when importing this module
|
||
# FormatsToProcess = @()
|
||
|
||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
|
||
# NestedModules = @()
|
||
|
||
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
||
FunctionsToExport = 'New-PSIPAMSession', 'Get-PSIPAMAddress', 'Get-PSIPAMFirstFreeIP', 'Get-PSIPAML2Domain', 'Get-PSIPAMSection', 'Get-PSIPAMSubnet', 'Get-PSIPAMSubnetUsage', 'Get-PSIPAMTags', 'Get-PSIPAMVlan', 'Get-PSIPAMVrf', 'Get-PSIPAMNameserver', 'New-PSIPAMSubnet', 'New-PSIPAMAddress', 'New-PSIPAMFirstFreeIP', 'Set-PSIPAMAddress', 'Remove-PSIPAMAddress'
|
||
|
||
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
||
CmdletsToExport = @()
|
||
|
||
# Variables to export from this module
|
||
VariablesToExport = @()
|
||
|
||
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
|
||
AliasesToExport = @()
|
||
|
||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||
PrivateData = @{
|
||
|
||
PSData = @{
|
||
|
||
# Tags applied to this module. These help with module discovery in online galleries.
|
||
# Tags = @()
|
||
|
||
# A URL to the license for this module.
|
||
# LicenseUri = ''
|
||
|
||
# A URL to the main website for this project.
|
||
# ProjectUri = ''
|
||
|
||
# A URL to an icon representing this module.
|
||
# IconUri = ''
|
||
|
||
# ReleaseNotes of this module
|
||
# ReleaseNotes = ''
|
||
|
||
} # End of PSData hashtable
|
||
|
||
} # End of PrivateData hashtable
|
||
|
||
} |