The requested version "6.0" of the resource is under preview. #1411
Unanswered
devopsezguy
asked this question in
Q&A
Replies: 3 comments 8 replies
-
I'm seeing exactly the same problem, migrating from Azure DevOps 2020 to Azure Devops Services. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been resolved with https://github.com/nkdAgility/azure-devops-migration-tools/releases/tag/v12.8.1 |
Beta Was this translation helpful? Give feedback.
8 replies
-
[16:06:27 INF] Version: 12.8.2.0
… On Mar 30, 2023, at 2:26 AM, Martin Hinshelwood nkdAgility.com ***@***.***> wrote:
Which version are you running?
—
Reply to this email directly, view it on GitHub <#1411 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKQZZ3VUDU56OVV2C7N2J3W6URQHANCNFSM6AAAAAAVF5UCJU>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello community,
Need some help, I'm trying to run the tool with the config below, but im getting a error to use a particular API version, The requested version "6.0" of the resource is under preview. The -preview flag must be supplied in the api-version for such requests, where do i specify this? I have downloaded it as a zip file (PS: I'm not a programmer, just a PS admin). Thanks in advance.
{
"GitRepoMapping": null,
"LogLevel": "Information",
"Processors": [
{
"$type": "AzureDevOpsPipelineProcessorOptions",
"Enabled": true,
"MigrateBuildPipelines": true,
"MigrateReleasePipelines": true,
"MigrateTaskGroups": false,
"MigrateVariableGroups": true,
"MigrateServiceConnections": true,
"BuildPipelines": null,
"ReleasePipelines": null,
"RefName": null,
"SourceName": "Source",
"TargetName": "Target",
"RepositoryNameMaps": {}
}
],
"Version": "12.3",
"Endpoints": {
"AzureDevOpsEndpoints": [
{
"name": "Source",
"$type": "AzureDevOpsEndpointOptions",
"Organisation": "on-premdevopsserver-org-src",
"Project": "on-premdevopsserver-project-src",
"AuthenticationMode": "AccessToken",
"AccessToken": "PAT",
"EndpointEnrichers": null
},
{
"Name": "Target",
"$type": "AzureDevOpsEndpointOptions",
"Organisation": "on-premdevopsserver-org-dst",
"Project": "on-premdevopsserver-project-dst",
"AuthenticationMode": "AccessToken",
"AccessToken": "PAT",
"EndpointEnrichers": null
}
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions