It's missing information related with the parameter "--http-proxy-config" on "az aks create" command and "az aks update".
This is based on the documentation below:
https://docs.microsoft.com/en-us/azure/aks/http-proxy
Please note that on az aks create help command we already have a short description of the parameter.
azure-cli 2.36.0 *
$ az aks create -h | less | grep "http-proxy-config"
--http-proxy-config : Http Proxy configuration for this cluster.
$ az aks update -h | less | grep "http-proxy-config"
--http-proxy-config : HTTP Proxy configuration for this cluster.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
It's missing information related with the parameter "--http-proxy-config" on "az aks create" command and "az aks update".
This is based on the documentation below:
https://docs.microsoft.com/en-us/azure/aks/http-proxy
Please note that on az aks create help command we already have a short description of the parameter.
azure-cli 2.36.0 *
$ az aks create -h | less | grep "http-proxy-config"
--http-proxy-config : Http Proxy configuration for this cluster.
$ az aks update -h | less | grep "http-proxy-config"
--http-proxy-config : HTTP Proxy configuration for this cluster.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.