Amar Zavery
Amar Zavery
Either the service should upgrade or the compute team should recommend what is the version of Azure-CLI that can be used based on the latest api-version deployed in AzureChina. Do...
That seems weird. @yugangw-msft - do you have any idea about this?
@MikhailTryakhov @huangpf - Can this be done in ARM right now? If not, then is there any ETA for this?
@zollman @andrefernandes - with new version of node.js [v4.8.0](https://nodejs.org/dist/latest-v4.x/), (documentation over [here](https://nodejs.org/docs/latest-v4.x/api/all.html#cli_node_extra_ca_certs_file)) you can set the following environment variable: `set NODE_EXTRA_CA_CERTS=` and run the commands. This should work fine.
What is the version of node.js on your system. (node -v) ? Moreover I would suggest to use CLI 2.0,the recommended CLI for ARM commands. GitHub.com/Azure/azure-cli
Couple of things: 1. It would be best to use the latest LTS version of node.js, which at present is 8.9.1 (https://nodejs.org/en/). If you are using a linux flavor then...
@Anshapar - You are clearly not getting it. The CLI 2.0 is written in `python`. It has got nothing to do with `node.js`. Please file an issue over here -...
For the timeout we will retry a few more times. If that fails then the command will eventually fail. For now, if telemetry is an issue, then you can disable...
It's a one time thing for a user on a machine. You do not need to do it every time. Basically there is a file `"C:\Users\username\.azure\telemetry.json"` which tells the CLI...
@morsh - Couple of questions: 1. Are you asking whether one can create a service principal using a deployment template? 2. Or, are you asking whether one can enable access...