CDM Nuget 包

CDM Nuget Packages

我正在寻找创建 ADF 管道以使用 CDM 将数据加载到 powerapps 实体。我已将数据从 powerapps 导出到 ADLS。我正在关注这篇文章: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/export-to-data-lake-data-adf

因此,为了创建清单文件,提供了 c# 代码以及几个 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
}

你能指导我如何下载这些包或创建清单文件吗?

Can you guide me on how to download these packages or create manifest file?

恐怕您必须使用另一个有权访问该 CDM 源的帐户。

根据 Azure roles:

The user account that's used to sign in to Azure must be a member of the contributor or owner role, or an administrator of the Azure subscription. To view the permissions that you have in the subscription, go to the Azure portal, select your username in the upper-right corner, select ..., and then select My permissions. If you have access to multiple subscriptions, select the appropriate one. To create and manage child resources for Data Factory in the Azure portal—including datasets, linked services, pipelines, triggers, and integration runtimes—you must belong to the Data Factory Contributor role at the resource group level or above.

作为测试,我的帐户也无法直接访问提要:

但我的经理(具有更高权限)可以直接访问该提要:

因此,您可以尝试 install/download 使用另一个有权访问该 CDM 源的帐户访问这些包。