Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -14510,6 +14510,18 @@
"modelAsString": true
}
},
"type": {
"description": "Type of the customized accelerator.",
"enum": [
"Accelerator",
"Fragment"
],
"type": "string",
"x-ms-enum": {
"name": "CustomizedAcceleratorType",
"modelAsString": true
}
},
"displayName": {
"type": "string"
},
Expand All @@ -14525,6 +14537,14 @@
"type": "string"
}
},
"imports": {
"type": "array",
"readOnly": true,
"description": "Imports references all imports that this accelerator/fragment depends upon.",
"items": {
"type": "string"
}
},
"gitRepository": {
"$ref": "#/definitions/AcceleratorGitRepository"
}
Expand Down Expand Up @@ -14562,6 +14582,10 @@
"$ref": "#/definitions/AcceleratorAuthSetting",
"description": "Properties of the auth setting payload.",
"x-ms-client-flatten": false
},
"subPath": {
"description": "Folder path inside the git repository to consider as the root of the accelerator or fragment.",
"type": "string"
}
}
},
Expand Down