Skip to content

Conversation

@tmeckel
Copy link
Owner

@tmeckel tmeckel commented Oct 8, 2025

Closes: #72

Replaced temporary pointer variable with direct assignment to opts.subjectTypes when empty, improving code clarity and reducing unnecessary indirection in user listing.
Removed unnecessary UUID parsing by passing project.Id directly to GetDescriptor, simplifying code and reducing potential errors. Updated table column header from "Name" to "DisplayName" for clarity.
Introduce `create` command for managing Azure DevOps security groups.
Supports creation by name, email, or origin ID, with optional description,
group membership, and scope (organization/project). Enables JSON output
for integration and automation.
@tmeckel tmeckel merged commit 29aa193 into master Oct 8, 2025
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue72 branch October 8, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Implement azdo security group create command

1 participant