Skip to content

Commit

Permalink
Work around for issue: 903
Browse files Browse the repository at this point in the history
explicitly calling out our chunked transfer APIs until issue:
Azure/autorest#903 is resolved.
  • Loading branch information
begoldsm committed Jul 11, 2016
1 parent f8f7067 commit 2991672
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@
"chunked"
]
},
{
"name": "Transfer-Encoding",
"in": "header",
"required": true,
"type": "string",
"description": "Indicates the data being sent to the server is being streamed in chunks.",
"enum": [
"chunked"
]
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -468,6 +478,16 @@
"GETFILESTATUS"
]
},
{
"name": "Transfer-Encoding",
"in": "header",
"required": true,
"type": "string",
"description": "Indicates the data being sent to the server is being streamed in chunks.",
"enum": [
"chunked"
]
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down Expand Up @@ -547,6 +567,16 @@
"chunked"
]
},
{
"name": "Transfer-Encoding",
"in": "header",
"required": true,
"type": "string",
"description": "Indicates the data being sent to the server is being streamed in chunks.",
"enum": [
"chunked"
]
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
Expand Down

0 comments on commit 2991672

Please sign in to comment.