You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/restorePoint.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -864,7 +864,6 @@
864
864
},
865
865
"consistencyMode": {
866
866
"type": "string",
867
-
"readOnly": true,
868
867
"enum": [
869
868
"CrashConsistent",
870
869
"FileSystemConsistent",
@@ -874,7 +873,7 @@
874
873
"name": "ConsistencyModeTypes",
875
874
"modelAsString": true
876
875
},
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."
0 commit comments