MicrosoftDocs / azure-devops-server-docs

Documentation for Azure DevOps Server
Creative Commons Attribution 4.0 International
7 stars 11 forks source link

TFVC Permissions incorrect/missing Action #11

Open levicrouch opened 6 years ago

levicrouch commented 6 years ago

In the TFVC permissions, the following items are incorrect/missing:

Incorrect 'Action' value: NameSpace: 'Merge' Action: Currently: 'VersionControlItems' Action: Correct: 'Merge'

Missing 'Action' value: NameSpace: 'Read' Action: Currently: '' Action: Correct: 'Read'


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

levicrouch commented 6 years ago

Found another. In the 'Iterations' permissions; the 'Action' value for 'View permissions for this node' should be: 'GENERIC_READ'

steved0x commented 6 years ago

@elbatk Should this one go to you or me?

elbatk commented 6 years ago

@steved0x i'll take it! @aaronhallberg , could you verify that the suggested values above are correct for the tfs security cmd permissions? Once confirmed, I'll quickly make the change.