Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在寻找一种方法来授予特定用户权限,以仅使用和管理 azure devops 中的“测试计划”选项卡中列出的功能。因此,该组/团队中的用户应该无法看到当前项目中的发布、构建、代码和所有其他内容。
有没有办法做到这一点?
谢谢
Repos、Pipeline等服务没有默认的禁用方式,需要对各个资源进行权限设置,参考如下链接:
https://docs.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops&tabs=preview-page
例如,让用户看不到 repo,您可以拒绝 repo 的“读取”权限: