Skip to content

Commit

Permalink
Fixing validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoft-rin committed Feb 13, 2020
1 parent a40ca5e commit 02b1e31
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,4 @@
"description": "The Version of the API to be used with the client request."
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"api-version": "2020-02-01-preview"
},
"responses": {
"202": {},
"204": {}
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
}
}
}
}
}

0 comments on commit 02b1e31

Please sign in to comment.