Skip to content

Commit

Permalink
Reconcile two definitions of OSType enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 25, 2018
1 parent 069fe69 commit 2104f85
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,14 +678,14 @@
"description": "VNet SubnetID specifies the vnet's subnet identifier. If you specify either master VNet Subnet, or agent VNet Subnet, you need to specify both. And they have to be in the same VNet."
},
"osType": {
"type": "string",
"default": "Linux",
"$ref": "#/definitions/OSType",
"enum": [
"Linux",
"Windows"
],
"x-ms-enum": {
"name": "OSType"
"name": "ContainerServiceOSTypes",
"modelAsString": true
},
"description": "OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux."
}
Expand Down

0 comments on commit 2104f85

Please # to comment.