Skip to content

Commit c11a62d

Browse files
authored
Adding exception for application ID (#707)
1 parent 5f013e3 commit c11a62d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arm-ttk/testcases/deploymentTemplate/IDs-Should-Be-Derived-From-ResourceIDs.test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ foreach ($id in $ids) {
8484
"operationId-DeleteDomainById", # Microsoft.Sentinel/Solutions/Playbooks/CiscoUmbrella
8585
"operationId-GetOrganizationId", # Microsoft.Sentinel/Solutions/Playbooks/CiscoUmbrella
8686
"operationId-ProcessMetadataSearchByProcessGUID", # Microsoft.Sentinel/Solutions/Playbooks/Vmware
87-
"operationId-SearchForProcessEventsByProcessGUID" # Microsoft.Sentinel/Solutions/Playbooks/Vmware
87+
"operationId-SearchForProcessEventsByProcessGUID", # Microsoft.Sentinel/Solutions/Playbooks/Vmware
88+
"ApplicationId" # Microsoft.Sentinel/Solutions/Playbooks/DomainTools
8889
)
8990

9091
$exceptionRegex =

0 commit comments

Comments
 (0)