Skip to content

Commit b71555d

Browse files
authored
Merge pull request #2587 from Azure/autogenerate
Autogenerate
2 parents 82aeb69 + f085aeb commit b71555d

24 files changed

+60354
-547
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ const disabledProviders: AutoGenConfig[] = [
9393
basePath: 'servicefabricmesh/resource-manager',
9494
namespace: 'Microsoft.ServiceFabricMesh',
9595
disabledForAutogen: true,
96+
},
97+
{
98+
// Disabled as the swagger spec contains a bug (enum mismatch - missing: ProvisioningStateEnum)
99+
basePath: 'operationalinsights/resource-manager',
100+
namespace: 'Microsoft.OperationalInsights',
101+
disabledForAutogen: true,
96102
}
97103
];
98104

@@ -282,10 +288,6 @@ const autoGenList: AutoGenConfig[] = [
282288
basePath: 'databox/resource-manager',
283289
namespace: 'Microsoft.DataBox',
284290
},
285-
{
286-
basePath: 'operationalinsights/resource-manager',
287-
namespace: 'Microsoft.OperationalInsights',
288-
},
289291
{
290292
basePath: 'consumption/resource-manager',
291293
namespace: 'Microsoft.Consumption',

0 commit comments

Comments
 (0)