Azure / autorest.java

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

tsp, bug fix on kind (doc) and patch #2625

Closed weidongxu-microsoft closed 4 months ago

weidongxu-microsoft commented 4 months ago
  1. kind property should be documented as required in protocol API
  2. do not make required settable property option for json-merge-patch, if not in stream-style-serialization

We don't have test for (2), but some lib still cannot move to stream + json-merge-patch due to bug, so they would fall in this category.