Tool to generate DSC resource from OpenAPI spec
Summary of the new feature / enhancement
Enable configuration of REST services by turning REST APIs via an OpenAPI spec into a DSCv3 resource
Proposed technical implementation details (optional)
No response
This seems like a reasonable use case for an OpenAPI adapter, maybe - handle invoking the REST calls based on the OpenAPI specs.
The downside of the adapter approach would be that you would need the OpenAPI specs on your system whereas generation of a DSC resource you could just publish and share the resource. These two paths aren't mutually exclusive, but we'd want to prioritize one over the other (if we decide to implement it ourselves).
Interesting tool related to this https://learn.microsoft.com/en-us/openapi/kiota/overview