Problem description
Sometimes there are multiple APIs with the same name and different paths in the develop environment. If an app wants to subscribe one api (with or without version defined in app definition) it will get the latest changed (random) api assigned. The other apis with the same name will not be subscribed.
Feature request
One feature toggle like ALLOW_SUBSCRIPTION_OF_SAME_API_NAMES to be set during apim-cli call to allow subscription of multiple apis with the same name (with or without version defined in app definition). The api version for subscription/api-access in app definition should be optional and used if defined.
Problem description
Sometimes there are multiple APIs with the same name and different paths in the develop environment. If an app wants to subscribe one api (with or without version defined in app definition) it will get the latest changed (random) api assigned. The other apis with the same name will not be subscribed.
Feature request
One feature toggle like ALLOW_SUBSCRIPTION_OF_SAME_API_NAMES to be set during apim-cli call to allow subscription of multiple apis with the same name (with or without version defined in app definition). The api version for subscription/api-access in app definition should be optional and used if defined.