Skip to content

Commit

Permalink
Principal ID and tenant ID should be readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Aug 7, 2020
1 parent 8257530 commit 5f6fca8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1291,10 +1291,12 @@
"properties": {
"principalId": {
"type": "string",
"readOnly": true,
"description": "ObjectId from the KeyVault"
},
"tenantId": {
"type": "string",
"readOnly": true,
"description": "TenantId from the KeyVault"
},
"type": {
Expand Down

0 comments on commit 5f6fca8

Please sign in to comment.