Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute 2021 03 release #14223

Merged
merged 11 commits into from
May 12, 2021
3 changes: 2 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,7 @@ VMILR
vmimage
vmname
vmotion
VMOS
VMQS
VMSS
VMSSVM
Expand Down Expand Up @@ -2192,4 +2193,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