Skip to content

Commit 19e53cc

Browse files
committed
disable autogen
1 parent 78c1ae5 commit 19e53cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ const disabledProviders: AutoGenConfig[] = [
109109
namespace: 'Microsoft.ConfidentialLedger',
110110
disabledForAutogen: true
111111
},
112+
{
113+
// Disabled temporally due to unsupported directory structure
114+
basePath: 'containerservice/resource-manager',
115+
namespace: 'Microsoft.ContainerService',
116+
disabledForAutogen: true,
117+
},
112118
];
113119

114120
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -366,10 +372,6 @@ const autoGenList: AutoGenConfig[] = [
366372
basePath: 'customerlockbox/resource-manager',
367373
namespace: 'Microsoft.CustomerLockbox',
368374
},
369-
{
370-
basePath: 'containerservice/resource-manager',
371-
namespace: 'Microsoft.ContainerService',
372-
},
373375
{
374376
basePath: 'commerce/resource-manager',
375377
namespace: 'Microsoft.Commerce',

0 commit comments

Comments
 (0)