Skip to content

Commit bd18b77

Browse files
committed
Update Configurations.ps1
1 parent 4286acc commit bd18b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ITGlueAPI/Resources/Configurations.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function Get-ITGlueConfigurations {
4343
[Parameter(ParameterSetName = 'index_rmm')]
4444
[Parameter(ParameterSetName = 'index_psa')]
4545
[Parameter(ParameterSetName = 'index_rmm_psa')]
46-
[Bool]$filter_archived = '',
46+
[Nullable[bool]]$filter_archived = $null,
4747

4848
[Parameter(ParameterSetName = 'index')]
4949
[Parameter(ParameterSetName = 'index_rmm')]

0 commit comments

Comments
 (0)