stephaneey / azure-apim-extension

Full Azure API Management suite and more VSTS extension
MIT License
66 stars 49 forks source link

Allow publishing Original Version of a versioned API #102

Closed calebsmith411 closed 1 year ago

calebsmith411 commented 4 years ago

In Azure Portal, you can remove the version for the API, which defaults the backend management API call to pass an empty string for the version value. This results in the portal displaying "original version", and a version is not required to be specified. This PR is to mimic that functionality (in v3, and v4), as a version is not required to be specified by APIM.

calebsmith411 commented 4 years ago

@stephaneey Any thoughts on this PR?

stephaneey commented 3 years ago

Hello @calebsmith411 ,

If you don't want to use a versioned API, just use the ad-hoc task "Create or Update API".

calebsmith411 commented 3 years ago

Hello @calebsmith411 ,

If you don't want to use a versioned API, just use the ad-hoc task "Create or Update API".

Hi @stephaneey I do want to use versions, but I want the first version to be "Original Version" and not /v1. Which is do-able from the api portal itself.

stephaneey commented 1 year ago

Hello,

Thanks for your contribution. I have merged the PR.

Best Regards

karygauss03 commented 1 year ago

Is this feature in production? @stephaneey @calebsmith411