Releases: Azure-Devops-PowerShell-Module/AzDevOps
v3.0.0
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
- Updated README.md to correct broken links by @marknoble in #59
- Issue-60 by @jeffpatton1971 in #61
New Contributors
- @marknoble made their first contribution in #59
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0.0
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:
- Module functions are stored in folders and scripts
- PsakeFile updated to work with module and nested modules
- Invoke-AdoEndpoint function created
- Define all possible APIVersions
- Replace existing Invoke-RestMethod across all functions
- Added new functions for Build
- Get-AdoBuild
- Get-AdoBuildLog
- Remove-AdoBuild
- Start-AdoBuild
- Get-BuildDefinition
- Get-BuildFolder
- New-BuildFolder
- Remove-BuildFolder
- API versions have been updated
- Updated documentaiton
v1.0.2
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
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
This is the initial release of the module and has commands for working with projects and teams. Please see the wiki for more information.