Skip to content

Commit

Permalink
temp disable operational insights from schema gen
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecotillo committed Oct 1, 2022
1 parent 737e8da commit f085aeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
];

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f085aeb

Please sign in to comment.