Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[![github-issues](https://img.shields.io/github/issues/msc365/az-devops-psmodule?logo=github)](https://github.com/msc365/az-devops-psmodule/issues)
[![github-license](https://img.shields.io/github/license/msc365/az-devops-psmodule?label=licence&color=purple)](LICENSE)

[![pester-tests](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msc365admin/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-test-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)
[![code-coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msc365admin/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-coverage-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)
[![code-analysis](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msc365admin/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-analysis-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)
[![pester-tests](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msw-msc365/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-test-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)
[![code-coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msw-msc365/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-coverage-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)
[![code-analysis](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/msw-msc365/49cbfa1538653138a1f2c4e452d7b4b4/raw/az-devops-psmodule-analysis-badge.json)](https://github.com/msc365/az-devops-psmodule/actions/workflows/pr-code-testing.yml)

This repository provides a PowerShell module that wraps the Azure DevOps REST API into clean, task-oriented cmdlets. It simplifies automation and scripting across your DevOps workflows, making it easier to manage pipelines, repositories, builds, releases, and work items directly from PowerShell.

Expand Down
Loading