v16.0.0 - Release - Major Configration Changes #2334
Pinned
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Azure DevOps Migration Tools v16.0.0
Version: 16.0.0
Ring: (Release)
Funding for us doing work on this tool is generally through 1) customer funding, or 2) donated free time.
Sponcer a Feature | Hire us directly
Release Summary for Azure DevOps Migration Tools
Overview
This is a complete rewrite of the configuration management system and means that all of the config has changed. This brings a bunch of new features, and we will update the docs...
Detailed Changes
New Features ✨
MigrationTools__Endpoints__Source__Authentication__AccessToken
to pass the PAT token into the system.devopsmigration.exe exec -c myconfig.json MigrationTools:Endpoints:Source:Authentication:NetworkCredentials:Password=NewValue
Refactoring ♻️
This is also a significant restructure of the code to enable all this with a move to the IOptions pattern, and everything in the config inherits from from our IOptions interface. There are many, many braking changes.
Under the Covers
I have moved and streamlined the entire telemetry system. Its now using OpenTelemetry and still backed by AI. I lost a bunch of functionality, and gained others...
Get the tools
winget install nkdagility.azure-devops-migration-tools --version 16.0.0
. There is a delay for aprovals on the winget store, so you may need to wait a few days before this is available.choco install vsts-sync-migrator --version 16.0.0
. There is a delay for aprovals on the chocolatey store, so you may need to wait a few hours before this is available.What's Changed
🏕 Features
Full Changelog: v15.2.1...v16.0.0
This discussion was created from the release v16.0.0 (Release).
Beta Was this translation helpful? Give feedback.
All reactions