mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
1.5.6 - production function exports
This commit is contained in:
parent
e7a67328bf
commit
6b8caf0bd7
2 changed files with 18 additions and 26 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'NetboxPS.psm1'
|
RootModule = 'NetboxPS.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.5.5'
|
ModuleVersion = '1.5.6'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
@ -70,13 +70,10 @@ 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.
|
# 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 = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnection',
|
FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnection',
|
||||||
'Add-NetboxVirtualMachineInterface', 'BuildNewURI',
|
'Add-NetboxVirtualMachineInterface', 'Clear-NetboxCredential',
|
||||||
'BuildURIComponents', 'CheckNetboxIsConnected',
|
'Connect-NetboxAPI', 'Get-ModelDefinition', 'Get-NetboxAPIDefinition',
|
||||||
'Clear-NetboxCredential', 'Connect-NetboxAPI', 'CreateEnum',
|
'Get-NetboxCircuit', 'Get-NetboxCircuitProvider',
|
||||||
'Get-ModelDefinition', 'Get-NetboxAPIDefinition',
|
'Get-NetboxCircuitTermination', 'Get-NetboxCircuitType',
|
||||||
'GetNetboxAPIErrorBody', 'Get-NetboxCircuit',
|
|
||||||
'Get-NetboxCircuitProvider', 'Get-NetboxCircuitTermination',
|
|
||||||
'Get-NetboxCircuitType', 'GetNetboxConfigVariable',
|
|
||||||
'Get-NetboxCredential', 'Get-NetboxDCIMDevice',
|
'Get-NetboxCredential', 'Get-NetboxDCIMDevice',
|
||||||
'Get-NetboxDCIMDeviceRole', 'Get-NetboxDCIMDeviceType',
|
'Get-NetboxDCIMDeviceRole', 'Get-NetboxDCIMDeviceType',
|
||||||
'Get-NetboxDCIMInterface', 'Get-NetboxDCIMInterfaceConnection',
|
'Get-NetboxDCIMInterface', 'Get-NetboxDCIMInterfaceConnection',
|
||||||
|
|
@ -88,9 +85,9 @@ FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnectio
|
||||||
'Get-NetboxTenant', 'Get-NetboxTimeout', 'Get-NetboxVersion',
|
'Get-NetboxTenant', 'Get-NetboxTimeout', 'Get-NetboxVersion',
|
||||||
'Get-NetboxVirtualizationCluster',
|
'Get-NetboxVirtualizationCluster',
|
||||||
'Get-NetboxVirtualizationClusterGroup', 'Get-NetboxVirtualMachine',
|
'Get-NetboxVirtualizationClusterGroup', 'Get-NetboxVirtualMachine',
|
||||||
'Get-NetboxVirtualMachineInterface', 'InvokeNetboxRequest',
|
'Get-NetboxVirtualMachineInterface', 'New-NetboxCircuit',
|
||||||
'New-NetboxCircuit', 'New-NetboxDCIMDevice', 'New-NetboxDCIMSite',
|
'New-NetboxDCIMDevice', 'New-NetboxDCIMSite', 'New-NetboxIPAMAddress',
|
||||||
'New-NetboxIPAMAddress', 'New-NetboxIPAMPrefix', 'New-NetboxIPAMVLAN',
|
'New-NetboxIPAMPrefix', 'New-NetboxIPAMVLAN',
|
||||||
'New-NetboxVirtualMachine', 'Remove-NetboxDCIMDevice',
|
'New-NetboxVirtualMachine', 'Remove-NetboxDCIMDevice',
|
||||||
'Remove-NetboxDCIMInterface',
|
'Remove-NetboxDCIMInterface',
|
||||||
'Remove-NetboxDCIMInterfaceConnection', 'Remove-NetboxDCIMSite',
|
'Remove-NetboxDCIMInterfaceConnection', 'Remove-NetboxDCIMSite',
|
||||||
|
|
@ -101,8 +98,7 @@ FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnectio
|
||||||
'Set-NetboxInvokeParams', 'Set-NetboxIPAMAddress',
|
'Set-NetboxInvokeParams', 'Set-NetboxIPAMAddress',
|
||||||
'Set-NetboxIPAMPrefix', 'Set-NetboxTimeout',
|
'Set-NetboxIPAMPrefix', 'Set-NetboxTimeout',
|
||||||
'Set-NetboxUnstrustedSSL', 'Set-NetboxVirtualMachine',
|
'Set-NetboxUnstrustedSSL', 'Set-NetboxVirtualMachine',
|
||||||
'Set-NetboxVirtualMachineInterface', 'SetupNetboxConfigVariable',
|
'Set-NetboxVirtualMachineInterface'
|
||||||
'VerifyAPIConnectivity'
|
|
||||||
|
|
||||||
# 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.
|
# 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 = '*'
|
CmdletsToExport = '*'
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'NetboxPS.psm1'
|
RootModule = 'NetboxPS.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.5.5'
|
ModuleVersion = '1.5.6'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
@ -70,13 +70,10 @@ 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.
|
# 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 = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnection',
|
FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnection',
|
||||||
'Add-NetboxVirtualMachineInterface', 'BuildNewURI',
|
'Add-NetboxVirtualMachineInterface', 'Clear-NetboxCredential',
|
||||||
'BuildURIComponents', 'CheckNetboxIsConnected',
|
'Connect-NetboxAPI', 'Get-ModelDefinition', 'Get-NetboxAPIDefinition',
|
||||||
'Clear-NetboxCredential', 'Connect-NetboxAPI', 'CreateEnum',
|
'Get-NetboxCircuit', 'Get-NetboxCircuitProvider',
|
||||||
'Get-ModelDefinition', 'Get-NetboxAPIDefinition',
|
'Get-NetboxCircuitTermination', 'Get-NetboxCircuitType',
|
||||||
'GetNetboxAPIErrorBody', 'Get-NetboxCircuit',
|
|
||||||
'Get-NetboxCircuitProvider', 'Get-NetboxCircuitTermination',
|
|
||||||
'Get-NetboxCircuitType', 'GetNetboxConfigVariable',
|
|
||||||
'Get-NetboxCredential', 'Get-NetboxDCIMDevice',
|
'Get-NetboxCredential', 'Get-NetboxDCIMDevice',
|
||||||
'Get-NetboxDCIMDeviceRole', 'Get-NetboxDCIMDeviceType',
|
'Get-NetboxDCIMDeviceRole', 'Get-NetboxDCIMDeviceType',
|
||||||
'Get-NetboxDCIMInterface', 'Get-NetboxDCIMInterfaceConnection',
|
'Get-NetboxDCIMInterface', 'Get-NetboxDCIMInterfaceConnection',
|
||||||
|
|
@ -88,9 +85,9 @@ FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnectio
|
||||||
'Get-NetboxTenant', 'Get-NetboxTimeout', 'Get-NetboxVersion',
|
'Get-NetboxTenant', 'Get-NetboxTimeout', 'Get-NetboxVersion',
|
||||||
'Get-NetboxVirtualizationCluster',
|
'Get-NetboxVirtualizationCluster',
|
||||||
'Get-NetboxVirtualizationClusterGroup', 'Get-NetboxVirtualMachine',
|
'Get-NetboxVirtualizationClusterGroup', 'Get-NetboxVirtualMachine',
|
||||||
'Get-NetboxVirtualMachineInterface', 'InvokeNetboxRequest',
|
'Get-NetboxVirtualMachineInterface', 'New-NetboxCircuit',
|
||||||
'New-NetboxCircuit', 'New-NetboxDCIMDevice', 'New-NetboxDCIMSite',
|
'New-NetboxDCIMDevice', 'New-NetboxDCIMSite', 'New-NetboxIPAMAddress',
|
||||||
'New-NetboxIPAMAddress', 'New-NetboxIPAMPrefix', 'New-NetboxIPAMVLAN',
|
'New-NetboxIPAMPrefix', 'New-NetboxIPAMVLAN',
|
||||||
'New-NetboxVirtualMachine', 'Remove-NetboxDCIMDevice',
|
'New-NetboxVirtualMachine', 'Remove-NetboxDCIMDevice',
|
||||||
'Remove-NetboxDCIMInterface',
|
'Remove-NetboxDCIMInterface',
|
||||||
'Remove-NetboxDCIMInterfaceConnection', 'Remove-NetboxDCIMSite',
|
'Remove-NetboxDCIMInterfaceConnection', 'Remove-NetboxDCIMSite',
|
||||||
|
|
@ -101,8 +98,7 @@ FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnectio
|
||||||
'Set-NetboxInvokeParams', 'Set-NetboxIPAMAddress',
|
'Set-NetboxInvokeParams', 'Set-NetboxIPAMAddress',
|
||||||
'Set-NetboxIPAMPrefix', 'Set-NetboxTimeout',
|
'Set-NetboxIPAMPrefix', 'Set-NetboxTimeout',
|
||||||
'Set-NetboxUnstrustedSSL', 'Set-NetboxVirtualMachine',
|
'Set-NetboxUnstrustedSSL', 'Set-NetboxVirtualMachine',
|
||||||
'Set-NetboxVirtualMachineInterface', 'SetupNetboxConfigVariable',
|
'Set-NetboxVirtualMachineInterface'
|
||||||
'VerifyAPIConnectivity'
|
|
||||||
|
|
||||||
# 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.
|
# 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 = '*'
|
CmdletsToExport = '*'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue