apiops
apiops copied to clipboard
Deploying different name value in QA and prod env
Release version
5.0.1
Question Details
I am using APIOps in github action. I am using Dev, QA and prod environment to deploy API. I am building API thorugh VS code. Now i want to deploy new named value in QA and Prod with same display name but different values. I am using configuration.qa.yaml and configuration.prod.yaml , Publisher pipeline executed but changes not deployed to APIM
Expected behavior
When i add new named value and properties in configuration files , value is different for QA and Prod env . Changes should deploy in the Environemnt
Actual behavior
pipeline run successfully but Changes not deploying in the Environments
Reproduction Steps
- Add new name value in configuration.prod.yaml and configuration.qa.yaml
- puch code to branch, merge code to main
- trigger publisher pipeline
- changes refecled in APIM
Please check the closed issues as this question has been raised several times in the past.