Skip to content

Commit

Permalink
Restore point and User Data features (#14243)
Browse files Browse the repository at this point in the history
* Restore point and User Data features

* Restore Point cleanup

* Restore point ex 1

* restore point ex2

* restore point ex 3

* REstore point ex 4

* restore point ex 5

* restore point ex 6

* restore point ex 7

* restore point ex 8

* restore point ex 9

* restore point ex 10

* restore point ex 11

* restore point readme

* user data feature cloudservice

* user data ex 1

* user data ex 2

* user data ex 3

* user data ex 4

* user data ex 5
  • Loading branch information
Sandido authored May 4, 2021
1 parent c8eeb0f commit 0ce020b
Show file tree
Hide file tree
Showing 20 changed files with 2,632 additions and 41 deletions.
3 changes: 2 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2050,6 +2050,7 @@ VMILR
vmimage
vmname
vmotion
VMOS
VMQS
VMSS
VMSSVM
Expand Down Expand Up @@ -2166,4 +2167,4 @@ DOCM
PPSX
PPTM
XLSM
DOCM
DOCM
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@
{
"in": "query",
"name": "$expand",
"description": "The expand expression to apply to the operation.",
"description": "The expand expression to apply to the operation. 'UserData' is not supported for cloud services.",
"type": "string",
"enum": [
"instanceView"
"instanceView",
"userData"
],
"x-ms-enum": {
"name": "InstanceViewTypes",
Expand Down Expand Up @@ -219,10 +220,11 @@
{
"in": "query",
"name": "$expand",
"description": "The expand expression to apply to the operation.",
"description": "The expand expression to apply to the operation. 'UserData' is not supported for cloud services.",
"type": "string",
"enum": [
"instanceView"
"instanceView",
"userData"
],
"x-ms-enum": {
"name": "InstanceViewTypes",
Expand Down
Loading

0 comments on commit 0ce020b

Please sign in to comment.