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 7a04b57 + ba1e6e9 commit 61e69afCopy full SHA for 61e69af
generator/autogenlist.ts
@@ -27,6 +27,12 @@ const disabledProviders: AutoGenConfig[] = [
27
namespace: 'Microsoft.Logic',
28
disabledForAutogen: true,
29
},
30
+ {
31
+ // Duplicated under 'containerservice/resource-manager/Microsoft.ContainerService/aks'
32
+ basePath: 'compute/resource-manager',
33
+ namespace: 'Microsoft.ContainerService',
34
+ disabledForAutogen: true,
35
+ },
36
];
37
38
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
0 commit comments