Skip to content

Commit

Permalink
[Storage] Set the SignedResource as optional in ListServiceSAS (#3463)
Browse files Browse the repository at this point in the history
* [Storage] Set the SignedResource as optional in ListServiceSAS

* [Storage] Fix a format issue.
  • Loading branch information
blueww authored and marstr committed Jul 31, 2018
1 parent aac38c5 commit 1dae0d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,10 @@
"operation": {
"description": "Type of operation: get, read, delete, etc.",
"type": "string"
},
"description": {
"description": "Description of the operation.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -1989,8 +1993,7 @@
}
},
"required": [
"canonicalizedResource",
"signedResource"
"canonicalizedResource"
],
"description": "The parameters to list service SAS credentials of a speicific resource."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,10 @@
"operation": {
"description": "Type of operation: get, read, delete, etc.",
"type": "string"
},
"description": {
"description": "Description of the operation.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -1921,8 +1925,7 @@
}
},
"required": [
"canonicalizedResource",
"signedResource"
"canonicalizedResource"
],
"description": "The parameters to list service SAS credentials of a speicific resource."
},
Expand Down

0 comments on commit 1dae0d5

Please sign in to comment.