chore: remove nullable
todo: maybe add this in the future
This commit is contained in:
parent
55d4504645
commit
63984526a7
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
# Nullable type
|
# Nullable type
|
||||||
[Parameter(ParameterSetName = 'Set1')]
|
[Parameter(ParameterSetName = 'Set1')]
|
||||||
[Nullable[bool]]$IsEnabled
|
[bool]$IsEnabled
|
||||||
)
|
)
|
||||||
|
|
||||||
process {}
|
process {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user