Skip to content

Commit

Permalink
[ReleasePR appplatform] fix typo: readonly to readOnly (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Oct 26, 2021
2 parents bc1bfd4 + b04235d commit 57dc40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/2021-09-01-preview/Microsoft.AppPlatform.json
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
"type": "string",
"description": "The mount path of the persistent disk."
},
"readonly": {
"readOnly": {
"oneOf": [
{
"type": "boolean"
Expand All @@ -892,7 +892,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether the persistent disk is a readonly one."
"description": "Indicates whether the persistent disk is a readOnly one."
}
},
"required": [
Expand Down

0 comments on commit 57dc40f

Please sign in to comment.