Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

chrburmeister/AzDOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure DevOps using the Rest-API in the Background. Currently, you have to use an personal access token to connect. In the future, you'll also will be able to use the interactive authentication window.

Create personal access token

Read the following Microsoft Docs page to create your token.

Install

Install-Module -Name AzDOps

Connect

$token = "token"
$organizationName = "orgName"

Connect-AzDo -PersonalAccessTokens $token -OrganizationName $organizationName

Get all cmdlets

Get-Command -Module AzDOps

Contribute

This Module is by far not complete - there are still a lot of functions missing - feel free to contribute (I even encourage you to do so :) ). If you do, please have a look at some of the existing function to get an understanding of the sctructure.

You can also just hit me up on Twitter @chrburmeister

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published