mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-15 18:55:46 +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 {
|
||||
[CmdletBinding()]
|
||||
[CmdletBinding(DefaultParameterSetName = 'Query')]
|
||||
[OutputType([pscustomobject])]
|
||||
param
|
||||
(
|
||||
|
|
@ -107,4 +107,3 @@ function Get-NetboxDCIMSite {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue