From cd0d6383e61fd4290e9bddac61920dc3c8a40297 Mon Sep 17 00:00:00 2001 From: Ben Claussen <46791633+benclaussen1@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:28:11 -0500 Subject: [PATCH] Update parent parameter type to string --- Functions/IPAM/Address/Get-NetboxIPAMAddress.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions/IPAM/Address/Get-NetboxIPAMAddress.ps1 b/Functions/IPAM/Address/Get-NetboxIPAMAddress.ps1 index 0074030..fbc9994 100644 --- a/Functions/IPAM/Address/Get-NetboxIPAMAddress.ps1 +++ b/Functions/IPAM/Address/Get-NetboxIPAMAddress.ps1 @@ -16,7 +16,7 @@ [object]$Family, [Parameter(ParameterSetName = 'Query')] - [uint32]$Parent, + [string]$Parent, [Parameter(ParameterSetName = 'Query')] [byte]$Mask_Length,