We are implementing a CI/CD pipeline for FME Flow using an Azure YAML pipeline. When exporting an FME project from DEV with deployment parameters enabled under Advanced Options, those parameters overwrite the values in ACC and PRD during deployment. If the same project is imported manually, this issue does not occur.
- Is this a known bug in the FME Flow API?
- Or is there a recommended way to prevent deployment parameters from being overwritten during automated deployments?
Additional details:
- If all advanced options are manually unchecked, deployments work as expected.
- The token used for the pipeline requires full permissions (fmesuperuser); otherwise, roles cannot be deployed. Restricting permissions or deployment parameter rights results in nothing being deployed.
FME Flow version we have is 2024.1.2
Any insights or best practices would be appreciated!

