Skip to content

Commit

Permalink
Merge pull request #2587 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Autogenerate
  • Loading branch information
jorgecotillo authored Oct 1, 2022
2 parents 82aeb69 + f085aeb commit b71555d
Show file tree
Hide file tree
Showing 24 changed files with 60,354 additions and 547 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
Loading

0 comments on commit b71555d

Please sign in to comment.