Skip to content

Commit bf9b166

Browse files
author
Elia Grady
committed
add resource config cr iter#1
1 parent e38c172 commit bf9b166

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

generator/autogenlist.ts

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,28 @@ const autogenlist: AutogenlistConfig[] = [
501501
{
502502
basePath: 'security/resource-manager',
503503
namespace: 'Microsoft.Security',
504+
resourceConfig: [
505+
{
506+
type: 'advancedThreatProtectionSettings',
507+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
508+
},
509+
{
510+
type: 'assessments',
511+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
512+
},
513+
{
514+
type: 'deviceSecurityGroups',
515+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
516+
},
517+
{
518+
type: 'iotSensors',
519+
scopes: ScopeType.Subcription | ScopeType.ResourceGroup | ScopeType.Extension,
520+
},
521+
{
522+
type: 'informationProtectionPolicies',
523+
scopes: ScopeType.ManagementGroup | ScopeType.Extension,
524+
},
525+
]
504526
},
505527
{
506528
basePath: 'securityinsights/resource-manager',
@@ -511,10 +533,10 @@ const autogenlist: AutogenlistConfig[] = [
511533
namespace: 'Microsoft.ImportExport'
512534
},
513535
{
514-
        basePath: 'storSimple1200Series/resource-manager',
515-
        namespace: 'Microsoft.StorSimple',
536+
basePath: 'storSimple1200Series/resource-manager',
537+
namespace: 'Microsoft.StorSimple',
516538
suffix: '1200'
517-
    },
539+
},
518540
{
519541
basePath: 'storage/resource-manager',
520542
namespace: 'Microsoft.Storage',

0 commit comments

Comments
 (0)