Closed karthikpeddi115 closed 1 month ago
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.
able to update the configuration file in publish.yaml file, but getting the below error.
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNodePair(KeyValuePair2 yamlNodePair) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(YamlMappingNode node) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(String context, YamlMappingNode yamlValue) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNode(String context, YamlNode node) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNodePair(KeyValuePair
2 yamlNodePair)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(YamlMappingNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(String context, YamlMappingNode yamlValue)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNode(String context, YamlNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNodePair(KeyValuePair2 yamlNodePair) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(YamlMappingNode node) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(String context, YamlMappingNode yamlValue) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNode(String context, YamlNode node) at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNodePair(KeyValuePair
2 yamlNodePair)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(YamlMappingNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(String context, YamlMappingNode yamlValue)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNode(String context, YamlNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlSequenceNode(YamlSequenceNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlSequenceNode(String context, YamlSequenceNode yamlValue)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNode(String context, YamlNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlNodePair(KeyValuePair`2 yamlNodePair)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.VisitYamlMappingNode(YamlMappingNode node)
at NetEscapades.Configuration.Yaml.YamlConfigurationStreamParser.Parse(Stream input)
at NetEscapades.Configuration.Yaml.YamlConfigurationProvider.Load(Stream stream)
at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
using the below script
apimServiceName: apiops-poc-sea-apim namedValues:
name: test-backend-url properties: displayName: testbackendurl secret: false value: https://dev.a.com/umbraco/api/content
name: test-cache-base-url properties: displayName: test-cache-base-url secret: false value: https://qa-e-std.azurewebsites.net:443/api
name: test-cache-rewrite-url properties: displayName: test-cache-base-url secret: false value: /TestAPI/triggers/When_a_HTTP_request_is_received/invoke?api-version=2022-05-01&sp=%2Ftriggers%2FWhen_a_HTTP_request_is_received%2Frun&sv=1.0&sig=6dwYs
loggers:
issue sorted
Release version
v6.0.1.1
Question Details
I am not sure if my configuration.qa.yaml is invoked during publishing to higher environment because I don't see it is overriding the values present in QA. Please let me know if we need to explicitly mention in "run-publisher-with-env.yaml" or in variables section to use configuration.qa.yaml?
Expected behavior
configuration.qa.yaml should invoke during publishing and override the values accordingly.
Actual behavior
configuration.qa.yaml is not invoking during publishing.
Reproduction Steps
Need to know where we need to mention "configuration.qa.yaml" in tools->pipelines so that it will invoke QA file.