@@ -96,7 +96,7 @@ const disabledProviders: AutoGenConfig[] = [
96
96
namespace : 'Microsoft.ServiceFabricMesh' ,
97
97
disabledForAutogen : true ,
98
98
} ,
99
- {
99
+ {
100
100
// Disabled as the swagger spec contains a bug (enum mismatch - missing: ProvisioningStateEnum)
101
101
basePath : 'operationalinsights/resource-manager' ,
102
102
namespace : 'Microsoft.OperationalInsights' ,
@@ -216,7 +216,7 @@ const autoGenList: AutoGenConfig[] = [
216
216
basePath : 'azurestack/resource-manager' ,
217
217
namespace : 'Microsoft.AzureStack' ,
218
218
} ,
219
- {
219
+ {
220
220
basePath : 'batch/resource-manager' ,
221
221
namespace : 'Microsoft.Batch' ,
222
222
} ,
@@ -410,14 +410,14 @@ const autoGenList: AutoGenConfig[] = [
410
410
namespace : 'Microsoft.DesktopVirtualization' ,
411
411
} ,
412
412
{
413
- basePath : 'digitaltwins/resource-manager' ,
414
- namespace : 'Microsoft.DigitalTwins' ,
415
- resourceConfig : [
416
- {
417
- type : 'integrationResources' ,
418
- scopes : ScopeType . Extension ,
419
- }
420
- ]
413
+ basePath : 'digitaltwins/resource-manager' ,
414
+ namespace : 'Microsoft.DigitalTwins' ,
415
+ resourceConfig : [
416
+ {
417
+ type : 'integrationResources' ,
418
+ scopes : ScopeType . Extension ,
419
+ }
420
+ ]
421
421
} ,
422
422
{
423
423
basePath : 'deviceprovisioningservices/resource-manager' ,
@@ -444,11 +444,11 @@ const autoGenList: AutoGenConfig[] = [
444
444
basePath : 'resourcegraph/resource-manager' ,
445
445
namespace : 'Microsoft.ResourceGraph' ,
446
446
} ,
447
- {
447
+ {
448
448
basePath : 'redis/resource-manager' ,
449
449
namespace : 'Microsoft.Cache' ,
450
450
} ,
451
- {
451
+ {
452
452
basePath : 'redisenterprise/resource-manager' ,
453
453
namespace : 'Microsoft.Cache' ,
454
454
suffix : 'Enterprise'
@@ -489,7 +489,7 @@ const autoGenList: AutoGenConfig[] = [
489
489
{
490
490
basePath : 'healthcareapis/resource-manager' ,
491
491
namespace : 'Microsoft.HealthcareApis' ,
492
- } ,
492
+ } ,
493
493
{
494
494
basePath : 'hybridcompute/resource-manager' ,
495
495
namespace : 'Microsoft.HybridCompute' ,
@@ -542,7 +542,7 @@ const autoGenList: AutoGenConfig[] = [
542
542
basePath : 'labservices/resource-manager' ,
543
543
namespace : 'Microsoft.LabServices' ,
544
544
} ,
545
- {
545
+ {
546
546
basePath : 'eventgrid/resource-manager' ,
547
547
namespace : 'Microsoft.EventGrid' ,
548
548
resourceConfig : [
@@ -641,8 +641,8 @@ const autoGenList: AutoGenConfig[] = [
641
641
namespace : 'Microsoft.NetApp' ,
642
642
} ,
643
643
{
644
- basePath : 'notificationhubs/resource-manager' ,
645
- namespace : 'Microsoft.NotificationHubs'
644
+ basePath : 'notificationhubs/resource-manager' ,
645
+ namespace : 'Microsoft.NotificationHubs'
646
646
} ,
647
647
{
648
648
basePath : 'policyinsights/resource-manager' ,
@@ -866,6 +866,18 @@ const autoGenList: AutoGenConfig[] = [
866
866
type : 'iotSites' ,
867
867
scopes : ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
868
868
} ,
869
+ {
870
+ type : 'assessments/governanceAssignments' ,
871
+ scopes : ScopeType . Subscription ,
872
+ } ,
873
+ {
874
+ type : 'governanceRules' ,
875
+ scopes : ScopeType . Subscription ,
876
+ } ,
877
+ {
878
+ type : 'defenderForStorageSettings' ,
879
+ scopes : ScopeType . Subscription ,
880
+ } ,
869
881
]
870
882
} ,
871
883
{
@@ -910,28 +922,28 @@ const autoGenList: AutoGenConfig[] = [
910
922
basePath : 'visualstudio/resource-manager' ,
911
923
namespace : 'Microsoft.VisualStudio' ,
912
924
} ,
913
- {
925
+ {
914
926
basePath : 'sql/resource-manager' ,
915
927
namespace : 'Microsoft.Sql' ,
916
928
} ,
917
- {
929
+ {
918
930
basePath : 'scheduler/resource-manager' ,
919
931
namespace : 'Microsoft.Scheduler' ,
920
932
} ,
921
933
{
922
934
basePath : 'search/resource-manager' ,
923
935
namespace : 'Microsoft.Search' ,
924
936
} ,
925
- {
937
+ {
926
938
basePath : 'subscription/resource-manager' ,
927
939
namespace : 'Microsoft.Subscription' ,
928
940
} ,
929
- {
941
+ {
930
942
basePath : 'storsimple8000series/resource-manager' ,
931
943
namespace : 'Microsoft.StorSimple' ,
932
944
suffix : '8000' ,
933
945
} ,
934
- {
946
+ {
935
947
basePath : 'support/resource-manager' ,
936
948
namespace : 'Microsoft.Support' ,
937
949
} ,
@@ -1107,10 +1119,10 @@ const autoGenList: AutoGenConfig[] = [
1107
1119
{
1108
1120
basePath : 'network/resource-manager' ,
1109
1121
namespace : 'Microsoft.Network' ,
1110
- postProcessor : networkPostProcessor ,
1122
+ postProcessor : networkPostProcessor ,
1111
1123
suffix : 'NRP'
1112
1124
} ,
1113
- {
1125
+ {
1114
1126
basePath : 'dnsresolver/resource-manager' ,
1115
1127
namespace : 'Microsoft.Network' ,
1116
1128
suffix : 'DnsResolver' ,
0 commit comments