Issue #1133 enables having multiple operations decorated with @route using the {shared: true} option on the decorator. The autorest and openAPI emitters should be updated to make use of this feature, as appropriate.
Design issue: #984. However, this did not actually clarify how Autorest and OpenAPI3 emitters should be updated for these scenarios.
Issue #1133 enables having multiple operations decorated with
@routeusing the{shared: true}option on the decorator. The autorest and openAPI emitters should be updated to make use of this feature, as appropriate.Design issue: #984. However, this did not actually clarify how Autorest and OpenAPI3 emitters should be updated for these scenarios.