Skip to content

Commit

Permalink
Merge pull request #3337 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Actually disable autogen...
  • Loading branch information
Xynoclafe authored Feb 20, 2025
2 parents 528a4e5 + e475f86 commit 266971d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const disabledProviders: AutoGenConfig[] = [
basePath: 'servicefabricmanagedclusters/resource-manager',
namespace: 'Microsoft.ServiceFabric',
postProcessor: serviceFabricPostProcessor,
suffix: 'ManagedClusters'
suffix: 'ManagedClusters',
disabledForAutogen: true,
},
];

Expand Down

0 comments on commit 266971d

Please sign in to comment.