Skip to content

Commit

Permalink
changing type from string back to object
Browse files Browse the repository at this point in the history
  • Loading branch information
zdelacerda-microsoft committed May 8, 2024
1 parent 0e52ddf commit b0b5122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b0b5122

Please sign in to comment.