无法永久删除 Azure DevOps Server 2020 项目

Posted

技术标签:

【中文标题】无法永久删除 Azure DevOps Server 2020 项目【英文标题】:Unable to permanently delete Azure DevOps Server 2020 project 【发布时间】:2022-01-01 07:19:46 【问题描述】:

我使用集合设置 -> 项目屏幕删除了 Azure DevOps Server 2020 中的两个项目。我知道 DevOps Server 会软删除项目,并且在您单击“查看最近删除的项目”时会列出它们。

我想永久删除这两个项目。我尝试使用 Azure CLI 和命令 az devops project delete --id [project id] 删除这两个项目,但一直收到错误 VS800075: The project with id '8f0d8b14-837b-47aa-802c-aac2*********' does not exist, or you do not have permission to access it. 我尝试输入不带破折号的 id 并得到相同的错误。

我尝试使用 TFSDeleteProject,但它不适用于我的 Visual Studio 2022 版本。我认为它可能仅适用于旧版本。

我还尝试使用 Azure DevOps REST Api 删除这两个项目,但出现类似错误:

"$id":"1","innerException":null,"message":"VS800075: The project with id
     | '8f0d8b14-837b-47aa-802c-*************' does not exist, or you do not have permission to access
     | it.","typeName":"Microsoft.TeamFoundation.Core.WebApi.ProjectDoesNotExistException,
     | Microsoft.TeamFoundation.Core.WebApi","typeKey":"ProjectDoesNotExistException","errorCode":0,"eventId":3000

我已经在 DevOps 中重新生成了我的安全令牌,并确保我拥有完全权限。有没有办法在 DevOps Server 2020 中永久删除项目?

【问题讨论】:

【参考方案1】:

如果您不想等待 28 天直到它被永久删除,您需要从 Azure DevOps 管理控制台中删除该项目:

【讨论】:

成功了!谢谢。

以上是关于无法永久删除 Azure DevOps Server 2020 项目的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Azure DevOps 中删除合并的功能分支?

用于运行进程的 Azure DevOps 管道

如何在 Azure DevOps 中更改分支名称

Azure Devops 使用 Powershell 从特定组织中删除特定用户

在 Azure 存储中查找软删除 blob 的永久删除日期

Azure DevOps Server:还原被删除的分支