We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7996cfe commit a489a16Copy full SHA for a489a16
azure-devops/azext_devops/dev/team/_help.py
@@ -115,8 +115,8 @@ def load_team_help():
115
examples:
116
- name: Assign view, edit and delete permission for team projects.
117
text: |
118
- az devops security permission update --allow-bit 7 --namespace-id
119
- 52d39943-cb85-4d7f-8fa8-c6baac873819 --subject [email protected]
+ az devops security permission update --allow-bit 7 --namespace-id\
+ 52d39943-cb85-4d7f-8fa8-c6baac873819 --subject [email protected]\
120
--token "$PROJECT:vstfs:///Classification/TeamProject/e479xxxx-2be8-xxxx-bb0b-3a0209cxxxx"
121
122
You would need to add the bit value of the various permission bits to
0 commit comments