-
Notifications
You must be signed in to change notification settings - Fork 333
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
Adds command 'entra group user add'. #5759
Conversation
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.
Very nice! Awesome use of batching! Let's do a few adjustments before we merge it
12fde76
to
ed9824d
Compare
ed9824d
to
9c0133e
Compare
9c0133e
to
cb0ec92
Compare
|
||
if (args.options.ids) { | ||
const ids = args.options.ids.split(',').map(i => i.trim()); | ||
if (!validation.isValidGuidArray(ids)) { |
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.
Let's update this in a separate issue so that we don't need to iterate through the array twice
Merged manually. Thank you! 👏 |
Closes #5471