From e4eb42a7a373d25358808f2db76846bff0c7193c Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Thu, 9 Nov 2023 11:21:44 -0500 Subject: [PATCH] Update psproj --- NetboxPS.psproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NetboxPS.psproj b/NetboxPS.psproj index 2e7e6c3..57a9b5c 100644 --- a/NetboxPS.psproj +++ b/NetboxPS.psproj @@ -40,6 +40,7 @@ Functions\DCIM\RearPorts Functions\Extras Functions\IPAM\Range + Functions\Extras\Tags NetboxPS.psd1 @@ -148,11 +149,12 @@ Functions\DCIM\RearPorts\Set-NetboxDCIMRearPort.ps1 Functions\DCIM\Sites\New-NetboxDCIMSite.ps1 Functions\DCIM\Sites\Remove-NetboxDCIMSite.ps1 - Functions\Extras\Get-NetboxTag.ps1 + Functions\Extras\Tags\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 + Functions\IPAM\Range\Set-NetboxIPAMAddressRange.ps1 R:\Netbox\NetboxPS\Test-Module.ps1 \ No newline at end of file