Skip to content

Commit 59a9d7a

Browse files
committed
Fix broken schema generation by updating some skiped basepaths to reflect new directory structure
1 parent 633c6af commit 59a9d7a

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

generator/autogenlist.ts

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ const disabledProviders: AutoGenConfig[] = [
3838
{
3939
//Disabled until errors are fixed
4040
//'datamanagerforagriculturesolutionproperties.properties.openapispecsdictionary.additionalproperties' - TypeError: Cannot convert undefined or null to object
41-
basePath: 'agrifood/resource-manager',
42-
namespace: 'Microsoft.AgFoodPlatform',
41+
basePath: 'agrifood/resource-manager/Microsoft.AgFoodPlatform/AgFoodPlatform',
42+
namespace: 'preview',
4343
disabledForAutogen: true,
4444
},
4545
{
4646
//Disabled until errors are fixed
4747
//Enum 'nextPartitionKey' cannot have a value ' ' that result in an empty name. Use x-ms-enum.values to specify the name of the values.
4848
//Enum 'nextRowKey' cannot have a value ' ' that result in an empty name. Use x-ms-enum.values to specify the name of the values.
49-
basePath: 'adhybridhealthservice/resource-manager',
50-
namespace: 'Microsoft.ADHybridHealthService',
49+
basePath: 'adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/ADHybridHealthService',
50+
namespace: 'stable',
5151
disabledForAutogen: true,
5252
},
5353
{
@@ -67,8 +67,22 @@ const disabledProviders: AutoGenConfig[] = [
6767
{
6868
//Disabled until errors are fixed
6969
//'Microsoft.BotService/preview/2023-09-15-preview/botservice.json:3492:5' - TypeError: Cannot convert undefined or null to object
70-
basePath: 'botservice/resource-manager',
71-
namespace: 'Microsoft.BotService',
70+
basePath: 'botservice/resource-manager/Microsoft.BotService/BotService',
71+
namespace: 'examples',
72+
disabledForAutogen: true,
73+
},
74+
{
75+
//Disabled until errors are fixed
76+
//'Microsoft.BotService/preview/2023-09-15-preview/botservice.json:3492:5' - TypeError: Cannot convert undefined or null to object
77+
basePath: 'botservice/resource-manager/Microsoft.BotService/BotService',
78+
namespace: 'preview',
79+
disabledForAutogen: true,
80+
},
81+
{
82+
//Disabled until errors are fixed
83+
//'Microsoft.BotService/preview/2023-09-15-preview/botservice.json:3492:5' - TypeError: Cannot convert undefined or null to object
84+
basePath: 'botservice/resource-manager/Microsoft.BotService/BotService',
85+
namespace: 'stable',
7286
disabledForAutogen: true,
7387
},
7488
{

0 commit comments

Comments
 (0)