Consider implementing RequestContent<T>
when deriving Model
#1860
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
design-discussion
An area of design currently under discussion and open to team and community feedback.
For top-level request models that are for required parameters - and maybe we need an attribute to identify these - we should consider implementing
RequestContent<T>
. Or maybe we just need a separate derive macro (or attribute macro) for this. It's very boiler plate.See https://github.com/Azure/typespec-rust/pull/124#discussion_r1807053182 for context
The text was updated successfully, but these errors were encountered: