Skip to content

feat: Added function New-PipelineRun #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

Lucas-c-B
Copy link
Contributor

@Lucas-c-B Lucas-c-B commented May 17, 2024

Description

Added a new function called New-PipelineRun, which can start a pipeline run in an Azure DevOps Project programmatically

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

fix: Add support for files beginning with a dot
@Manbearpiet Manbearpiet self-assigned this Dec 12, 2024
Added a new function called New-PipelineRun, which can start a pipelin run in an Azure DevOps Project programmatically

docs: Added comment based help to New-PipelineRun

Added comment based help to New-PipelineRun

fix: Add missing ValidateScript

Add missing ValidateScript

fix: should process input

fix: param validator collectionUri

fix: fixed service connection parameter set

feat: Add function Get-PipelineRun

Add function Get-PipelineRun that gets all or specific runs from the specified pipeline

fix: formatting

formatting

feat: added classification nodes endpoint

feat: Add PipelineFolderPath parameter to be able to place a pipeline in a folder in azure devops to the module: New-AzDoPipeline

Add PipelineFolderPath parameter to be able to place a pipeline in a folder in azure devops to the module: New-AzDoPipeline

feat: add public cmdlet to create pull requests individually or in bulk (supports pipeline)

fix: 💩 Fixing breaking change for Get-AzAccessToken

Fixing Get-AzAccessToken, but this needs the Invoke-RestMethod function needs refactoring

feat: add support for content type header

fix: Add support for files beginning with a dot

refactor: Enhance Get-PipelineRun function to use splatting and return structured output

refactor: Improve New-PipelineRun function output structure
@Manbearpiet Manbearpiet enabled auto-merge (squash) December 12, 2024 14:57
@Manbearpiet Manbearpiet mentioned this pull request Feb 7, 2025
5 tasks
@baswijdenes baswijdenes self-requested a review February 28, 2025 10:30
Copy link
Contributor

@baswijdenes baswijdenes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the naming convention to "AzDo" and I will approve the PR.

auto-merge was automatically disabled February 28, 2025 10:31

Squash merges are not allowed on this repository

@baswijdenes
Copy link
Contributor

@Manbearpiet Want me to merge the PR or wait for the user to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants