File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ const disabledProviders: AutoGenConfig[] = [
109
109
namespace : 'Microsoft.ConfidentialLedger' ,
110
110
disabledForAutogen : true
111
111
} ,
112
+ {
113
+ // Disabled temporally due to unsupported directory structure
114
+ basePath : 'containerservice/resource-manager' ,
115
+ namespace : 'Microsoft.ContainerService' ,
116
+ disabledForAutogen : true ,
117
+ } ,
112
118
] ;
113
119
114
120
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -366,10 +372,6 @@ const autoGenList: AutoGenConfig[] = [
366
372
basePath : 'customerlockbox/resource-manager' ,
367
373
namespace : 'Microsoft.CustomerLockbox' ,
368
374
} ,
369
- {
370
- basePath : 'containerservice/resource-manager' ,
371
- namespace : 'Microsoft.ContainerService' ,
372
- } ,
373
375
{
374
376
basePath : 'commerce/resource-manager' ,
375
377
namespace : 'Microsoft.Commerce' ,
You can’t perform that action at this time.
0 commit comments