Azure / autorest.java

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

eng, order items in graalvm json #2753

Closed weidongxu-microsoft closed 1 month ago

weidongxu-microsoft commented 1 month ago

I've seen change to these json as well. https://github.com/Azure/azure-sdk-for-java/pull/40126/commits/0ccf421a56c71240c1ef986515203a67dede5ed9#diff-da80baaefd2562312ff4707c9d911298d4e79d8f97346543a9521e0a1f507773

And a second run produces same order. https://github.com/Azure/azure-sdk-for-java/pull/40128/files#diff-da80baaefd2562312ff4707c9d911298d4e79d8f97346543a9521e0a1f507773

So I think at least it is not random.

To avoid these file get affect by other factors (order in models.tsp or swagger, version of tcgc), guess we'd just sort them.

weidongxu-microsoft commented 1 month ago

/check-enforcer evaluate