Skip to content

Commit f6f2678

Browse files
Merge pull request #3601 from Azure/gopremra/FixSkipGenPaths
Fix broken schema generation for azurehci
2 parents 255e7fe + 9fa1fb9 commit f6f2678

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

generator/autogenlist.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ const disabledProviders: AutoGenConfig[] = [
6464
namespace: 'stable',
6565
disabledForAutogen: true,
6666
},
67+
{
68+
//Disabled until errors are fixed
69+
//'specification/common-types/resource-management/v5/types.json' doesn't exists in workspace
70+
basePath: 'azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI',
71+
namespace: 'examples',
72+
disabledForAutogen: true,
73+
},
6774
{
6875
//Disabled until errors are fixed
6976
//'Microsoft.BotService/preview/2023-09-15-preview/botservice.json:3492:5' - TypeError: Cannot convert undefined or null to object

0 commit comments

Comments
 (0)