-
Notifications
You must be signed in to change notification settings - Fork 204
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: APIM Product Deletion broken #4485
Comments
Can you supply us with the ASO logs showing the 400 error? We have automated tests that create, update and delete APIM resources, so I'm curious what I can glean from the context of those logs. It's possible we missed something in those tests - or possibly there's another factor involved. (We have seen other resources that are sensitive about the order of deletion, but usually ASO gets there through retries.) |
PFA the log i see on the ASO for this action failed to delete product "local-poc-helm-test": DELETE
|
Hi @anandpatra18, I tried to repro this issue (logs below). Although the DELETE action succeeds successfully for me. I tried
|
Hi @super-harsh , apiVersion: apimanagement.azure.com/v1api20230501preview |
Hi @anandpatra18, I just tested this out. I still don't see any issues in deletion. Could you please share the logs as well? Scenarios tested:
Below are the logs from controller:
|
Hi @super-harsh, Please find below the controller logs captured when attempting to delete the product.
|
Here is the query I am seeing from the backend:
The problem is that it's using |
I wonder if the custom extension that implements deletion for APIM Product is using an older version of the |
Describe the bug
APIM product deletion feature broken. Whenever we try to delete the resource , it goes into failed state with a 400:Bad request error with no description. Seems like the deletion feature has not been implemented at all.
Azure Service Operator Version: v2.10.0
Expected behavior
A successful deletion action of the product
To Reproduce
Create a product through ASO and then try deleting it
The text was updated successfully, but these errors were encountered: