Skip to content

Commit

Permalink
Merge pull request #1530 from Azure/jcotillo/fix_redisenterprise_casing
Browse files Browse the repository at this point in the history
Fix redisenterprise casing and added missing resourceConfig.
  • Loading branch information
anthony-c-martin authored Feb 26, 2021
2 parents fe0972d + dbe03d4 commit 5532ecd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const autogenlist: AutogenlistConfig[] = [
namespace: 'Microsoft.Cache',
},
{
basePath: 'redisEnterprise/resource-manager',
basePath: 'redisenterprise/resource-manager',
namespace: 'Microsoft.Cache',
suffix: 'Enterprise'
},
Expand Down Expand Up @@ -417,6 +417,10 @@ const autogenlist: AutogenlistConfig[] = [
{
type: 'remediations',
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.ManagementGroup,
},
{
type: 'attestations',
scopes: ScopeType.Subcription | ScopeType.ResourceGroup,
}
]
},
Expand Down Expand Up @@ -549,6 +553,10 @@ const autogenlist: AutogenlistConfig[] = [
type: 'sqlVulnerabilityAssessments/baselineRules',
scopes: ScopeType.Extension,
},
{
type: 'iotSites',
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
},
]
},
{
Expand Down

0 comments on commit 5532ecd

Please sign in to comment.