Skip to content

Commit

Permalink
Added userData property in Restore Point PUT API endpoint (#21262)
Browse files Browse the repository at this point in the history
* Added userData property in Restore Point PUT Operation

* Update based on review comment

* Updated description

Co-authored-by: Ashwani Tiwari <[email protected]>
  • Loading branch information
csassasin and Ashwani Tiwari authored Dec 15, 2022
1 parent 2884c0e commit e0f2fca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit e0f2fca

Please sign in to comment.