Skip to content

Commit

Permalink
Merge pull request #3067 from Azure/ant/disable
Browse files Browse the repository at this point in the history
Disable duplicated RP
  • Loading branch information
anthony-c-martin authored Apr 29, 2024
2 parents 7a04b57 + ba1e6e9 commit 61e69af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ const disabledProviders: AutoGenConfig[] = [
namespace: 'Microsoft.Logic',
disabledForAutogen: true,
},
{
// Duplicated under 'containerservice/resource-manager/Microsoft.ContainerService/aks'
basePath: 'compute/resource-manager',
namespace: 'Microsoft.ContainerService',
disabledForAutogen: true,
},
];

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

0 comments on commit 61e69af

Please sign in to comment.