Skip to content

Commit

Permalink
Add enum value to OutputDataDeliveryMode (#19964)
Browse files Browse the repository at this point in the history
  • Loading branch information
erjms authored Jul 27, 2022
1 parent 1d8c939 commit 7acda71
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12668,7 +12668,8 @@
"description": "Output data delivery mode enums.",
"enum": [
"ReadWriteMount",
"Upload"
"Upload",
"Direct"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -12680,6 +12681,9 @@
},
{
"value": "Upload"
},
{
"value": "Direct"
}
]
},
Expand Down

0 comments on commit 7acda71

Please sign in to comment.