Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1838,9 +1838,13 @@
],
"description": "Container App credentials."
},
"dockerfilePath": {
"contextPath": {
"type": "string",
"description": "Docker file path"
"description": "Context path"
},
"image": {
"type": "string",
"description": "Image name"
},
"os": {
"type": "string",
Expand All @@ -1867,7 +1871,7 @@
},
"runtimeVersion": {
"type": "string",
"description": "Runtime Version"
"description": "Runtime version"
}
},
"description": "Configuration properties that define the mutable settings of a Container App SourceControl"
Expand Down
Loading