Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Properties in configuration override should be case-insensitive #619

Closed
Buffelstoot opened this issue Aug 8, 2024 · 2 comments
Closed

Comments

@Buffelstoot
Copy link

Release version

v6.0.1

Describe the bug

In the configuration yaml files, you now need to camelCase the resourceId of the backends.

Expected behavior

Configuration file used to look like this:

backends:

Actual behavior

Configuration file now needs to look like this:

backends:

Reproduction Steps

  1. run extractor
  2. run publisher with configuration yaml including backends with lowercase resourceid
Copy link

github-actions bot commented Aug 8, 2024

  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.

@guythetechie
Copy link
Contributor

@Buffelstoot - thanks for raising this. The overrides in the configuration JSON should be case-insensitive. We'll address this issue.

@guythetechie guythetechie changed the title [BUG] Configuration yaml now with Capital I in resourceId of backend definition [BUG] Properties in configuration override should be case-insensitive Aug 8, 2024
@guythetechie guythetechie moved this to 🏗 In progress in APIOPS Roadmap Aug 8, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in APIOPS Roadmap Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants