Skip to content

Commit df997af

Browse files
committed
Add ip type to returned block/allow listed items
1 parent 77b65b2 commit df997af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/Invoke-ListTenantAllowBlockList.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Function Invoke-ListTenantAllowBlockList {
1616

1717
# Interact with query parameters or the body of the request.
1818
$TenantFilter = $Request.Query.tenantFilter
19-
$ListTypes = 'Sender', 'Url', 'FileHash'
19+
$ListTypes = 'Sender', 'Url', 'FileHash', 'IP'
2020
try {
2121
$Results = $ListTypes | ForEach-Object -Parallel {
2222
Import-Module CIPPCore

0 commit comments

Comments
 (0)