|
1 | 1 | | Latest Version | PowerShell Gallery | Issues | License | Discord |
|
2 | 2 | |-----------------|----------------|----------------|----------------|----------------|
|
3 | 3 | | [](https://github.com/Azure-Devops-PowerShell-Module/AzDevOps/tags) | [](https://www.powershellgallery.com/packages/PoshMongo) | [](https://github.com/Azure-Devops-PowerShell-Module/AzDevOps/issues) | [](https://github.com/Azure-Devops-PowerShell-Module/AzDevOps/blob/master/LICENSE) | []() |
|
4 |
| - |
5 | 4 | # About
|
6 | 5 |
|
7 | 6 | The AzDevOps project is designed to leverage the [Azure Devops Rest API](https://docs.microsoft.com/en-us/rest/api/azure/devops) through the use of PowerShell. Currently the modules are all written in PowerShell which should make the code easier to understand and modify as needed. The project will use [Semantic Versioning](https://semver.org/) for modules, these version numbers should also be reflected in the tags.
|
@@ -29,99 +28,99 @@ This is currently a work in progress, but we should be leveraging [pester](https
|
29 | 28 | ## Publishing
|
30 | 29 |
|
31 | 30 | The module will be available directly from [GitHub](https://github.com/Azure-Devops-PowerShell-Module/AzDevOps), we are looking to create Tagged releases that are easy to download. Additionally the code will be available on the [PowerShell Gallery](https://www.powershellgallery.com/) for a more streamlined delivery.
|
32 |
| - |
33 | 31 | # AzDevOps Module
|
34 | 32 |
|
35 | 33 | ## Description
|
36 | 34 |
|
37 |
| -{{ Fill in the Description }} |
| 35 | +This module provides the ability to manage and work with an Azure Devops organization. |
38 | 36 |
|
39 | 37 | ## AzDevOps Cmdlets
|
40 | 38 |
|
41 | 39 | ### [Connect-AdoOrganization](Docs/Connect-AdoOrganization.md)
|
42 | 40 |
|
43 |
| -{{ Fill in the Description }} |
| 41 | +This function will connect to Azure DevOps |
44 | 42 |
|
45 | 43 | ### [Get-AdoBuild](Docs/Get-AdoBuild.md)
|
46 | 44 |
|
47 |
| -{{ Fill in the Description }} |
| 45 | +Return one or more builds from a project |
48 | 46 |
|
49 | 47 | ### [Get-AdoBuildDefinition](Docs/Get-AdoBuildDefinition.md)
|
50 | 48 |
|
51 |
| -{{ Fill in the Description }} |
| 49 | +Gets a definition, optionally at a specific revision. |
52 | 50 |
|
53 | 51 | ### [Get-AdoBuildFolder](Docs/Get-AdoBuildFolder.md)
|
54 | 52 |
|
55 |
| -{{ Fill in the Description }} |
| 53 | +Gets a list of build definition folders |
56 | 54 |
|
57 | 55 | ### [Get-AdoBuildLog](Docs/Get-AdoBuildLog.md)
|
58 | 56 |
|
59 |
| -{{ Fill in the Description }} |
| 57 | +Gets the logs for a build |
60 | 58 |
|
61 | 59 | ### [Get-AdoOperation](Docs/Get-AdoOperation.md)
|
62 | 60 |
|
63 |
| -{{ Fill in the Description }} |
| 61 | +Gets an operation from the the operationId using the given pluginId. |
64 | 62 |
|
65 | 63 | ### [Get-AdoProcess](Docs/Get-AdoProcess.md)
|
66 | 64 |
|
67 |
| -{{ Fill in the Description }} |
| 65 | +Get one or more available processes |
68 | 66 |
|
69 | 67 | ### [Get-AdoProject](Docs/Get-AdoProject.md)
|
70 | 68 |
|
71 |
| -{{ Fill in the Description }} |
| 69 | +Get one or many projects from Azure DevOps |
72 | 70 |
|
73 | 71 | ### [Get-AdoProjectProperty](Docs/Get-AdoProjectProperty.md)
|
74 | 72 |
|
75 |
| -{{ Fill in the Description }} |
| 73 | +Get a collection of team project Property |
76 | 74 |
|
77 | 75 | ### [Get-AdoTeam](Docs/Get-AdoTeam.md)
|
78 | 76 |
|
79 |
| -{{ Fill in the Description }} |
| 77 | +Get a specific team |
80 | 78 |
|
81 | 79 | ### [Get-AdoTeamMember](Docs/Get-AdoTeamMember.md)
|
82 | 80 |
|
83 |
| -{{ Fill in the Description }} |
| 81 | +Get a list of members for a specific team. |
84 | 82 |
|
85 | 83 | ### [Invoke-AdoEndpoint](Docs/Invoke-AdoEndpoint.md)
|
86 | 84 |
|
87 |
| -{{ Fill in the Description }} |
| 85 | +Query Azure Devops |
88 | 86 |
|
89 | 87 | ### [New-AdoBuildFolder](Docs/New-AdoBuildFolder.md)
|
90 | 88 |
|
91 |
| -{{ Fill in the Description }} |
| 89 | +Creates a new folder |
92 | 90 |
|
93 | 91 | ### [New-AdoProject](Docs/New-AdoProject.md)
|
94 | 92 |
|
95 |
| -{{ Fill in the Description }} |
| 93 | +Queues a project to be created |
96 | 94 |
|
97 | 95 | ### [New-AdoTeam](Docs/New-AdoTeam.md)
|
98 | 96 |
|
99 |
| -{{ Fill in the Description }} |
| 97 | +Create a team in a team project |
100 | 98 |
|
101 | 99 | ### [Remove-AdoBuild](Docs/Remove-AdoBuild.md)
|
102 | 100 |
|
103 |
| -{{ Fill in the Description }} |
| 101 | +Deletes a build |
104 | 102 |
|
105 | 103 | ### [Remove-AdoBuildFolder](Docs/Remove-AdoBuildFolder.md)
|
106 | 104 |
|
107 |
| -{{ Fill in the Description }} |
| 105 | +Deletes a definition folder |
108 | 106 |
|
109 | 107 | ### [Remove-AdoProject](Docs/Remove-AdoProject.md)
|
110 | 108 |
|
111 |
| -{{ Fill in the Description }} |
| 109 | +Queues a project to be deleted |
112 | 110 |
|
113 | 111 | ### [Remove-AdoTeam](Docs/Remove-AdoTeam.md)
|
114 | 112 |
|
115 |
| -{{ Fill in the Description }} |
| 113 | +Delete a team. |
116 | 114 |
|
117 | 115 | ### [Start-AdoBuild](Docs/Start-AdoBuild.md)
|
118 | 116 |
|
119 |
| -{{ Fill in the Description }} |
| 117 | +Queues a build |
120 | 118 |
|
121 | 119 | ### [Update-AdoProject](Docs/Update-AdoProject.md)
|
122 | 120 |
|
123 |
| -{{ Fill in the Description }} |
| 121 | +Update Name, Description or Abbreviation of a project |
124 | 122 |
|
125 | 123 | ### [Update-AdoTeam](Docs/Update-AdoTeam.md)
|
126 | 124 |
|
127 |
| -{{ Fill in the Description }} |
| 125 | +Update a team's name and/or description |
| 126 | + |
0 commit comments