-
Notifications
You must be signed in to change notification settings - Fork 444
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
Fix mappings of flattened fields in azure billing and application insights packages #6975
Conversation
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test |
1 similar comment
/test |
🌐 Coverage report
|
Package azure_application_insights - 1.0.6 containing this change is available at https://epr.elastic.co/search?package=azure_application_insights |
Package azure_billing - 1.1.3 containing this change is available at https://epr.elastic.co/search?package=azure_billing |
What does this PR do?
Fix mappings of flattened fields in azure billing and application insights packages.
Previous code generates this unexpected mapping:
With this change, this mapping is generated:
We also take the opportunity to increase the format spec version and fix duplicated field definitions.
These issues were identified in elastic/package-spec#527 (comment).
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots