Skip to content

Commit

Permalink
Merge pull request #3336 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Disable generation for servicefabricmanagedclusters
  • Loading branch information
Xynoclafe authored Feb 19, 2025
2 parents 509ffb6 + bdf3f16 commit 528a4e5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ const disabledProviders: AutoGenConfig[] = [
namespace: 'stable',
disabledForAutogen: true,
},
{
//Disabled until errors are fixed
basePath: 'servicefabricmanagedclusters/resource-manager',
namespace: 'Microsoft.ServiceFabric',
postProcessor: serviceFabricPostProcessor,
suffix: 'ManagedClusters'
},
];

// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
Expand Down Expand Up @@ -745,12 +752,6 @@ const autoGenList: AutoGenConfig[] = [
namespace: 'Microsoft.ServiceFabric',
postProcessor: serviceFabricPostProcessor,
},
{
basePath: 'servicefabricmanagedclusters/resource-manager',
namespace: 'Microsoft.ServiceFabric',
postProcessor: serviceFabricPostProcessor,
suffix: 'ManagedClusters'
},
{
basePath: 'servicelinker/resource-manager',
namespace: 'Microsoft.ServiceLinker',
Expand Down

0 comments on commit 528a4e5

Please sign in to comment.