-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating azure devops extension to 0.3.0 #535
updating azure devops extension to 0.3.0 #535
Conversation
The failure is happening because latest network management client is not published yet and this test is expecting that My experimental thing is here: cc: @tjprescott @williexu
|
mentioning so that this PR remains in radar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @tjprescott |
What is the timeline to get this resolved ? $ az extension add --name azure-devops |
can you please share the --debug output? |
Here's the debug output, I hope that i've removed all secrets. $ az extension add --name azure-devops --debug DEBUG: Command '['/opt/az/bin/python3', '-m', 'pip', 'install', '--target', '/home/myuser.g/.azure/cliextensions/azure-devops', '/tmp/tmpgkw2bux2/azure_devops-0.3.0-py2.py3-none-any.whl', '-vv', '--disable-pip-version-check', '--no-cache-dir']' returned non-zero exit status 1. |
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
./scripts/ci/test_static.sh
locally? (pip install pylint flake8
required)python scripts/ci/test_index.py -q
locally?For new extensions: