Skip to content

Commit

Permalink
[Crash Consistent RestorePoints] Making consistencyMode input paramet…
Browse files Browse the repository at this point in the history
…er for RestorePoint (#18165)

* removing readonly for consistencymode

* small spell correction 2.1
  • Loading branch information
prchin authored Apr 21, 2022
1 parent 94f6ed8 commit 2635594
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@
},
"consistencyMode": {
"type": "string",
"readOnly": true,
"enum": [
"CrashConsistent",
"FileSystemConsistent",
Expand All @@ -874,7 +873,7 @@
"name": "ConsistencyModeTypes",
"modelAsString": true
},
"description": "Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details."
"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."
},
"timeCreated": {
"type": "string",
Expand Down

0 comments on commit 2635594

Please sign in to comment.