File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments