To generate arm templates to use in a DevOps pipeline to configure my API management instances I am using the Azure API Management DevOps resource kit.
https://github.com/Azure/azure-api-management-devops-resource-kit
This works well for APIs with a swagger definition but I have one WSDL that I also want to automate using the same process. I want to know how to do this with a WSDL file as opposed to a swagger file.
I know as part of the config.yml file that the creator uses you can specify type: soap but it still requires you to point to an open API spec file
Can this process be carried out with a WSDL file?