Skip to content

Commit

Permalink
remove help text from security (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaralMs committed Apr 25, 2019
1 parent a731f37 commit f24e36b
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions azure-devops/azext_devops/dev/team/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,6 @@ def load_team_help():
short-summary: Manage service endpoints/service connections
"""

helps['devops security'] = """
type: group
short-summary: Manage security related operations
"""

helps['devops security group'] = """
type: group
short-summary: Manage security groups
"""

helps['devops security group create'] = """
type: command
short-summary: Create a new Azure DevOps group.
long-summary:
examples:
- name: Create an Azure DevOps Group with name and description
text: |
az devops security group create --name 'Some group name' --description
'Something to describe this group'
- name: Add an existing AAD group to an Azure DevOps group
text: |
Get object ID of an existing AAD group
az ad group show -g {Group Name}
az devops security group create --origin-id {Object ID} --groups 'vssgp.someDescriptorForGroup'
- name: Add an existing AAD group to an Azure DevOps group with AAD group Email ID
text: |
az devops security group create --email-id {Email ID of AAD group}
--groups 'vssgp.someDescriptorForGroup'
- name: Create a new Azure DevOps group and add it to existing Azure DevOps groups.
text: |
az devops security group create --name 'Some group name'
--groups 'vssgp.someDescriptorForGroupOne,vssgp.someDescriptorForGroupTwo'
"""

helps['devops security group membership'] = """
type: group
short-summary: Manage memberships for security groups
"""

helps['devops team'] = """
type: group
short-summary: Manage teams
Expand Down

0 comments on commit f24e36b

Please sign in to comment.