-
Notifications
You must be signed in to change notification settings - Fork 105
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
base: main
Are you sure you want to change the base?
Conversation
Add a description to make it clearer that this option only works with Enterprise Managed Users.
There was a problem hiding this 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.
Unit Test Results 1 files 1 suites 21s ⏱️ 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." |
There was a problem hiding this comment.
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.
As per review
Add a description to make it clearer that this option only works with Enterprise Managed Users. This is as per migration friction 3294.
ThirdPartyNotices.txt
(if applicable)