Azure Monitor: Adapt empty Logs response (#56378) (#56395)

(cherry picked from commit 8594e648e8)

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-10-05 10:24:13 -04:00
committed by GitHub
co-authored by Andres Martinez Gotor
parent 55186418b9
commit 0f136e2b26
5 changed files with 52 additions and 8 deletions
@@ -0,0 +1,19 @@
{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "OperationName",
"type": "string"
},
{
"name": "Level",
"type": "string"
}
],
"rows": []
}
]
}