Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Exmaple Validation
Fixed errores reported by running command "oav validate-example"
  • Loading branch information
abversqr committed Apr 24, 2018
commit ef757865568f06153fe418688bf530ab335530a1
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
"responses": {
"200": {
"headers": {},
"body": {
"description": "Successful request to delete a log search rule"
}
"body": null
},
"204": {
"headers": {},
"body": {
"description": "No Content. Resource not found"
}
"body": null
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"provisioningState": "Succeeded",
"source": {
"query": "Type=HearBeat",
"queryType": "Number",
"queryType": "ResultCount",
"datasourceId": "/subscriptions/b67f7fec-69fc-4974-9099-a26bd6ffeda3/resourceGroups/Rac46PostSwapRG/providers/microsoft.insights/components/sampleAI"
},
"schedule": {
Expand Down