我正在寻找创建 ADF 管道以使用 CDM 将数据加载到 powerapps 实体。我已将数据从 powerapps 导出到 ADLS。我正在关注这篇文章: https ://docs.microsoft.com/en-us/powerapps/maker/common-data-service/export-to-data-lake-data-adf
因此,为了创建清单文件 ac# 代码与几个 CDM nuget 包一起提供。这些在我无权访问的 TFS/Devops 中。路径:https ://commondatamodel.pkgs.visualstudio.com/_packaging/CDM/nuget/v3/index.json
错误:
{
"$id": "1",
"innerException": null,
"message": "TF400813: The user '72f988bf-86f1-41af-91ab-2d7cd011db47\\xyz@abc.com' is not authorized to access this resource.",
"typeName": "Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException, Microsoft.TeamFoundation.Framework.Server",
"typeKey": "UnauthorizedRequestException",
"errorCode": 0,
"eventId": 3000
}
你能指导我如何下载这些包或创建清单文件吗?