diff --git a/generator/autogenlist.ts b/generator/autogenlist.ts index 2bcf4763dd..266019e452 100644 --- a/generator/autogenlist.ts +++ b/generator/autogenlist.ts @@ -93,6 +93,12 @@ const disabledProviders: AutoGenConfig[] = [ basePath: 'servicefabricmesh/resource-manager', namespace: 'Microsoft.ServiceFabricMesh', disabledForAutogen: true, + }, + { + // Disabled as the swagger spec contains a bug (enum mismatch - missing: ProvisioningStateEnum) + basePath: 'operationalinsights/resource-manager', + namespace: 'Microsoft.OperationalInsights', + disabledForAutogen: true, } ]; @@ -282,10 +288,6 @@ const autoGenList: AutoGenConfig[] = [ basePath: 'databox/resource-manager', namespace: 'Microsoft.DataBox', }, - { - basePath: 'operationalinsights/resource-manager', - namespace: 'Microsoft.OperationalInsights', - }, { basePath: 'consumption/resource-manager', namespace: 'Microsoft.Consumption',