Skip to content

Commit

Permalink
add path_on_compute for 20240101 preview mfe.json (Azure#26447)
Browse files Browse the repository at this point in the history
Merging to release branch
  • Loading branch information
yancao6 authored and Kayla Ames committed Dec 22, 2023
1 parent 2419868 commit 2608ff8
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14420,6 +14420,11 @@
"read"
]
},
"pathOnCompute": {
"description": "Local path on compute node for Input asset.",
"type": "string",
"x-nullable": true
},
"uri": {
"description": "[Required] Input Asset URI.",
"minLength": 1,
Expand Down Expand Up @@ -14462,6 +14467,11 @@
"read"
]
},
"pathOnCompute": {
"description": "Local path on compute node for Output asset.",
"type": "string",
"x-nullable": true
},
"uri": {
"description": "Output Asset URI.",
"type": "string",
Expand Down Expand Up @@ -22946,6 +22956,11 @@
"minLength": 1,
"pattern": "[a-zA-Z0-9_]",
"type": "string"
},
"pathOnCompute": {
"description": "Local path on compute node for literal job input.",
"type": "string",
"x-nullable": true
}
},
"x-ms-discriminator-value": "literal",
Expand Down

0 comments on commit 2608ff8

Please sign in to comment.