English 中文(简体)
• 如何通过APICAP生成废纸许可报告
原标题:how to generate azure devops permissionsreport via API
问题回答

The body sample to get the report of a repo with Permissions Report - Create:

{
    "descriptors": [],
    "reportName": "RepoPermissions",
    "resources": [
        {
            "resourceId": "9cf3xxxx-xxxx-xxxx-xxxx-370d8cb3xxxx",
            "resourceType": "repo"
        }
    ]
}

抽样结果:

enter image description here





相关问题
Team foundation server in the cloud?

We have been using TFS on our own server for a while. We would like to move it in the cloud. Is there any good hosted service? Note: we would like to import all our source and projects

热门标签