Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
33 stars 82 forks source link

tsp, bug fix on grouping #2612

Closed weidongxu-microsoft closed 7 months ago

weidongxu-microsoft commented 7 months ago

code https://github.com/Azure/autorest.java/pull/2612/commits/196d1705d6b3d6b66f20684a19bb53a834ab5c5e

Error happens when read-only property or constant property in the model get flattened as well.

There could be more bug, e.g. a model (that extends another model) get flattened...