Skip to content
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 'entra group member remove' command #5844

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

milanholemans
Copy link
Contributor

@milanholemans milanholemans commented Feb 13, 2024

Closes #5472


  • Made a few small adjustments to entra group user add to align it more with this command.
  • Also introduced a Graph batching interface. Since we use this is multiple commands, it looks handy to have it typed somewhere. Apparently, the graph types dependency doesn't have a type for batch requests.

src/utils/types.ts Show resolved Hide resolved
src/m365/entra/commands/group/group-user-remove.ts Outdated Show resolved Hide resolved
src/m365/entra/commands/group/group-user-remove.ts Outdated Show resolved Hide resolved
src/m365/entra/commands/group/group-user-remove.spec.ts Outdated Show resolved Hide resolved
src/m365/entra/commands/group/group-user-remove.spec.ts Outdated Show resolved Hide resolved
@waldekmastykarz waldekmastykarz self-assigned this Apr 20, 2024
@waldekmastykarz waldekmastykarz marked this pull request as draft April 20, 2024 13:07
@milanholemans milanholemans marked this pull request as ready for review April 29, 2024 17:52
@milanholemans milanholemans marked this pull request as draft May 14, 2024 08:24
@milanholemans milanholemans marked this pull request as ready for review May 20, 2024 13:30
@milanholemans milanholemans changed the title Adds 'entra group user remove' command Adds 'entra group member remove' command Sep 28, 2024
@milanholemans
Copy link
Contributor Author

Waiting for this issue to be approved: #6480
I will also add the new options to this command.

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.

New command: entra group member remove
2 participants