Skip to content

Commit

Permalink
fixing distribute for ImageTemplateUpdateParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zdelacerda-microsoft committed Oct 26, 2023
1 parent 4593fa2 commit 09f692f
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@
"items": {
"$ref": "#/definitions/TargetRegion"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"description": "The target regions where the distributed Image Version is going to be replicated to. This object supersedes replicationRegions and can be specified only if replicationRegions is not specified."
},
"versioning": {
Expand Down Expand Up @@ -1503,7 +1503,7 @@
"items": {
"$ref": "#/definitions/ImageTemplateCustomizer"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"description": "Specifies the properties used to describe the customization steps of the image, like Image source etc"
},
"optimize": {
Expand Down Expand Up @@ -1549,7 +1549,7 @@
"items": {
"$ref": "#/definitions/ImageTemplateInVMValidator"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"description": "List of validations to be performed."
}
}
Expand All @@ -1559,7 +1559,7 @@
"items": {
"$ref": "#/definitions/ImageTemplateDistributor"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"description": "The distribution targets where the image output needs to go to."
},
"errorHandling": {
Expand Down Expand Up @@ -1706,28 +1706,28 @@
"required": [
"identity"
],
"x-ms-identifiers": []
"x-ms-identifiers": [ ]
},
"ImageTemplateUpdateParameters": {
"type": "object",
"properties": {
"identity": {
"$ref": "#/definitions/ImageTemplateIdentity",
"description": "The identity of the image template, if configured."
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "The user-specified tags associated with the image template."
"identity": {
"$ref": "#/definitions/ImageTemplateIdentity",
"description": "The identity of the image template, if configured."
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "The user-specified tags associated with the image template."
},
"properties": {
"distribute": {
"type": "array",
"items": {
"$ref": "#/definitions/ImageTemplateDistributor"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"description": "The distribution targets where the image output needs to go to."
}
},
Expand Down Expand Up @@ -1825,7 +1825,7 @@
"$ref": "#/definitions/TriggerProperties"
}
],
"properties": {}
"properties": { }
},
"Trigger": {
"type": "object",
Expand Down Expand Up @@ -1918,7 +1918,7 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [ ],
"title": "The list of operations supported by the resource provider."
},
"nextLink": {
Expand Down

0 comments on commit 09f692f

Please sign in to comment.