Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
275 stars 162 forks source link

Use latest version AzDo replacetokens task #533

Open jeroenmaes opened 2 months ago

jeroenmaes commented 2 months ago

Update to version 6 of the AzDo replace tokens task. Version 3 is marked as deprecated.

vandriot commented 2 months ago

Hi,

I think you also need to update some of the input parameter that were renamed in v6 of the tasks. There is all the breaking changes on the marketplace page: https://marketplace.visualstudio.com/items?itemName=qetza.replacetokens

From a quick review, I can see the following changes that will impact the current pipeline:

waelkdouh commented 2 months ago

@jeroenmaes can you please refer to the changes that @vandriot is suggesting. Also any chance you can take a look at the GitHub actions implementation to see if there are similar required changes there as well?

jeroenmaes commented 3 weeks ago

@jeroenmaes can you please refer to the changes that @vandriot is suggesting. Also any chance you can take a look at the GitHub actions implementation to see if there are similar required changes there as well?

Will do