Skip to content

Commit

Permalink
Add new enum values to DataBindingMode (Azure#18690)
Browse files Browse the repository at this point in the history
  • Loading branch information
keriehm authored and FredericHeem committed May 16, 2022
1 parent 89238f7 commit 9e81c6b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6148,7 +6148,12 @@
"enum": [
"Mount",
"Download",
"Upload"
"Upload",
"ReadOnlyMount",
"ReadWriteMount",
"Direct",
"EvalMount",
"EvalDownload"
],
"type": "string",
"x-ms-enum": {
Expand Down

0 comments on commit 9e81c6b

Please sign in to comment.