Skip to content

feat: Implement azdo security group delete command #73

@tmeckel

Description

@tmeckel

This issue tracks the implementation of the azdo security group delete command.

Command Description

Delete an Azure DevOps security group.

azdo Command Signature

This command should support the following parameters:

  • A positional argument in the format ORGANIZATION/GROUP or ORGANIZATION/PROJECT/GROUP to specify the scope and the name of the group to delete. The organization is always required.
  • --descriptor: The descriptor of the group to be deleted. This parameter is required if multiple groups are found by the name given in the positional argument. (Optional)
  • --yes / -y: Do not prompt for confirmation. (Optional)

Constraints

  • If multiple groups are found with the given name, via the positional argument, an error is shown and no delete operation is performed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions