Skip to content

Commit

Permalink
Removing a readonly tag from a property (Azure#12254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal777 authored and josuh committed Jan 6, 2021
1 parent 30e907c commit 36af14d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2559,8 +2559,7 @@
},
"keyEncryptionKey": {
"$ref": "#/definitions/KeyEncryptionKey",
"description": "Details about which key encryption type is being used.",
"readOnly": true
"description": "Details about which key encryption type is being used."
},
"expectedDataSizeInTerabytes": {
"format": "int32",
Expand Down

0 comments on commit 36af14d

Please sign in to comment.