Feng Zhou
Feng Zhou
You can use `--only-show-errors` to suppress warnings and infos from Azure CLI. But admin privilege is needed with user confirmation or password when updating MSI, Debian and RPM packages. BTW,...
@JariSal the extension is not installed in standard python package location, you can check with `az --version`. By default it's `~/.azure/cliextensions`. Please install its dependency packages under `~/.azure/cliextensions/azure-devops/`
`azure-devops` currently specifies 3 dependencies, only `distro` is not in `azure-cli` (the version requirement for `python-dateutil` is different, not sure if it will cause problems). @NenoLoje you need to install...
Route to service team to see if they can remove the `msrest` and `python-dateutil` dependencies which are already installed with the `azure-cli` package. `distro` is a very simple package, you...
`psutil` only releases [wheels](https://pypi.org/project/psutil/#files) for windows. On Linux, it depends on `gcc` and `python-dev`(or `python3-devel` on `CentOS`) to compile from source code. Let's update the doc first and then check...
/azp run net - containerservice - mgmt
/azp run net - containerservice - mgmt
/azp run net - containerservice - mgmt
Try to run the docker as a non-root user with `-u` option: https://github.com/Azure/azure-cli#docker
According to this [answer](https://stackoverflow.com/a/42822143/2100487), docker-workflow-plugin hardcoded the --user to be the result of whoami, so you actually don't need to provide --user again. In your case, it's an unknown user...