Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dagoutha committed Aug 4, 2020
1 parent 4eb6327 commit ce4e205
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,18 @@
"description": "Reference to another subresource.",
"x-ms-azure-resource": true
},
"TagsObject": {
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags."
}
},
"description": "Tags object for patch operations."
},
"ManagedServiceIdentity": {
"properties": {
"principalId": {
Expand Down

0 comments on commit ce4e205

Please sign in to comment.