Skip to content

Commit

Permalink
refactored fileSystemResource param and added md5 to pathHttpHeaders (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Oct 16, 2019
1 parent 8e3a78a commit 4174e38
Showing 1 changed file with 19 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,18 +371,7 @@
},
"parameters": [
{
"name": "resource",
"in": "query",
"description": "The value must be \"filesystem\" for all filesystem operations.",
"required": true,
"type": "string",
"enum": [
"filesystem"
],
"x-ms-enum": {
"name": "FileSystemResourceType",
"modelAsString": false
}
"$ref": "#/parameters/FileSystemResource"
},
{
"$ref": "#/parameters/ClientRequestId"
Expand Down Expand Up @@ -480,18 +469,7 @@
},
"parameters": [
{
"name": "resource",
"in": "query",
"description": "The value must be \"filesystem\" for all filesystem operations.",
"required": true,
"type": "string",
"enum": [
"filesystem"
],
"x-ms-enum": {
"name": "FileSystemResourceType",
"modelAsString": false
}
"$ref": "#/parameters/FileSystemResource"
},
{
"$ref": "#/parameters/ClientRequestId"
Expand Down Expand Up @@ -1919,6 +1897,20 @@
"in": "path",
"x-ms-skip-url-encoding": true
},
"FileSystemResource": {
"name": "resource",
"in": "query",
"description": "The value must be \"filesystem\" for all filesystem operations.",
"required": true,
"type": "string",
"enum": [
"filesystem"
],
"x-ms-enum": {
"name": "FileSystemResourceType",
"modelAsString": false
}
},
"ApiVersionParameter": {
"name": "x-ms-version",
"x-ms-client-name": "version",
Expand Down Expand Up @@ -2259,6 +2251,9 @@
"type": "string",
"format": "byte",
"x-ms-parameter-location": "method",
"x-ms-parameter-grouping": {
"name": "path-HTTP-headers"
},
"description": "Specify the transactional md5 for the body, to be validated by the service."
},
"Umask": {
Expand Down

0 comments on commit 4174e38

Please sign in to comment.