stephaneey / azure-apim-extension

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

Output Variables #117

Open imabusyman opened 3 years ago

imabusyman commented 3 years ago

Great Extensions, thanks

I am trying to get the last active revision (no active) that was used when I deployed as I want to append that to a URL for CI testing, how would I do that?

/some.api;rev=3 I want to use this to connect to it for testing the endpoint before I make it online.