vmware / vmware-openapi-generator

VMware-openapi-generator tool generates open-api documents from vapi metamodel format.
Other
23 stars 19 forks source link

Fix incorrect deprecation replacement path #67

Closed antonOO closed 3 years ago

antonOO commented 3 years ago

This commit fixes the incorrect replacement path which is added to depraceted operations when deprecation is enabled. The 'api' prefix and the query params (apparent in the operation path) are added to the replacement path.

Another small fix is a missing '-' in the input params.

Signed-off-by: Anton Obretenov obretenova@vmware.com