Skip to content

Releases: Azure-Devops-PowerShell-Module/AzDevOps

v3.0.0

20 Jul 04:20
5590313
Compare
Choose a tag to compare

This release addresses an bug that was discovered in issue #56, the Get-AdoTeamMember function was failing. After digging into the problem it appears that the way in which I was generating the URI was introducing problems. To add to that, the amount of times we called back to functions just for validation was making troubleshooting confusing as well as the process seem much more heavy than it is.

What's Change:

  • I have removed nearly all the recursive calls within each function
  • A few issues were resolved with New-AdoRepository
    • The function wasn't able to determine if we were using the forked params
    • Renamed ParentRepository to ParentRepositoryId
  • Introduced an issue with Remove-AdoRepository
    • Removing the call to Get-AdoRepository means we can't pass the name of the repo
    • Added RepositoryId or a Repository object
  • Documentation updates

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

14 Jul 05:20
Compare
Choose a tag to compare

This release adds the git endpoint as well as testing for module functions.

What's changed:

  1. Git Repositories Functions ADPM-4
    1. Get-AdoRepository ADPM-2
    2. New-AdoRepository ADPM-3
      1. See Github Issue 587
    3. Remove-AdoRepository ADPM-5
  2. Update API Version across functions ADPM-7

v2.0.0

15 Jan 01:50
Compare
Choose a tag to compare

This release is a complete overhaul of the module. Functions have been seperated into individual files and stored in
folders, and the psakefile will handle building and publishing the module.

Breaking Change

Modules prefixes have been changed from AzDevOps to Ado

What's changed:

  1. Module functions are stored in folders and scripts
  2. PsakeFile updated to work with module and nested modules
  3. Invoke-AdoEndpoint function created
    1. Define all possible APIVersions
    2. Replace existing Invoke-RestMethod across all functions
  4. Added new functions for Build
    1. Get-AdoBuild
    2. Get-AdoBuildLog
    3. Remove-AdoBuild
    4. Start-AdoBuild
    5. Get-BuildDefinition
    6. Get-BuildFolder
    7. New-BuildFolder
    8. Remove-BuildFolder
  5. API versions have been updated
  6. Updated documentaiton

v1.0.2

14 Apr 18:02
fc22d60
Compare
Choose a tag to compare

This update is intended to refactor the module so that it more closely aligns to the Azure DevOps API structure. This will roll Authentication, Operations, Processes, Projects, Teams into a single Core module. This will be the final update on this model of the code, subsequent updates will be rolling in new APIs like Build will be incorporated into Minor updates v1.#.0 where # is the new module being added.

Help Update Release

13 Apr 19:37
Compare
Choose a tag to compare

The current v1.0.0 version was deployed with external help, but it was not connected to the actual files. There is an .ExternalHelp directive that was missing from the .psm1 module files. This release should resolve that issue, but connecting the modules to the help. Additionally there will be some About Help as well.

Initial Module Release

11 Apr 05:58
c930e1d
Compare
Choose a tag to compare

This is the initial release of the module and has commands for working with projects and teams. Please see the wiki for more information.