From 09f692fa75f5327d569a03e3bbb309e639f9fd81 Mon Sep 17 00:00:00 2001 From: zdelacerda Date: Thu, 26 Oct 2023 20:39:54 +0000 Subject: [PATCH] fixing distribute for ImageTemplateUpdateParameters --- .../stable/2023-07-01/imagebuilder.json | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json b/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json index 28d5d95ff48c..f5cdf9c07fcc 100644 --- a/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json +++ b/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2023-07-01/imagebuilder.json @@ -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": { @@ -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": { @@ -1549,7 +1549,7 @@ "items": { "$ref": "#/definitions/ImageTemplateInVMValidator" }, - "x-ms-identifiers": [], + "x-ms-identifiers": [ ], "description": "List of validations to be performed." } } @@ -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": { @@ -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." } }, @@ -1825,7 +1825,7 @@ "$ref": "#/definitions/TriggerProperties" } ], - "properties": {} + "properties": { } }, "Trigger": { "type": "object", @@ -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": {