Skip to content

Commit

Permalink
fix: applicationinsights delete examples (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and yungezz committed Jul 29, 2019
1 parent bc9c454 commit 8f0d54f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@
],
"responses": {
"200": {
"description": "The annotation that was successfully deleted.",
"schema": {}
"description": "The annotation that was successfully deleted."
}
},
"x-ms-examples": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@
],
"responses": {
"200": {
"description": "The work item configuration that was successfully deleted.",
"schema": {}
"description": "The work item configuration that was successfully deleted."
}
},
"x-ms-examples": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"annotationId": "bb820f1b-3110-4a8b-ba2c-8c1129d7eb6a"
},
"responses": {
"200": {
"body": {}
}
"200": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"workItemConfigId": "Visual Studio Team Services"
},
"responses": {
"200": {
"body": {}
}
"200": {}
}
}

0 comments on commit 8f0d54f

Please sign in to comment.