microsoft / vscode-apimanagement

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

Add Extract/Publish mechanism from APIOps to this extension #325

Open ross-p-smith opened 10 months ago

ross-p-smith commented 10 months ago

This PR is open for comment about the direction to take for adding APIOps capability to this extension.

Things yet to do

Relates to #324

ross-p-smith commented 10 months ago

When you first invoke the extension, it will download binaries in the background image

ross-p-smith commented 10 months ago

Two new menu items (APIOps) to extract and publish image

Extract Service is the older DevOps Toolkit version that requires .Net 2.1 installed to work.

quanterion commented 7 months ago

LGTM. Just general remark is looks like APIOps support exporting just spec (like OpenApi for REST) and we need to add new APIs like OData there

ross-p-smith commented 7 months ago

Currently ApiOps only supports specifications, not OData endpoints - I have raised the following issue to track this: - https://github.com/Azure/apiops/issues/419