Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"enabled": true
}
},
"location": "westus"
"location": "westus",
"userData": "c2FtcGxlIHVzZXJEYXRh"
},
"provisioningState": "Creating",
"consistencyMode": "ApplicationConsistent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"enabled": true
}
},
"location": "westus"
"location": "westus",
"userData": "c2FtcGxlIHVzZXJEYXRh"
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,10 @@
"location": {
"type": "string",
"description": "Location of the VM from which the restore point was created."
},
"userData": {
"type": "string",
"description": "UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value."
}
},
"description": "Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation."
Expand Down