Skip to content

Commit 0dd2f66

Browse files
committed
disable ServiceFabricMesh
1 parent a3b3fd8 commit 0dd2f66

File tree

4 files changed

+2782
-4
lines changed

4 files changed

+2782
-4
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ const disabledProviders: AutoGenConfig[] = [
8888
basePath: 'videoanalyzer/resource-manager',
8989
namespace: 'Microsoft.Media',
9090
disabledForAutogen: true,
91+
},
92+
{
93+
// Disabled as the swagger spec contains a bug (enum mismatch)
94+
basePath: 'servicefabricmesh/resource-manager',
95+
namespace: 'Microsoft.ServiceFabricMesh',
96+
disabledForAutogen: true,
9197
}
9298
];
9399

@@ -727,10 +733,6 @@ const autoGenList: AutoGenConfig[] = [
727733
basePath: 'servicefabric/resource-manager',
728734
namespace: 'Microsoft.ServiceFabric',
729735
},
730-
{
731-
basePath: 'servicefabricmesh/resource-manager',
732-
namespace: 'Microsoft.ServiceFabricMesh',
733-
},
734736
{
735737
basePath: 'servicelinker/resource-manager',
736738
namespace: 'Microsoft.ServiceLinker',

0 commit comments

Comments
 (0)