guythetechie

Results 98 comments of guythetechie

@shawnyu5 & @eyvictorye - Publishing APIs with revisions is currently bugged. We will include a fix in our next major release (sometime in the next few weeks).

@anotherRedbeard - when you have a chance, can you please see if [this branch](https://github.com/Azure/apiops/tree/fix-dictionary-collision) fixes your issue?

@anotherRedbeard - based on our discussion, I've added a check to ensure the revision is not current prior to deletion. Can you try again with the latest code in the...

It will be. We're still doing development work on the v6 branch, will periodically merge those changes to back to main. Thanks again for the PR!

@audunsolemdal - I just ran into this issue on a completely different project. [This](https://stackoverflow.com/questions/74094614/ambiguous-argument-head-in-azure-devops-pipeline) solution helped me. Can you try unchecking the ``Shallow fetch`` box in your pipeline settings as...

You're right, it is already set up correctly for GitHub. I did not pay close enough attention. I'm not sure why the Git command is failing. Here are a couple...

As discussed above, can you add a bash step in your Jenkins pipeline to do ``git diff --name-status your_commit_id^ your_commitId``? I'm not familiar with Jenkins, but it should be pretty...

@daviian - thanks for raising this. We caught this issue as well in our integration tests for the next release. APIM sometimes fails to assign a policy if done right...

There is a similar issue with products in #245. [This ](https://github.com/Azure/apiops/issues/245#issuecomment-1561304630)new implementation will fix it, and we're adding a similar one for gateways. Should be in the next major release.