Open naimadswdn opened 2 years ago
route to CXP team
@naimadswdn Sorry for the late reply, product team is double checking on this item to make sure the right operation. Thanks.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
Extension name (the extension in question)
azure-cli-ml
Description of issue (in as much detail as possible)
Version details: { "azure-cli": "2.33.0", "azure-cli-core": "2.33.0", "azure-cli-telemetry": "1.0.6", "extensions": { "azure-cli-ml": "1.37.0", "azure-devops": "0.23.0" } }
Issue: Seems like when running az ml computetarget create aks it always want to create it with service CIDR 10.0.0.0/16, even when different value has been provided.
Prerequisites for reproduction:
Run following command:
It will throw error like:
Whatever I specified for --service-cidr it always want to create it with default 10.0.0.0/16. I tried with 10.1.0.0/16, 10.2.0.0/16 etc -> always the same. To fix it, I had to edit my default subnet range (10.0.0.0/24) to 10.1.0.0/24.
So tu summarize, it looks like whatever is passed to --service-cidr it is ignored and command is trying to use default 10.0.0.0/16.