Skip to content

Commit dbe03d4

Browse files
committed
added resource configuration
1 parent a772fb5 commit dbe03d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generator/autogenlist.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ const autogenlist: AutogenlistConfig[] = [
417417
{
418418
type: 'remediations',
419419
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.ManagementGroup,
420+
},
421+
{
422+
type: 'attestations',
423+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup,
420424
}
421425
]
422426
},
@@ -549,6 +553,10 @@ const autogenlist: AutogenlistConfig[] = [
549553
type: 'sqlVulnerabilityAssessments/baselineRules',
550554
scopes: ScopeType.Extension,
551555
},
556+
{
557+
type: 'iotSites',
558+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
559+
},
552560
]
553561
},
554562
{

0 commit comments

Comments
 (0)