Azure / autorest.java

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

[MPG] ExpandableEnum as discriminator is not generated #2767

Closed XiaofeiCao closed 1 month ago

XiaofeiCao commented 1 month ago

compilation failure: https://github.com/XiaofeiCao/azure-sdk-for-java/pull/17/commits/9bef3650892e4754002563a84809118812509065#diff-7264e9e87a569c0f37901484ed4594085f26e67f12b642642d6f37127ab65580

weidongxu-microsoft commented 1 month ago

It seems also been removed by schema clean-up?

Add objectSchema.discriminator to schemaInUse? (before Alan's PR, discriminator property getter is not generated)