Replies: 2 comments 4 replies
-
Hey @jjolidon, I wanted to let you know that the PR that you submitted back in 2022 that enabled the PAT token to be loaded from an Environment variable has now been broadened to allow an override of ANY configuration element.... I finally modernised the and moved to the IOptions pattern that's out-of-the-box. Thanks so much for your contribution as this was a catalyst for me looking into fixing it perminatly. |
Beta Was this translation helpful? Give feedback.
-
Hey @joshjohanning I saw your blog post! Awesome! Would you consider writing a post around the new version? Happy for feedback as well. I have done a lot to make it more friendly with a config upgrader and generator... |
Beta Was this translation helpful? Give feedback.
-
Azure DevOps Migration Tools v16.0.0-Preview.
Version: 16.0.0-Preview.1
Ring: (Preview)
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.Preview --version 16.0.0-Preview.1
. 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-preview0001
. 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-Preview.1
This discussion was created from the release v16.0.0-Preview.1 (Preview).
Beta Was this translation helpful? Give feedback.
All reactions