Skip to content

feat: Added new functions asked in issue 82 and updated some small changes like helpuri #83

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 8 commits into
base: main
Choose a base branch
from

Conversation

baswijdenes
Copy link
Contributor

Description

Added the cmdlets that are requested in issue 82:

  • Get-AzDoPullRequest
  • Remove-AzDoPullRequest
  • Remove-AzDoEnvironment
  • Get-AzDoProjectSettings
  • Get-AzDoPipelineBranchControl

Related Issue

#82

Motivation and Context

Dylan asked me to add the cmdlets

How Has This Been Tested?

Tested with the Inspark devops environment.
Cmdlets + non mandatory parameters tested separately.

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.

Dylan-Prins and others added 5 commits October 28, 2024 11:15
fix: Add support for files beginning with a dot
- Introduced `Get-AzDoPipelineBranchControl` to retrieve branch policy configurations for Azure DevOps projects.
- Enhanced `Get-AzDoProjectProperties` with improved handling of project names and properties retrieval.
- Supports pipeline input for project names and collection URI.
…nvironment, and Get-AzDoPipelineBranchControl functions

* Added documentation links to relevant Azure DevOps REST API references for better guidance.
@baswijdenes
Copy link
Contributor Author

@Dylan-Prins @Manbearpiet can you review / approve?

* Added multiple .LINK sections to provide direct references to Azure DevOps REST API documentation for pull requests.
@baswijdenes baswijdenes changed the title Bas/issue82 added new cmdlets and some small changes in other files feat: Bas/issue82 added new cmdlets and some small changes in other files Mar 28, 2025
@baswijdenes baswijdenes changed the title feat: Bas/issue82 added new cmdlets and some small changes in other files docs: 📚 Add .LINK sections to Get-AzDoProjectProperties, Remove-AzDoEnvironment, and Get-AzDoPipelineBranchControl functions Mar 28, 2025
@baswijdenes baswijdenes changed the title docs: 📚 Add .LINK sections to Get-AzDoProjectProperties, Remove-AzDoEnvironment, and Get-AzDoPipelineBranchControl functions feat: Added new functions asked in issue 82 and updated some small changes like helpuri Mar 28, 2025
…Properties`, `Get-AzDoEnvironment`, and `Get-AzDoPipelineBranchControl` functions

- Enhanced documentation with additional examples for clarity.
- Provided detailed usage scenarios for removing environments and retrieving project properties.
- Improved consistency across function documentation.
* Improved parameter naming for clarity in the `Set-AzDoPullRequest` function.
* This change enhances consistency with other function parameters.
@baswijdenes
Copy link
Contributor Author

@Dylan-Prins @Manbearpiet 1 commit has no conventional commit, but is a commit from 7 feb I cannot change anymore.

@Manbearpiet
Copy link
Contributor

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.

3 participants