You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1705,8 +1705,7 @@
1705
1705
],
1706
1706
"required": [
1707
1707
"identity"
1708
-
],
1709
-
"x-ms-identifiers": []
1708
+
]
1710
1709
},
1711
1710
"ImageTemplateUpdateParameters": {
1712
1711
"type": "object",
@@ -1723,9 +1722,18 @@
1723
1722
"description": "The user-specified tags associated with the image template."
1724
1723
},
1725
1724
"properties": {
1726
-
"x-ms-client-flatten": true,
1727
-
"$ref": "#/definitions/ImageTemplateProperties",
1728
-
"description": "The properties of the image template"
1725
+
"type": "object",
1726
+
"description": "Parameters for updating an image template.",
1727
+
"properties": {
1728
+
"distribute": {
1729
+
"type": "array",
1730
+
"items": {
1731
+
"$ref": "#/definitions/ImageTemplateDistributor"
1732
+
},
1733
+
"x-ms-identifiers": [],
1734
+
"description": "The distribution targets where the image output needs to go to."
1735
+
}
1736
+
}
1729
1737
}
1730
1738
},
1731
1739
"description": "Parameters for updating an image template."
0 commit comments