Skip to content

Commit 7acda71

Browse files
authored
Add enum value to OutputDataDeliveryMode (#19964)
1 parent 1d8c939 commit 7acda71

File tree

1 file changed

+5
-1
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-06-01-preview

1 file changed

+5
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-06-01-preview/mfe.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12668,7 +12668,8 @@
1266812668
"description": "Output data delivery mode enums.",
1266912669
"enum": [
1267012670
"ReadWriteMount",
12671-
"Upload"
12671+
"Upload",
12672+
"Direct"
1267212673
],
1267312674
"type": "string",
1267412675
"x-ms-enum": {
@@ -12680,6 +12681,9 @@
1268012681
},
1268112682
{
1268212683
"value": "Upload"
12684+
},
12685+
{
12686+
"value": "Direct"
1268312687
}
1268412688
]
1268512689
},

0 commit comments

Comments
 (0)