Skip to content

Commit

Permalink
Update consortium to remove access type on consortium properties (#5280)
Browse files Browse the repository at this point in the history
  • Loading branch information
khannarheams authored Oct 27, 2021
1 parent 0a09c1d commit 932eac8
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,18 +734,6 @@
"description": "Gets or sets the UserInterfaceMode.",
"type": "string"
},
"accessType": {
"description": "Gets or sets the Access Type.",
"type": "string",
"readOnly": true,
"enum": [
"GUI"
],
"x-ms-enum": {
"name": "AccessType",
"modelAsString": true
}
},
"accessConfigurations": {
"type": "object",
"items": {
Expand Down

0 comments on commit 932eac8

Please sign in to comment.