mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 02:35:46 +00:00
1.5.5
This commit is contained in:
parent
ff0c0127cd
commit
e7a67328bf
2 changed files with 197 additions and 670 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Generated by: Ben Claussen
|
# Generated by: Ben Claussen
|
||||||
#
|
#
|
||||||
# Generated on: 2021-07-23
|
# Generated on: 2022-12-06
|
||||||
#
|
#
|
||||||
|
|
||||||
@{
|
@{
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'NetboxPS.psm1'
|
RootModule = 'NetboxPS.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.5.0'
|
ModuleVersion = '1.5.5'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
@ -54,7 +54,7 @@ CLRVersion = '2.0.50727'
|
||||||
# RequiredModules = @()
|
# RequiredModules = @()
|
||||||
|
|
||||||
# Assemblies that must be loaded prior to importing this module
|
# Assemblies that must be loaded prior to importing this module
|
||||||
RequiredAssemblies = 'System.Web'
|
# RequiredAssemblies = @()
|
||||||
|
|
||||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||||||
# ScriptsToProcess = @()
|
# ScriptsToProcess = @()
|
||||||
|
|
@ -69,7 +69,40 @@ RequiredAssemblies = 'System.Web'
|
||||||
NestedModules = @()
|
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 = '*'
|
FunctionsToExport = 'Add-NetboxDCIMInterface', 'Add-NetboxDCIMInterfaceConnection',
|
||||||
|
'Add-NetboxVirtualMachineInterface', 'BuildNewURI',
|
||||||
|
'BuildURIComponents', 'CheckNetboxIsConnected',
|
||||||
|
'Clear-NetboxCredential', 'Connect-NetboxAPI', 'CreateEnum',
|
||||||
|
'Get-ModelDefinition', 'Get-NetboxAPIDefinition',
|
||||||
|
'GetNetboxAPIErrorBody', 'Get-NetboxCircuit',
|
||||||
|
'Get-NetboxCircuitProvider', 'Get-NetboxCircuitTermination',
|
||||||
|
'Get-NetboxCircuitType', 'GetNetboxConfigVariable',
|
||||||
|
'Get-NetboxCredential', 'Get-NetboxDCIMDevice',
|
||||||
|
'Get-NetboxDCIMDeviceRole', 'Get-NetboxDCIMDeviceType',
|
||||||
|
'Get-NetboxDCIMInterface', 'Get-NetboxDCIMInterfaceConnection',
|
||||||
|
'Get-NetboxDCIMPlatform', 'Get-NetboxDCIMSite', 'Get-NetboxHostname',
|
||||||
|
'Get-NetboxHostPort', 'Get-NetboxHostScheme',
|
||||||
|
'Get-NetboxInvokeParams', 'Get-NetboxIPAMAddress',
|
||||||
|
'Get-NetboxIPAMAggregate', 'Get-NetboxIPAMAvailableIP',
|
||||||
|
'Get-NetboxIPAMPrefix', 'Get-NetboxIPAMRole', 'Get-NetboxIPAMVLAN',
|
||||||
|
'Get-NetboxTenant', 'Get-NetboxTimeout', 'Get-NetboxVersion',
|
||||||
|
'Get-NetboxVirtualizationCluster',
|
||||||
|
'Get-NetboxVirtualizationClusterGroup', 'Get-NetboxVirtualMachine',
|
||||||
|
'Get-NetboxVirtualMachineInterface', 'InvokeNetboxRequest',
|
||||||
|
'New-NetboxCircuit', 'New-NetboxDCIMDevice', 'New-NetboxDCIMSite',
|
||||||
|
'New-NetboxIPAMAddress', 'New-NetboxIPAMPrefix', 'New-NetboxIPAMVLAN',
|
||||||
|
'New-NetboxVirtualMachine', 'Remove-NetboxDCIMDevice',
|
||||||
|
'Remove-NetboxDCIMInterface',
|
||||||
|
'Remove-NetboxDCIMInterfaceConnection', 'Remove-NetboxDCIMSite',
|
||||||
|
'Remove-NetboxIPAMAddress', 'Remove-NetboxVirtualMachine',
|
||||||
|
'Set-NetboxCipherSSL', 'Set-NetboxCredential', 'Set-NetboxDCIMDevice',
|
||||||
|
'Set-NetboxDCIMInterface', 'Set-NetboxDCIMInterfaceConnection',
|
||||||
|
'Set-NetboxHostName', 'Set-NetboxHostPort', 'Set-NetboxHostScheme',
|
||||||
|
'Set-NetboxInvokeParams', 'Set-NetboxIPAMAddress',
|
||||||
|
'Set-NetboxIPAMPrefix', 'Set-NetboxTimeout',
|
||||||
|
'Set-NetboxUnstrustedSSL', 'Set-NetboxVirtualMachine',
|
||||||
|
'Set-NetboxVirtualMachineInterface', 'SetupNetboxConfigVariable',
|
||||||
|
'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 = '*'
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue