I am building a custom connector for Azure Logic Apps (at the moment it consists of only a values controller: https://github.com/halllo/AzureLogicAppsCustomConnector).
When I try to Import my actions from an OpenAPI URL it fails.
When I download from that URL and select swagger.json file, it can import it and recognizes the actions. After I provide summaries everything looks good.
I update the connector and everything still looks good.
Next I create a new Logic App and select my new custom connector. But when I click on either of my actions, I says:
Operation ... was not found in swagger.
What am I missing?