Skip to content

thecloudexplorers/AzureDevOps.Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureDevOps.Tools

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.

Prerequisites

  • PowerShell 7.0 or later (PowerShell Core)
  • Az.Accounts module
  • Az.DevOps module

Installation

# Installation instructions will be added once the module is published to PowerShell Gallery

Features

  • Pipeline Management
  • Azure DevOps Configuration Automation
  • Resource Management
  • Custom Utility Functions

Usage

# Import the module
Import-Module AzureDevOps.Tools

# Connect to Azure DevOps
Connect-AzureDevOps

More detailed usage examples will be added as functions are implemented.

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/MyFeature)
  3. Commit your changes (git commit -am 'Add MyFeature')
  4. Push to the branch (git push origin feature/MyFeature)
  5. Create a Pull Request

Testing

# Run tests (to be implemented)
Invoke-Pester ./tests

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.

Authors

  • The Cloud Explorers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •