Skip to content

Commit e4b7e80

Browse files
Merge pull request KelvinTegelaar#1425 from Zacgoose/tenantblock-fix
Add ip type to returned block/allow listed items returned via API
2 parents 8679171 + df997af commit e4b7e80

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)