Open cataggar opened 2 years ago
Do you have an example of how the SDK crates improve the API/interface compared to the autogenerated crates? In other words, what do you expect the "thin layer" to be doing?
Not yet, we were going to try to figure that out as part of #733.
@cataggar will the service bus crate be included in this effort?
@mario-guerra, there is not a generated azure_svc_servicebus
crate because the Service Bus Runtime REST API does not have a published specification https://github.com/Azure/azure-rest-api-specs/issues/16429. If it was documented, would we have a REST API implementation and an AMQP implementation of overlapping functionality? There has been some recent work geting an AMQP implemeantion to work with Service Bus in https://github.com/Azure/azure-sdk-for-rust/issues/643 by @minghuaw.
The goal is to have the SDKs use the generated services. Ideally, they are a thin layer on top. Previously brought up in #717.
733
1451
There are several issues for the generated crates that need to be resolved before this will be possible.
446
174
649