Skip to content

Commit

Permalink
{Storage} change modelAsString from false to true (Azure#13073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl authored and mkarmark committed Jul 20, 2021
1 parent 67035bd commit dfac943
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
],
"x-ms-enum": {
"name": "ListSharesExpand",
"modelAsString": false
"modelAsString": true
},
"description": "Optional, used to expand the properties within share's properties."
}
Expand Down Expand Up @@ -286,7 +286,7 @@
],
"x-ms-enum": {
"name": "PutSharesExpand",
"modelAsString": false
"modelAsString": true
},
"description": "Optional, used to create a snapshot."
},
Expand Down

0 comments on commit dfac943

Please sign in to comment.