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
|
||||
[Parameter(ParameterSetName = 'Set1')]
|
||||
[Nullable[bool]]$IsEnabled
|
||||
[bool]$IsEnabled
|
||||
)
|
||||
|
||||
process {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user