-
-
Notifications
You must be signed in to change notification settings - Fork 813
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
Azure CLI replaces VSTS CLI #695
Comments
That would be great! Is it reasonable to retain support for |
Yes we can support both aliases. I had to make a few tweaks to my local after you said that, but its easily done. The alias contents are different so we can key off KnownAliases and it works fine. You'll never have both installed, but if you did for some reason they shouldn't conflict. I also added support for those commands that have sub-commands; for example I'll have a PR likely later today. I've also added support for #691. Should I submit two seperate PRs? |
Definitely separate commits, but a single PR is fine. |
Working on writing some tests to include in the PR. I've noticed that (even on master) several of the test fail, specifically those using |
The VSTS CLI has been deprecated and replaced with the Azure CLI (
az repos
).The aliases that are added via
--use-git-aliases
are the same as the Vsts ones,pr
being the primary one. Would need to add a new known alias to support both Vsts and az. Additionally, some of the sub-commands have changed; many of them are pluralization (reviewer
vsreviewers
) but some options have been removed and a few added.Any chance the module will be updated to officially support the aliases added by the Azure CLI?
I've updated my local copy of the module and would gladly submit a PR if you'd like.
The text was updated successfully, but these errors were encountered: