Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove default response from Sessions to bring them inline with the r…
…emaining artifacts
  • Loading branch information
refortie committed Sep 11, 2018
commit 14736179143e9c45f99655ed4066c1ff36c6a98e
Original file line number Diff line number Diff line change
Expand Up @@ -4617,12 +4617,6 @@
"schema": {
"$ref": "#/definitions/IntegrationAccountSessionListResult"
}
},
"default": {
"description": "Logic error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -4678,12 +4672,6 @@
"schema": {
"$ref": "#/definitions/IntegrationAccountSession"
}
},
"default": {
"description": "Logic error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -4748,12 +4736,6 @@
"schema": {
"$ref": "#/definitions/IntegrationAccountSession"
}
},
"default": {
"description": "Logic error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
}
},
Expand Down