Skip to content

Commit

Permalink
swagger correctness fix for INVALID RESPONSE CODE. (#17750)
Browse files Browse the repository at this point in the history
Co-authored-by: Priyankar Gupta <priyagupta@microsoft.com>
  • Loading branch information
priyankarking and Priyankar Gupta authored Feb 18, 2022
1 parent 997d936 commit b6cd926
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,9 @@
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"204": {
"description": "No Content -- The private endpoint connection does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,9 @@
"$ref": "../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"204": {
"description": "No Content -- The private endpoint connection does not exist."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down

0 comments on commit b6cd926

Please sign in to comment.