Skip to content

Commit ba1e6e9

Browse files
Disable duplicated RP
1 parent 7a04b57 commit ba1e6e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ const disabledProviders: AutoGenConfig[] = [
2727
namespace: 'Microsoft.Logic',
2828
disabledForAutogen: true,
2929
},
30+
{
31+
// Duplicated under 'containerservice/resource-manager/Microsoft.ContainerService/aks'
32+
basePath: 'compute/resource-manager',
33+
namespace: 'Microsoft.ContainerService',
34+
disabledForAutogen: true,
35+
},
3036
];
3137

3238
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list

0 commit comments

Comments
 (0)