Skip to content

Commit

Permalink
Added userData property for PUT Restore Point API
Browse files Browse the repository at this point in the history
Added user data property for PUT Restore Point API
  • Loading branch information
Ashwani Tiwari committed Oct 25, 2022
1 parent 41b36c3 commit 94c96d8
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": "The userData associated with the source VM."
}
},
"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 94c96d8

Please sign in to comment.