Skip to content

PSDevOps 0.5.7

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 06:33
· 408 commits to master since this release
d0608a1

0.5.7:

  • Fixing issue with setting branch permissions (#136)
  • Get/Set-ADOPermission: Support for ServiceEndpoints (#137)
  • Set-ADOPermission: Exposing specialized parameter sets (#138)
  • PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties

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