Skip to content

Commit f24e36b

Browse files
remove help text from security (#558)
1 parent a731f37 commit f24e36b

File tree

1 file changed

+0
-42
lines changed
  • azure-devops/azext_devops/dev/team

1 file changed

+0
-42
lines changed

azure-devops/azext_devops/dev/team/_help.py

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -28,48 +28,6 @@ def load_team_help():
2828
short-summary: Manage service endpoints/service connections
2929
"""
3030

31-
helps['devops security'] = """
32-
type: group
33-
short-summary: Manage security related operations
34-
"""
35-
36-
helps['devops security group'] = """
37-
type: group
38-
short-summary: Manage security groups
39-
"""
40-
41-
helps['devops security group create'] = """
42-
type: command
43-
short-summary: Create a new Azure DevOps group.
44-
long-summary:
45-
examples:
46-
- name: Create an Azure DevOps Group with name and description
47-
text: |
48-
az devops security group create --name 'Some group name' --description
49-
'Something to describe this group'
50-
51-
- name: Add an existing AAD group to an Azure DevOps group
52-
text: |
53-
Get object ID of an existing AAD group
54-
az ad group show -g {Group Name}
55-
az devops security group create --origin-id {Object ID} --groups 'vssgp.someDescriptorForGroup'
56-
57-
- name: Add an existing AAD group to an Azure DevOps group with AAD group Email ID
58-
text: |
59-
az devops security group create --email-id {Email ID of AAD group}
60-
--groups 'vssgp.someDescriptorForGroup'
61-
62-
- name: Create a new Azure DevOps group and add it to existing Azure DevOps groups.
63-
text: |
64-
az devops security group create --name 'Some group name'
65-
--groups 'vssgp.someDescriptorForGroupOne,vssgp.someDescriptorForGroupTwo'
66-
"""
67-
68-
helps['devops security group membership'] = """
69-
type: group
70-
short-summary: Manage memberships for security groups
71-
"""
72-
7331
helps['devops team'] = """
7432
type: group
7533
short-summary: Manage teams

0 commit comments

Comments
 (0)