AzureDevOpsApi

0.3.0

Provides functionality to interact with the Azure DevOps REST APIs.
It allows querying work items, creating release notes, and managing test cases with YAML support.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureDevOpsApi

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureDevOpsApi

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2024, 2025; All rights reserved.

Package Details

Author(s)

  • Michal Mračka

Tags

Azure DevOps AzureDevOps Server REST Api Client

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


Add Test Case Management feature with sync workflow and comprehensive tests

- Add 7 public TCM cmdlets: New-TcmConfig, New-TcmTestCase, Get-TcmTestCase, Sync-TcmTestCase, Sync-TcmTestCaseFromRemote, Sync-TcmTestCaseToRemote, Resolve-TcmTestCaseConflict
- Add comprehensive Pester tests for all TCM functions (11 test files)
- Add 6 detailed example guides covering setup, creation, organization, sync workflows, conflict resolution, and advanced scenarios

FileList

Version History

Version Downloads Last updated
0.3.0 (current version) 8 10/5/2025
0.2.5 10 9/19/2025