Skip to content

Commit

Permalink
removing headers in 06-15 version (#4798)
Browse files Browse the repository at this point in the history
Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
  • Loading branch information
PingZhu2232 and Ping Zhu authored Sep 10, 2021
1 parent 1bf7720 commit 3dfec06
Showing 1 changed file with 6 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,7 @@
"schema": {
"$ref": "#/definitions/FluidRelayServer"
},
"description": "Request completed synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request completed synchronously."
},
"default": {
"schema": {
Expand Down Expand Up @@ -206,15 +198,7 @@
"schema": {
"$ref": "#/definitions/FluidRelayServer"
},
"description": "Request Completed Synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request Completed Synchronously."
},
"default": {
"schema": {
Expand Down Expand Up @@ -251,26 +235,10 @@
],
"responses": {
"200": {
"description": "Request completed Synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request completed Synchronously."
},
"204": {
"description": "Request completed Synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request completed Synchronously."
},
"default": {
"schema": {
Expand Down Expand Up @@ -321,15 +289,7 @@
"schema": {
"$ref": "#/definitions/FluidRelayServerKeys"
},
"description": "Request Completed Synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request Completed Synchronously."
},
"default": {
"schema": {
Expand Down Expand Up @@ -371,15 +331,7 @@
"schema": {
"$ref": "#/definitions/FluidRelayServerKeys"
},
"description": "Request Completed Synchronously.",
"headers": {
"x-ms-client-request-id": {
"type": "string"
},
"x-ms-correlation-request-id": {
"type": "string"
}
}
"description": "Request Completed Synchronously."
},
"default": {
"schema": {
Expand Down

0 comments on commit 3dfec06

Please sign in to comment.