Skip to content

Commit 9de9f22

Browse files
committed
temp disable microsoft.resources from autogen
1 parent e54e00d commit 9de9f22

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

generator/autogenlist.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,13 @@ const disabledProviders: AutoGenConfig[] = [
108108
namespace: 'Microsoft.ConfidentialLedger',
109109
disabledForAutogen: true
110110
},
111-
/*{
111+
{
112112
// Disabled temporally due to enum mismatch introduced in this PR: https://github.com/Azure/azure-rest-api-specs/pull/24350
113+
// Once this resource is enabled again, remove the comment from autoGenList to fully enable schema generation
113114
basePath: 'resources/resource-manager',
114115
namespace: 'Microsoft.Resources',
115116
disabledForAutogen: true
116-
}*/
117+
}
117118
];
118119

119120
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -707,7 +708,7 @@ const autoGenList: AutoGenConfig[] = [
707708
basePath: 'redhatopenshift/resource-manager',
708709
namespace: 'Microsoft.RedHatOpenShift',
709710
},
710-
{
711+
/*{
711712
basePath: 'resources/resource-manager',
712713
namespace: 'Microsoft.Resources',
713714
resourceConfig: [
@@ -721,7 +722,7 @@ const autoGenList: AutoGenConfig[] = [
721722
},
722723
],
723724
postProcessor: resourcesPostProcessor,
724-
},
725+
},*/
725726
{
726727
basePath: 'resources/resource-manager',
727728
namespace: 'Microsoft.Authorization',

0 commit comments

Comments
 (0)