Azure / autorest.java

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

tsp, support "LRO action with no related resource pattern" #2756

Closed weidongxu-microsoft closed 1 week ago

weidongxu-microsoft commented 1 month ago

ref https://github.com/Azure/typespec-azure/issues/787

handle together with https://github.com/Azure/autorest.java/issues/2385

Assume LroMetadata is correct. Java should allow the "result" property as final result, in PUT (previously, and in core-management, this is only for POST).