mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +00:00
Site(DCIM): Fix Get without parameter
This commit is contained in:
parent
c8e0a96690
commit
59e19f361c
1 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
|
|
||||||
function Get-NetboxDCIMSite {
|
function Get-NetboxDCIMSite {
|
||||||
[CmdletBinding()]
|
[CmdletBinding(DefaultParameterSetName = 'Query')]
|
||||||
[OutputType([pscustomobject])]
|
[OutputType([pscustomobject])]
|
||||||
param
|
param
|
||||||
(
|
(
|
||||||
|
|
@ -107,4 +107,3 @@ function Get-NetboxDCIMSite {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue