Skip to content

Commit

Permalink
List.json - removing 404 (#8961)
Browse files Browse the repository at this point in the history
  • Loading branch information
sranthar authored Apr 26, 2020
1 parent db22d3d commit d1ae5dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"schema": {
"$ref": "#/definitions/QuotaList"
}
},
"404": {
"description": "Not Found"
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -91,9 +88,6 @@
"schema": {
"$ref": "#/definitions/Quota"
}
},
"404": {
"description": "Not Found"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"id": "/subscriptions/fc8456aa-4843-4079-a152-f3497c63aa73/providers/Microsoft.Network.Admin/locations/local/quotas/Default Quota"
}
},
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
}
]
}
},
"404": {}
}
}
}

0 comments on commit d1ae5dd

Please sign in to comment.