Skip to content

Commit 36e99d2

Browse files
Merge pull request #1502 from Azure/fix-security
Add resource scope for security
2 parents 27d22cd + e15259d commit 36e99d2

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)