Skip to content

Commit

Permalink
add pod subnet id on agentpool (#11310)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgmiller authored Oct 26, 2020
1 parent 5b0b4f6 commit d81e6f6
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@
},
"ContainerServiceVnetSubnetID": {
"type": "string",
"description": "VNet SubnetID specifies the VNet's subnet identifier."
"description": "specifies a subnet's resource id with subscription, resource group, vnet and subnet name"
},
"ContainerServiceVMSize": {
"type": "string",
Expand Down Expand Up @@ -1897,7 +1897,11 @@
},
"vnetSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "VNet SubnetID specifies the VNet's subnet identifier."
"description": "VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods"
},
"podSubnetID": {
"$ref": "#/definitions/ContainerServiceVnetSubnetID",
"description": "Pod SubnetID specifies the VNet's subnet identifier for pods."
},
"maxPods": {
"type": "integer",
Expand Down

0 comments on commit d81e6f6

Please sign in to comment.