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
Issue face while trying to create API revision using the API CRD
When we try to create multiple revision of the same API using crd the revision with active flag 'true' is the only one that appears on APIM and the revision id is always 1 irrespective of the revision id we provide in the CRD
We are not able to deploy and see a revision with active flag 'false' as the CRD does nothing about it even though it shows to be successful on the Operator level and the CRD object is in success state.
Expected behavior
We should be able to create multiple revisions of a API using the crd and mange it with the active flag and revision id attributes of the CRD
To Reproduce
Use the CRD to create multiple revisions ,
Screenshots
No error hence no screenshots to share atm.
The text was updated successfully, but these errors were encountered:
Describe the bug
Issue face while trying to create API revision using the API CRD
When we try to create multiple revision of the same API using crd the revision with active flag 'true' is the only one that appears on APIM and the revision id is always 1 irrespective of the revision id we provide in the CRD
We are not able to deploy and see a revision with active flag 'false' as the CRD does nothing about it even though it shows to be successful on the Operator level and the CRD object is in success state.
Expected behavior
We should be able to create multiple revisions of a API using the crd and mange it with the active flag and revision id attributes of the CRD
To Reproduce
Use the CRD to create multiple revisions ,
Screenshots
No error hence no screenshots to share atm.
The text was updated successfully, but these errors were encountered: