Skip to content

Commit

Permalink
Missing description (Azure#11772)
Browse files Browse the repository at this point in the history
* Adding 7.2-preview version (Azure#8397)

* Adding 7.2-preview version

Signed-off-by: vasanthrajams <[email protected]>

* Resolve PR feedback

* Fix output-folder for go code generation

Co-authored-by: Heath Stewart <[email protected]>

* Add missing description for SASTokenParameter

* Capitalize Azure

Co-authored-by: Heath Stewart <[email protected]>
Co-authored-by: vasanthrajams <[email protected]>
  • Loading branch information
3 people authored and giromm2ms committed Dec 20, 2020
1 parent 6e9046e commit a2bdb12
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@
"RestoreOperationParameters": {
"properties": {
"sasTokenParameters": {
"$ref": "#/definitions/SASTokenParameter"
"$ref": "#/definitions/SASTokenParameter",
"description": "SAS token parameter object containing Azure storage resourceUri and token"
},
"folderToRestore": {
"type": "string",
Expand All @@ -299,7 +300,8 @@
"SelectiveKeyRestoreOperationParameters": {
"properties": {
"sasTokenParameters": {
"$ref": "#/definitions/SASTokenParameter"
"$ref": "#/definitions/SASTokenParameter",
"description": "SAS token parameter object containing Azure storage resourceUri and token"
},
"folder": {
"type": "string",
Expand Down

0 comments on commit a2bdb12

Please sign in to comment.