-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[release-12.0.3] Azure: Fix time management field #108481
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
Conversation
* Fix mode setting * Update selector * Add tests * Fix condition (cherry picked from commit a421f55)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hello @grafana-delivery-bot[bot], we've noticed that the original base branch |
This comment has been minimized.
This comment has been minimized.
|
Hello @grafana-delivery-bot[bot], we've noticed that the original base branch |
|
😢 zizmor failed with exit code 14. Expand for full output |
Backport a421f55 from #107993
A bug was introduced in #99055 that sets the default mode for Log Analytics queries to
builder. This is actually invalid for two reasons:queryanddashboardasqueryis disabled for the builder.I've also added tests for this case.
Fixes #106555