Im getting this error: Deployment failed. Correlation ID: x. API with specified name 'x' already exists.
when trying to deploy an api to apim with the az cli.
the command:
az apim api import --resource-group x --service-name x --path x --specification-format OpenApi --specification-path x --api-id x --protocols https --service-url x
I already have this api deployed in apim but i want to update it what is the best approach?