Skip to content

Project for automating the configurations of Azure DevOps policies with Python Azure SDK

Notifications You must be signed in to change notification settings

lapozzo/azure-devops-config-as-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The goal of this project is to provide a sample to create Azure DevOps policies, more specifically: Build Validation, Minimum number of reviewers and Required reviewers policies, throught the Azure DevOps SDK.

You can also use the build pipeline to automate policy creation and updating.

Requirements

  • Python 3.8+ (Local-only config)
  • Git 2.25.1+ (Local-only config)

Running

  1. Create a Personal Access Token

  2. Replace %PERSONAL_ACCESS_TOKEN% with token created in the step one:

PAT='%PERSONAL_ACCESS_TOKEN%' python app.py

About

Project for automating the configurations of Azure DevOps policies with Python Azure SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages