Skip to content

Commit

Permalink
Fix the error The 200 response model for an ARM PUT operation must ha…
Browse files Browse the repository at this point in the history
…ve x-ms-azure-resource extension set to true in its hierarchy. Operation: 'Tags_CreateOrUpdate' Model: 'TagDetails' (#4600)

Merging this Pull request but it might cause breaking changes on some of the SDKs
  • Loading branch information
zjpjack authored and salameer committed Nov 29, 2018
1 parent d5120f6 commit 5b76374
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3201,6 +3201,7 @@
"description": "The list of tag values."
}
},
"x-ms-azure-resource": true,
"description": "Tag details."
},
"TagsListResult": {
Expand Down

0 comments on commit 5b76374

Please sign in to comment.