Skip to content

Commit 99171fc

Browse files
CaoxuyangXuyang Cao
andauthored
fix typo: readonly to readOnly (#16548)
Co-authored-by: Xuyang Cao <[email protected]>
1 parent 79cb50a commit 99171fc

File tree

1 file changed

+2
-2
lines changed
  • specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview

1 file changed

+2
-2
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4426,8 +4426,8 @@
44264426
"description": "The mount path of the persistent disk.",
44274427
"type": "string"
44284428
},
4429-
"readonly": {
4430-
"description": "Indicates whether the persistent disk is a readonly one.",
4429+
"readOnly": {
4430+
"description": "Indicates whether the persistent disk is a readOnly one.",
44314431
"type": "boolean"
44324432
},
44334433
"mountOptions": {

0 commit comments

Comments
 (0)