Azure Monitor: Adapt empty Logs response (#56378)

This commit is contained in:
Andres Martinez Gotor
2022-10-05 15:29:34 +02:00
committed by GitHub
parent 7fd613ec0d
commit 8594e648e8
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": []
}
]
}