Skip to content

Commit

Permalink
Compute 2021 03 release (#14223)
Browse files Browse the repository at this point in the history
* initial copy of files

* API version updates

* Deep deletion feature (#14232)

* Deep deletion feature

* Deep deletion cleanup

* Deep deletion cleanup 2

* Scheduled Events feature (#14233)

* Scheduled Events feature

* Scheduled Events feature example

* PatchSetting Assessment Mode Windows + Linux (#14234)

* PatchSetting assessment feature

* PatchSetting assessment feature cleanup

* Patchsetting example

* Patchsetting example 2

* Patchsetting example 3

* Patchsetting example 4

* Patchsetting example 5

* Add network interface config schema to VM Network profile (#14235)

* NIC feature

* NIC example

* Restore point and User Data features (#14243)

* 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

* Fix broken links (#14244)

* Remove unnecessary examples

* fix conflict

Co-authored-by: arcturusZhang <ufo54153@gmail.com>
  • Loading branch information
Sandido and ArcturusZhang authored May 12, 2021
1 parent 68a4a97 commit aa62339
Show file tree
Hide file tree
Showing 145 changed files with 31,486 additions and 8 deletions.
3 changes: 2 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2071,6 +2071,7 @@ VMILR
vmimage
vmname
vmotion
VMOS
VMQS
VMSS
VMSSVM
Expand Down Expand Up @@ -2200,4 +2201,4 @@ PPSX
PPTM
XLSM
DOCM
multislot
multislot
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 aa62339

Please sign in to comment.