Skip to content

Commit 5532ecd

Browse files
Merge pull request #1530 from Azure/jcotillo/fix_redisenterprise_casing
Fix redisenterprise casing and added missing resourceConfig.
2 parents fe0972d + dbe03d4 commit 5532ecd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

generator/autogenlist.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const autogenlist: AutogenlistConfig[] = [
244244
namespace: 'Microsoft.Cache',
245245
},
246246
{
247-
basePath: 'redisEnterprise/resource-manager',
247+
basePath: 'redisenterprise/resource-manager',
248248
namespace: 'Microsoft.Cache',
249249
suffix: 'Enterprise'
250250
},
@@ -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)