Skip to content

Commit

Permalink
Adding exception for application ID (Azure#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikTripathi committed Oct 21, 2022
1 parent 5f013e3 commit c11a62d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ foreach ($id in $ids) {
"operationId-DeleteDomainById", # Microsoft.Sentinel/Solutions/Playbooks/CiscoUmbrella
"operationId-GetOrganizationId", # Microsoft.Sentinel/Solutions/Playbooks/CiscoUmbrella
"operationId-ProcessMetadataSearchByProcessGUID", # Microsoft.Sentinel/Solutions/Playbooks/Vmware
"operationId-SearchForProcessEventsByProcessGUID" # Microsoft.Sentinel/Solutions/Playbooks/Vmware
"operationId-SearchForProcessEventsByProcessGUID", # Microsoft.Sentinel/Solutions/Playbooks/Vmware
"ApplicationId" # Microsoft.Sentinel/Solutions/Playbooks/DomainTools
)

$exceptionRegex =
Expand Down

0 comments on commit c11a62d

Please sign in to comment.