Skip to content

Commit b04235d

Browse files
SDKAutoXuyang Cao
andcommitted
CodeGen from PR 16548 in Azure/azure-rest-api-specs
fix typo: readonly to readOnly (#16548) Co-authored-by: Xuyang Cao <xuycao@microsoft.com>
1 parent bc1bfd4 commit b04235d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/2021-09-01-preview/Microsoft.AppPlatform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
"type": "string",
884884
"description": "The mount path of the persistent disk."
885885
},
886-
"readonly": {
886+
"readOnly": {
887887
"oneOf": [
888888
{
889889
"type": "boolean"
@@ -892,7 +892,7 @@
892892
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
893893
}
894894
],
895-
"description": "Indicates whether the persistent disk is a readonly one."
895+
"description": "Indicates whether the persistent disk is a readOnly one."
896896
}
897897
},
898898
"required": [

0 commit comments

Comments
 (0)