Skip to content

Commit

Permalink
fix typo: readonly to readOnly (Azure#16548)
Browse files Browse the repository at this point in the history
Co-authored-by: Xuyang Cao <xuycao@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent 2405272 commit a13f14c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4426,8 +4426,8 @@
"description": "The mount path of the persistent disk.",
"type": "string"
},
"readonly": {
"description": "Indicates whether the persistent disk is a readonly one.",
"readOnly": {
"description": "Indicates whether the persistent disk is a readOnly one.",
"type": "boolean"
},
"mountOptions": {
Expand Down

0 comments on commit a13f14c

Please sign in to comment.