Skip to content

Update CreateTeamCommandBase.cs #1335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gennaropalma
Copy link
Member

Add a description to make it clearer that this option only works with Enterprise Managed Users. This is as per migration friction 3294.

  • Did you write/update appropriate tests
  • Release notes updated (if appropriate)
  • Appropriate logging output
  • Issue linked
  • Docs updated (or issue created)
  • New package licenses are added to ThirdPartyNotices.txt (if applicable)

Add a description to make it clearer that this option only works with Enterprise Managed Users.
@Copilot Copilot AI review requested due to automatic review settings April 28, 2025 05:01
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the CreateTeamCommandBase.cs file to add a clear description for the IdpGroup option, clarifying that it applies only to Enterprise Managed Users as noted in migration friction 3294.

  • Added a detailed description for the IdpGroup option.
  • Clarified usage constraints in the command description.

Copy link

github-actions bot commented Apr 28, 2025

Unit Test Results

  1 files    1 suites   21s ⏱️
887 tests 887 ✅ 0 💤 0 ❌
888 runs  888 ✅ 0 💤 0 ❌

Results for commit 1b3398c.

♻️ This comment has been updated with latest results.

@@ -17,7 +17,9 @@ public CreateTeamCommandBase() : base(name: "create-team", description: "Creates
public virtual Option<string> TeamName { get; } = new("--team-name") { IsRequired = true };

public virtual Option<string> IdpGroup { get; } = new("--idp-group");

{
Description = "The Identity Provider Group to link the team to. For Enterprise Managed Users only."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is an extra semi colon on line 19 that is a syntax error, once deleted the build should succeed.

Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
ado2gh 84% 78% 631
gei 81% 73% 596
Octoshift 87% 76% 1410
bbs2gh 82% 76% 669
Summary 84% (7231 / 8567) 76% (1691 / 2238) 3306

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.

2 participants