Skip to content

Commit b0b5122

Browse files
changing type from string back to object
1 parent 0e52ddf commit b0b5122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01

specification/imagebuilder/resource-manager/Microsoft.VirtualMachineImages/stable/2024-02-01/imagebuilder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@
11761176
"pattern": "^[A-Za-z0-9-_.]{1,64}$"
11771177
},
11781178
"artifactTags": {
1179-
"type": "string",
1179+
"type": "object",
11801180
"description": "Tags that will be applied to the artifact once it has been created/updated by the distributor."
11811181
}
11821182
},
@@ -1653,7 +1653,7 @@
16531653
"description": "Indicates whether or not to automatically run the image template build on template creation or update."
16541654
},
16551655
"managedResourceTags": {
1656-
"type": "string",
1656+
"type": "object ",
16571657
"x-ms-mutability": [
16581658
"read",
16591659
"create",

0 commit comments

Comments
 (0)