-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] publishing API failes with Microsoft.WindowsAzure.ApiManagement.Management.Core.Exceptions.PreconditionFailedException
#486
Comments
|
Did some more testing. This only happens when |
@shawnyu5 what do you mean by 'different configuration'? I am having the same issue with same error message. However, the order of which my API is loaded in is different to yours. I was previously using v4.10.3 when I first encountered the error. I just tried v.5.1.1 and it is the same
|
I tried to copy |
ah right, so the api spec is the exactly same. but the whole point of using revision is that the api spec is different so need to wait for a fix/reply from them |
@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). |
Hi, I was having this issue with 4.10.2. Having updated to 5.1.4, I'm still having this exact issue with 5.1.4 - was this fixed in any version? |
We are going to publish the fix in v6. We just released v6 alpha but it's having some issues so it's not quite ready for testing yet. We are getting close. Stays tuned for v6 soon. |
@waelkdouh awesome, will do, thank you. Appreciate your hard work. |
Hi, Please could someone suggest when would v6 be releasing, any date and would v6 have fix for above issue? |
We are actively working on it. We are hoping to release it in the next couple weeks. We can't promise any timelines as this is an open source project. |
v6 was recently released. |
Release version
v5.1.1
Describe the bug
Publishing an api with a revision included in the name causes the publisher to fail with the following logs:
Where as publishing
my-api-v1-b2b
, without the;rev=1
at the end succeeds.Expected behavior
Publishing an API with the revision in the name should succeed.
Actual behavior
Publishing an API with the revision in the name fails.
Reproduction Steps
With a file structure looking like this, use the publisher to publish an API both with and without a revision
The text was updated successfully, but these errors were encountered: