Disable fixUpSchemasThatUseAllOfInsteadOfJustRef for now (see #278)
This commit is contained in:
Родитель
0a8d16da08
Коммит
cdd7f452ff
|
@ -332,7 +332,8 @@ export class QualityPreChecker {
|
|||
|
||||
process() {
|
||||
|
||||
this.fixUpSchemasThatUseAllOfInsteadOfJustRef()
|
||||
// NOTE: Disabled for now until it has been discussed in Azure/autorest.modelerfour#278
|
||||
// this.fixUpSchemasThatUseAllOfInsteadOfJustRef()
|
||||
|
||||
this.fixUpObjectsWithoutType();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче