We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 255e7fe + 9fa1fb9 commit f6f2678Copy full SHA for f6f2678
generator/autogenlist.ts
@@ -64,6 +64,13 @@ const disabledProviders: AutoGenConfig[] = [
64
namespace: 'stable',
65
disabledForAutogen: true,
66
},
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
+ },
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
0 commit comments