Skip to content

Commit

Permalink
update comments for UserData (#14191)
Browse files Browse the repository at this point in the history
* update comments

* small fix
  • Loading branch information
roipmsft authored Apr 29, 2021
1 parent 2e8a37f commit 94ef2f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine.",
"description": "The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation.",
"enum": [
"instanceView",
"userData"
Expand Down Expand Up @@ -4869,7 +4869,7 @@
"in": "query",
"required": false,
"type": "string",
"description": "The expand expression to apply on the operation. 'UserData' will retrieve the UserData of the virtual machine scale set.",
"description": "The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation",
"enum": [
"userData"
],
Expand Down

0 comments on commit 94ef2f7

Please sign in to comment.