A PowerShell module providing utilities and automation tools for Azure DevOps. This module helps streamline common tasks, automate pipeline configurations, and manage Azure DevOps resources efficiently.
- PowerShell 7.0 or later (PowerShell Core)
- Az.Accounts module
- Az.DevOps module
# Installation instructions will be added once the module is published to PowerShell Gallery- Pipeline Management
- Azure DevOps Configuration Automation
- Resource Management
- Custom Utility Functions
# Import the module
Import-Module AzureDevOps.Tools
# Connect to Azure DevOps
Connect-AzureDevOpsMore detailed usage examples will be added as functions are implemented.
- Fork the repository
- Create a feature branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -am 'Add MyFeature') - Push to the branch (
git push origin feature/MyFeature) - Create a Pull Request
# Run tests (to be implemented)
Invoke-Pester ./testsThis project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.
- The Cloud Explorers