Skip to content

Commit

Permalink
Remove readonly attribute from identities collection in users (#4442)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored and jhendrixMSFT committed Nov 12, 2018
1 parent 3f568b4 commit 7577df9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@
"description": "Optional note about a user set by the administrator."
},
"identities": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/UserIdentityContract"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@
"description": "Optional note about a user set by the administrator."
},
"identities": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/UserIdentityContract"
Expand Down

0 comments on commit 7577df9

Please sign in to comment.