Azure Monitor: Adapt empty Logs response (#56378)
This commit is contained in:
committed by
GitHub
parent
7fd613ec0d
commit
8594e648e8
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"tables": [
|
||||
{
|
||||
"name": "PrimaryResult",
|
||||
"columns": [
|
||||
{
|
||||
"name": "OperationName",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "Level",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"rows": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user