Skip to content

Commit e15259d

Browse files
committed
Add resource scope for security
1 parent 27d22cd commit e15259d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generator/autogenlist.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ const autogenlist: AutogenlistConfig[] = [
540540
type: 'informationProtectionPolicies',
541541
scopes: ScopeType.ManagementGroup | ScopeType.Extension,
542542
},
543+
{
544+
type: 'sqlVulnerabilityAssessments/baselineRules',
545+
scopes: ScopeType.Extension,
546+
},
543547
]
544548
},
545549
{

0 commit comments

Comments
 (0)