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 @@ -1705,8 +1705,7 @@
],
"required": [
"identity"
],
"x-ms-identifiers": []
]
},
"ImageTemplateUpdateParameters": {
"type": "object",
Expand All @@ -1723,9 +1722,18 @@
"description": "The user-specified tags associated with the image template."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ImageTemplateProperties",
"description": "The properties of the image template"
"type": "object",
"description": "Parameters for updating an image template.",
"properties": {
"distribute": {
"type": "array",
"items": {
"$ref": "#/definitions/ImageTemplateDistributor"
},
"x-ms-identifiers": [],
"description": "The distribution targets where the image output needs to go to."
}
}
}
},
"description": "Parameters for updating an image template."
Expand Down