File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments