Skip to content

Commit c60b5c8

Browse files
authored
Add "schemaId" as exception property for IDs-Should-Be-Derived-From-ResourceID test (#666)
1 parent 78450db commit c60b5c8

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
@@ -68,7 +68,8 @@ foreach ($id in $ids) {
6868
"connectorId", # Microsoft.Sentinel/Solutions/Analytical Rule/Metadata
6969
"parentId", # Microsoft.Sentinel/Solutions/Metadata
7070
"IllusiveIncidentId", # Microsoft.Sentinel/Solutions/Analytical Rule/Metadata
71-
"UniqueFindingId" # Microsoft.Sentinel/Solutions/Metadata
71+
"UniqueFindingId", # Microsoft.Sentinel/Solutions/Metadata
72+
"schemaId" # Microsoft.ApiManagement/service/apis/operations
7273
)
7374

7475
$exceptionRegex =

0 commit comments

Comments
 (0)