Skip to content

Commit 6002d35

Browse files
zdelacerda-microsoftzman-ms
authored andcommitted
[API 2023-07-01 Update] Fixing distribute in ImageTemplateUpdateParameters (#26487)
* fixing distribute in ImageTemplateUpdateParameters * prettier * removing x-ms-identifiers from ImageTemplate
1 parent fae547d commit 6002d35

File tree

1 file changed

+13
-5
lines changed
  • specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01

1 file changed

+13
-5
lines changed

specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,8 +1705,7 @@
17051705
],
17061706
"required": [
17071707
"identity"
1708-
],
1709-
"x-ms-identifiers": []
1708+
]
17101709
},
17111710
"ImageTemplateUpdateParameters": {
17121711
"type": "object",
@@ -1723,9 +1722,18 @@
17231722
"description": "The user-specified tags associated with the image template."
17241723
},
17251724
"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+
}
17291737
}
17301738
},
17311739
"description": "Parameters for updating an image template."

0 commit comments

Comments
 (0)