Azure / autorest.java

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

Method signature (alias / spread) Implementation #2671

Open lmazuel opened 3 months ago

weidongxu-microsoft commented 2 weeks ago

WIP https://github.com/Azure/autorest.java/pull/2821

need TCGC release (so that it avoid getEffectiveType)

weidongxu-microsoft commented 5 days ago

The update of commit ID to that after BodyParameter is done via PR https://github.com/Azure/azure-sdk-for-java/pull/40992

There is some question about how best to customize the name of body parameter to e.g. keep backward-compatible (that applies to most languages). https://github.com/Azure/azure-rest-api-specs/issues/29696