Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

[FEATURE REQ] investigate re-design on WebApp/FunctionApp list #1246

Closed weidongxu-microsoft closed 4 years ago

weidongxu-microsoft commented 4 years ago

Current list would do one REST for list, then 2 REST for each resource. It is a bad design.

weidongxu-microsoft commented 4 years ago

The change on .net https://github.com/Azure/azure-libraries-for-net/pull/1116