microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
59 stars 38 forks source link

Upgrade"Extract Service/API" to use ApiOps Extract and Publish functionality. #324

Open ross-p-smith opened 11 months ago

ross-p-smith commented 11 months ago

The current extract functionality requires .Net 2.1 and uses the DevOps Toolkit to extract an ARM template representing the APIM Configuration. Replace this to use the Extract/Publish functionality provided by ApiOps so that it better represents how API's would be deployed (by non infrastructure roles).

Replace the current dotnet "devops" folder in resources with the extract/publish executables from here: - https://github.com/Azure/apiops