File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments