You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
Release version
all version
Question Details
Do you support environment-specific policy.xml in the configuration yaml file ? I want to override policy.xml per API level.
Expected behavior
Support to override environment-specific policy.xml file. what should be the syntax to override policy ?
`apimServiceName: JLL-GB-APIM-QA
apis:
properties:
serviceUrl: https://my-api.qa-backend-url
namedValues:
properties:
displayName: my-namedvalue-name
secret: false
tags:
value: "{ \u0022url\u0022:\u0022https://my-api.qa-backend-url\u0022, \u0022user\u0022:\u0022Jll0330300DEVUser\u0022, \u0022vkey\u0022:\u00220330300-api-password\u0022, \u0022cachedur\u0022:\u0022600\u0022 }"
`
Actual behavior
Support to override environment-specific policy.xml file. what should be the syntax to override policy ?What should the syntax be
Reproduction Steps
Apply policy settings in configuration.yaml file.
The text was updated successfully, but these errors were encountered: