Skip to content

Commit a13f14c

Browse files
CaoxuyangXuyang Cao
authored andcommitted
fix typo: readonly to readOnly (Azure#16548)
Co-authored-by: Xuyang Cao <xuycao@microsoft.com>
1 parent 2405272 commit a13f14c

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)