我试图在Azure DevOps的工件中删除项目范围内的提要,因为我想为组织范围的提要(它允许在不同项目之间共享包)使用提要名称。
当我在提要重命名UI中单击"Save“时,会得到以下错误:
提要名称'myorg.internal‘很快就会面世。
对browser Network选项卡的检查显示,此请求在HTTP409:PATCH https://myorf.feeds.visualstudio.com/_apis/Packaging/Feeds/ee54xxxx-xxxx-xxxx-xxxx-xxxx49c10d83中失败。
{
"$id": "1",
"innerException": null,
"message": "A feed with name 'myorg.internal' exists in feed recycle bin.
The name will be available soon after it is permanently deleted from the feed recycle bin.",
"typeName": "Microsoft.VisualStudio.Services.Feed.WebApi.FeedNotReleasedException,
Microsoft.VisualStudio.Services.Feed.WebApi",
"typeKey": "FeedNotReleasedException",
"errorCode": 0,
"eventId": 3000
}有办法加快永久删除提要吗?
发布于 2020-01-17 03:39:14
一旦删除,提要将进入禁用状态30天后,它将被永久删除。在这种状态下,包无法安装、发布或操作,存储将无法回收。您可以将提要还原到它的原始状态,或者在提要设置中永久删除它以清理存储。在永久删除之前,不能重用此提要名称。
请转到已删除提要的源设置,然后单击永久删除源按钮。



https://stackoverflow.com/questions/59779310
复制相似问题