-
Notifications
You must be signed in to change notification settings - Fork 13
Modules
Jeff Patton edited this page Apr 15, 2020
·
3 revisions
The Azure DevOps PowerShell Module is composed of several nested modules, these modules align with the Azure Devops API. Each module has a set of specific functions that provides access to working with that specific API. Individual work is carried out and maintained within it's own repository. During the module release, those nested modules are rolled up into the main module and tagged for release.
An Azure Devops Organization has one or more Projects, where each Project has one or more Teams that carry out work within that Project. The Core Module gives you access to some tasks that could make managing from the command-line a much easier process.
- Get a list of Projects in an Organization
- Create a new Project
- Modify a Project
- Get a list of available Processes for a Project
- Get a list of Teams associated with a Project
- Get a list of Members assigned to a Team
- Get a list of Builds
- View a given Build's log output
- Queue a build
- Get a list of available Definitions