зеркало из
1
0
Форкнуть 0

Disable fixUpSchemasThatUseAllOfInsteadOfJustRef for now (see #278)

This commit is contained in:
David Wilson 2020-05-05 13:57:32 -07:00
Родитель 0a8d16da08
Коммит cdd7f452ff
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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();