From b0b51226863d56d08b20e37b0a45829923e5883e Mon Sep 17 00:00:00 2001 From: zdelacerda-microsoft <90284189+zdelacerda-microsoft@users.noreply.github.com> Date: Wed, 8 May 2024 15:59:06 -0400 Subject: [PATCH] changing type from string back to object --- .../stable/2024-02-01/imagebuilder.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json b/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json index a8c44f0277b6..af28c4603b4a 100644 --- a/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json +++ b/specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json @@ -1176,7 +1176,7 @@ "pattern": "^[A-Za-z0-9-_.]{1,64}$" }, "artifactTags": { - "type": "string", + "type": "object", "description": "Tags that will be applied to the artifact once it has been created/updated by the distributor." } }, @@ -1653,7 +1653,7 @@ "description": "Indicates whether or not to automatically run the image template build on template creation or update." }, "managedResourceTags": { - "type": "string", + "type": "object ", "x-ms-mutability": [ "read", "create",