Skip to content

Commit

Permalink
Support Update properties (#5729)
Browse files Browse the repository at this point in the history
* Support Update properties

* Update specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json

Co-Authored-By: yangyuan <yangyuan@users.noreply.github.com>
  • Loading branch information
yangyuan authored and jhendrixMSFT committed Apr 23, 2019
1 parent a2f1e6e commit d45824b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,10 @@
"type": "string"
},
"description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters."
},
"properties": {
"type": "object",
"description": "Additional properties for Account. Only provided fields will be updated."
}
},
"description": "The parameters to provide for the account."
Expand Down Expand Up @@ -1328,4 +1332,4 @@
"x-ms-parameter-location": "method"
}
}
}
}

0 comments on commit d45824b

Please sign in to comment.