You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Currently with publisher exe, there is an option to specify a single commitid or publish everything. Is there an option to pass a collection of commitid(s) so the exe can pick all files from the commitid(s) and push them to APIM?
The reason is if some custom validations fail with an initial commitid prior to publishing, the changes for these validations will be corrected in subsequent delta commitid(s) and we need the ability to pass all such related commitid(s) in a single request with latest version of files from these commits.
Appreciate your help.
Expected behavior
Ability to specify a collection of commitid(s) when publishing to APIM so it picks latest version of files from all the specified commitid(s).
Actual behavior
A single commitid can only be passed as input to publisher exe.
Reproduction Steps
Run the publisher pipeline with commitid as input.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
We don't support that, unfortunately. You will have to loop through commit IDs and pass them one at a time to the publisher. See the discussion in #154.
Release version
5.0.0
Question Details
Hi,
Currently with publisher exe, there is an option to specify a single commitid or publish everything. Is there an option to pass a collection of commitid(s) so the exe can pick all files from the commitid(s) and push them to APIM?
The reason is if some custom validations fail with an initial commitid prior to publishing, the changes for these validations will be corrected in subsequent delta commitid(s) and we need the ability to pass all such related commitid(s) in a single request with latest version of files from these commits.
Appreciate your help.
Expected behavior
Ability to specify a collection of commitid(s) when publishing to APIM so it picks latest version of files from all the specified commitid(s).
Actual behavior
A single commitid can only be passed as input to publisher exe.
Reproduction Steps
Run the publisher pipeline with commitid as input.
The text was updated successfully, but these errors were encountered: