Revision d5844c35f8bbc2b3b6d7c1e0449a94465a841a82 authored by Grot (@grafanabot) on 10 May 2023, 10:39:04 UTC, committed by GitHub on 10 May 2023, 10:39:04 UTC
AzureMonitor: Correctly set resource parameter for Logs queries (#68133)

* Update to ensure the resources parameter is passed through for logs queries only

* Use string slices for resources to ensure order remains the same

* Fix lint

* clarify test

(cherry picked from commit e059ce9c8aae3f24fef4721de9ba524d4ae20df4)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
1 parent 758dfbd
Raw File
.eslintignore
.git
.github
.yarn
build
compiled
data
deployment_tools_config.json
devenv
dist
e2e/tmp
node_modules
pkg
public/lib/monaco
scripts/grafana-server/tmp
vendor

# TS generate from cue by cuetsy
**/*.gen.ts

# Auto-generated internationalization files
public/locales/_build/
public/locales/**/*.js

# Auto-generated icon file
packages/grafana-ui/src/components/Icon/iconBundle.ts
back to top