Skip to content
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

Add Support for Azure CLI #695 #696

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2019

  1. - Initial Add of Azure CLI support

      - Support Sub-Command expansion
      - Target/Source Branch expansion
      - Parameter values (--param=)
    - Includes enhancements to VSTS CLI support
      - Added _some_ missing commands (vsts.pr list)
      - Branch and parameter value expansion (same as AZ)
    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    c45929c View commit details
    Browse the repository at this point in the history
  2. Add missing VSTS CLI commands and sub-commands (sub-commands not yet …

    …auto-completed)
    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    8369052 View commit details
    Browse the repository at this point in the history
  3. A little clean-up

    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    b3683df View commit details
    Browse the repository at this point in the history
  4. Refactor matching for AZ/VSTS CLI into a seperate function (prevent e…

    …xtra matching in general case) + Add support for remaining VSTS methods
    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    22887d7 View commit details
    Browse the repository at this point in the history
  5. Minor formatting fixes

    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2494f3d View commit details
    Browse the repository at this point in the history
  6. Don't match --** ('all' value)

    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    be799c9 View commit details
    Browse the repository at this point in the history
  7. Add new tests for AZ CLI + additional tests for VSTS

    Matt Hull committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    bb9db4a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. CLI expansion function should be script scoped and following naming c…

    …onventions
    Matt Hull committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ff7614c View commit details
    Browse the repository at this point in the history