Skip to content

Commit

Permalink
Merge pull request #1502 from Azure/fix-security
Browse files Browse the repository at this point in the history
Add resource scope for security
  • Loading branch information
anthony-c-martin authored Feb 13, 2021
2 parents 27d22cd + e15259d commit 36e99d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,10 @@ const autogenlist: AutogenlistConfig[] = [
type: 'informationProtectionPolicies',
scopes: ScopeType.ManagementGroup | ScopeType.Extension,
},
{
type: 'sqlVulnerabilityAssessments/baselineRules',
scopes: ScopeType.Extension,
},
]
},
{
Expand Down

0 comments on commit 36e99d2

Please sign in to comment.