Skip to content

Commit

Permalink
Revert "Added userData property for PUT Restore Point API"
Browse files Browse the repository at this point in the history
This reverts commit 94c96d8.
  • Loading branch information
Ashwani Tiwari committed Oct 25, 2022
1 parent 94c96d8 commit dcec109
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"enabled": true
}
},
"location": "westus",
"userData": "c2FtcGxlIHVzZXJEYXRh"
"location": "westus"
},
"provisioningState": "Creating",
"consistencyMode": "ApplicationConsistent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"enabled": true
}
},
"location": "westus",
"userData": "c2FtcGxlIHVzZXJEYXRh"
"location": "westus"
},
"provisioningState": "Succeeded",
"consistencyMode": "ApplicationConsistent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,6 @@
"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 dcec109

Please sign in to comment.