Skip to content

Commit 2635594

Browse files
authored
[Crash Consistent RestorePoints] Making consistencyMode input parameter for RestorePoint (#18165)
* removing readonly for consistencymode * small spell correction 2.1
1 parent 94f6ed8 commit 2635594

File tree

1 file changed

+1
-2
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP

1 file changed

+1
-2
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/restorePoint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@
864864
},
865865
"consistencyMode": {
866866
"type": "string",
867-
"readOnly": true,
868867
"enum": [
869868
"CrashConsistent",
870869
"FileSystemConsistent",
@@ -874,7 +873,7 @@
874873
"name": "ConsistencyModeTypes",
875874
"modelAsString": true
876875
},
877-
"description": "Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details."
876+
"description": "ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details."
878877
},
879878
"timeCreated": {
880879
"type": "string",

0 commit comments

Comments
 (0)