Skip to content

Commit

Permalink
devcenter: devCenterUri should be a read only field
Browse files Browse the repository at this point in the history
This field cannot be updated - therefore it should be marked as readonly
  • Loading branch information
tombuildsstuff committed Oct 12, 2023
1 parent e1017d9 commit 35c7dc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,8 @@
},
"devCenterUri": {
"description": "The URI of the Dev Center.",
"$ref": "#/definitions/DevCenterUri"
"$ref": "#/definitions/DevCenterUri",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 35c7dc7

Please sign in to comment.