Skip to content

PSDevOps 0.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 21:08
· 418 commits to master since this release
1801fe3

0.5.6:

Azure DevOps Improvements

  • Get-ADOPermission : Can now get permissions related to Dashboards, Analytics, AreaPaths, and IterationPaths
  • Set-ADOPermission : Now can easily set permissions based off of a variety of pipeline inputs (Fixes #128 and #91)
  • Get-ADOAreaPath : Removing "Area" from paths passed in, formatting returns with 'AreaPath' instead of 'Path'
  • Get-ADOIterationPath : Removing "Iteration" from paths passed in, formatting returns with 'IterationPath' instead of 'Path'
  • Get-ADOBuild : Extended Type Definitions now contain an alias property of BuildPath

GitHub Workflow Improvements

  • Adding "On" files for issue creation, deletion, or modification (Fixes #132)
  • Adding "On" files for common scheduling needs (Fixes #134)
  • ReleaseNameFormat can not be customized in ReleaseModule step (Fixes #130)

Previous Release Notes available in CHANGELOG.md