Release version
v7.0.0-alpha.3.0.1
Question Details
Description :-
I am using APIOps to promote APIs from a Dev APIM instance to a Prod APIM instance across different resource groups (same tenant).
While backends are correctly overridden using configuration.prod.yaml, named values are NOT getting overridden and retain Dev values in Prod.
Environment :-
- APIOps Version: v7.0.0-alpha.3.0.1
- APIM Instances:
- Dev: dev-apim-instance
- Prod: prod-apim-instance
Both resource groups have proper Contributor access via service connections
Setup / Workflow
- API Onboarding in Dev APIM
- APIs are created manually in Dev APIM
- Web service URL is NOT added in API settings
- Instead:
- Backend-based API Example
- Extractor Output
After running extractor pipeline:
- Policy correctly contains ->
- Backend reference also extracted correctly
- Publisher Configuration (configuration.prod.yaml)
apimServiceName: prod-apim-instance
namedValues:
backends:
- Actual Behavior
- Backend (gender-url) is correctly overridden in Prod
- Named Value (agify-url) is NOT overridden
Expected behavior
- Expected Behavior
- Named Values defined in configuration.prod.yaml should override values in Prod APIM
- Final expected value in Prod -> agify-url = https://prod-agify.io
-
Key Observation
Backend override works
Named Value override does NOT
This suggests:
Either namedValues override is not supported / broken in this version
Or additional configuration/flag is required
-
Question
- Is overriding Named Values via configuration..yaml supported in APIOps v7?
- If yes:
- What is the correct structure or required flags?
If not:
- What is the recommended approach for environment-specific Named Values?
Actual behavior
- Actual Behavior
- Backend (gender-url) is correctly overridden in Prod
- Named Value (agify-url) is NOT overridden
Reproduction Steps
- Question
- Is overriding Named Values via configuration..yaml supported in APIOps v7?
- If yes:
- What is the correct structure or required flags?
If not:
- What is the recommended approach for environment-specific Named Values?
Release version
v7.0.0-alpha.3.0.1
Question Details
Description :-
I am using APIOps to promote APIs from a Dev APIM instance to a Prod APIM instance across different resource groups (same tenant).
While backends are correctly overridden using configuration.prod.yaml, named values are NOT getting overridden and retain Dev values in Prod.
Environment :-
Both resource groups have proper Contributor access via service connections
Setup / Workflow
After running extractor pipeline:
apimServiceName: prod-apim-instance
namedValues:
properties:
displayName: agify-url
value: "https://prod-agify.io"
backends:
properties:
url: "https://prod-genderize.io"
Expected behavior
Key Observation
Backend override works
Named Value override does NOT
This suggests:
Either namedValues override is not supported / broken in this version
Or additional configuration/flag is required
Question
If not:
Actual behavior
Reproduction Steps
If not: