Skip to content

Commit

Permalink
Making OSType puttable (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
subbartt authored May 12, 2021
1 parent 54d50cc commit 9995f08
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3283,7 +3283,6 @@
},
"OsType": {
"description": "Defines the different types of VM guest operating systems.",
"readOnly": true,
"enum": [
"Windows",
"Linux",
Expand Down Expand Up @@ -3318,8 +3317,7 @@
},
"osType": {
"description": "Gets or sets the type of the os.",
"$ref": "#/definitions/OsType",
"readOnly": true
"$ref": "#/definitions/OsType"
},
"osName": {
"description": "Gets or sets os name.",
Expand Down

0 comments on commit 9995f08

Please sign in to comment.