From 6c2d358171478b19f2dd49c2afce923d1d280beb Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Tue, 7 Nov 2023 09:38:42 -0500 Subject: [PATCH] Update psproj with IPAMAddressRange files --- NetboxPS.psproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NetboxPS.psproj b/NetboxPS.psproj index 7e9a731..2e7e6c3 100644 --- a/NetboxPS.psproj +++ b/NetboxPS.psproj @@ -39,6 +39,7 @@ Functions\DCIM\FrontPorts Functions\DCIM\RearPorts Functions\Extras + Functions\IPAM\Range NetboxPS.psd1 @@ -149,6 +150,9 @@ Functions\DCIM\Sites\Remove-NetboxDCIMSite.ps1 Functions\Extras\Get-NetboxTag.ps1 Functions\Setup\Clear-NetboxCredential.ps1 + Functions\IPAM\Range\Get-NetboxIPAMAddressRange.ps1 + Functions\IPAM\Range\New-NetboxIPAMAddressRange.ps1 + Functions\IPAM\Range\Remove-NetboxIPAMAddressRange.ps1 R:\Netbox\NetboxPS\Test-Module.ps1 \ No newline at end of file