Skip to content

Commit

Permalink
fix: SmartDetecotrAlertRule_Delete model validation
Browse files Browse the repository at this point in the history
Empty/null body was failing OAV
  • Loading branch information
nschonni committed Jul 10, 2019
1 parent fc9168c commit 68ea0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"api-version": "2019-03-01"
},
"responses": {
"200": {
"body": null
},
"204": {
"body": null
}
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"api-version": "2019-06-01"
},
"responses": {
"200": {
"body": null
},
"204": {
"body": null
}
"200": {},
"204": {}
}
}

0 comments on commit 68ea0a3

Please sign in to comment.