Skip to content

Commit

Permalink
Revert AccessUri description to make it correspond to server response (
Browse files Browse the repository at this point in the history
  • Loading branch information
lenala authored and sarangan12 committed Jul 18, 2018
1 parent c4c8e6d commit 96d6b7f
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,26 @@
"description": "Data used for requesting a SAS."
},
"AccessUri": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/AccessUriOutput",
"description": "Operation output data (raw JSON)"
}
},
"description": "A disk access SAS uri."
},
"AccessUriOutput": {
"properties": {
"output": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/AccessUriRaw",
"description": "Operation output data (raw JSON)"
}
},
"description": "Azure properties, including output."
},
"AccessUriRaw": {
"properties": {
"accessSAS": {
"readOnly": true,
Expand Down

0 comments on commit 96d6b7f

Please sign in to comment.