-
Notifications
You must be signed in to change notification settings - Fork 124
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
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 10m 25s ⏱️ Results for commit d0f55b4. ♻️ This comment has been updated with latest results. |
| 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.
|
Closing in favor of #1467 |
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)