Skip to content
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

BREAKING CHANGE: Removing support for AzDO Version 2018 and earlier #458

Draft
wants to merge 16 commits into
base: feature/v8.0.0
Choose a base branch
from

Conversation

SebastianSchuetze
Copy link
Collaborator

This PR removes support for any Version earlier than Azure DevOps Server 2019

@SebastianSchuetze SebastianSchuetze changed the title BREAKING CHANGE: Removing older than AzDO 2019 support BREAKING CHANGE: Removing support for AzDO Version 2018 and earlier Feb 28, 2022
@SebastianSchuetze SebastianSchuetze self-assigned this Feb 28, 2022
@SebastianSchuetze SebastianSchuetze changed the base branch from trunk to feature/v8.0.0 February 28, 2022 09:45
SebastianSchuetze and others added 11 commits March 7, 2022 14:07
…#456)

* Error New-PSDrive : 404: Not Found when trying to mount account drive
Fixes #455

* added changelog
* adding update capabilities for classification nodes

* updating changelog

* update version number

* adding ShouldProcess support

* fixed typo

* forgot the stupid backticks :)

* Update Tests/function/tests/Update-VSTeamIteration.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

* Update Tests/function/tests/Update-VSTeamIteration.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

* Update Tests/function/tests/Update-VSTeamClassificationNode.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

* Update Tests/function/tests/Update-VSTeamClassificationNode.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

* Update Tests/function/tests/Update-VSTeamArea.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

* Update Tests/function/tests/Update-VSTeamArea.Tests.ps1

Co-authored-by: Sebastian Schütze <[email protected]>

Co-authored-by: Sebastian Schütze <[email protected]>
* - Added Update-VSTeamGitRepositoryDefaultBranch to allow for changing the default branch of a repository.
- Fixed bad link in README.md

* Clean up comments, and fixed/updated urls

* Added logic to only try to import vstem-lib.dll if exists and is not imported.

* Added fake Get-VSTeamGitRepository call (since pester doesn't recognize it as something when mocked)
Removed call to dot source common.ps1
Removed debug messages
Cleaned up comments
Bumped Version
Updated Changelog

* - Fixed default branch name check.
- Added logic to pull refs and validate branch name
- Updated call to use splatting for readability

* - Added mock for Get-VSTeamGitRef
- Added test for non-existent branch name

* - Added sample file for gitref call in Update-VSTeamGitRepositoryDefaultBranch

* removed some line in changelog

Co-authored-by: Bleattler <[email protected]>
Co-authored-by: Sebastian Schütze <[email protected]>
* Update Add-VSTeamBuild.ps1
Added support for template parameters
* added unit tests

Co-authored-by: Sebastian S Schütze <[email protected]>
* Update help with new syntax
* update Get-VSTeamUserEntitlement to support new 6.0 API version
* added unit tests for /Get-VSTeamUserEntitlement
* updated documentation
* Create _callAPIContinuationToken common function
* updated changelog
* Add tests for _callAPIContinuationToken

Co-authored-by: Sebastian S Schütze <[email protected]>
…ter problem when getting current set API versions

* fixed a problem that prevented the module to load

on module load the default project is set
as well as the given project queried to check if the project exists
this causes a default exception since on module load no Set-VSTeamAccount is set.
This is fixed by returning warning messages

* fixed a bug which does not recognise 'Version' parameter
…onments (#481)

* fix: Import-Module 7.6.0 and 7.6.1 throws error in disconnected environments
Fixes #466
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.

❗❗📢 Removal of support of TFS 2017 and 2018 with VSTeam version 8.0.0
6 participants