Skip to content

Commit

Permalink
[AKS] note that only one agent pool is currently supported (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and hovsepm committed Sep 7, 2018
1 parent 481e9b9 commit 995689b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"$ref": "./examples/ManagedClustersListClusterCredentialResult.json"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}": {
"get": {
Expand Down Expand Up @@ -1162,7 +1162,7 @@
"items": {
"$ref": "#/definitions/ManagedClusterAgentPoolProfile"
},
"description": "Properties of the agent pool."
"description": "Properties of the agent pool. Currently only one agent pool can exist."
},
"linuxProfile": {
"$ref": "#/definitions/ContainerServiceLinuxProfile",
Expand Down Expand Up @@ -1412,7 +1412,7 @@
"description": "Base64-encoded Kubernetes configuration file."
}
},
"description": "The credential result response."
"description": "The credential result response."
}
},
"parameters": {
Expand Down

0 comments on commit 995689b

Please sign in to comment.