Skip to content

Commit

Permalink
All entra m365group commands should accept displayName option
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinM85 committed Aug 25, 2024
1 parent 9335709 commit d002a7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe(commands.M365GROUP_USER_ADD, () => {
sinon.stub(pid, 'getProcessName').returns('');
sinon.stub(session, 'getId').returns('');
sinon.stub(entraGroup, 'isUnifiedGroup').resolves(true);
sinon.stub(entraGroup, 'getGroupIdByDisplayName').resolves('00000000-0000-0000-0000-000000000000');
auth.connection.active = true;
commandInfo = cli.getCommandInfo(command);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe(commands.M365GROUP_USER_SET, () => {
sinon.stub(pid, 'getProcessName').returns('');
sinon.stub(session, 'getId').returns('');
sinon.stub(entraGroup, 'isUnifiedGroup').resolves(true);
sinon.stub(entraGroup, 'getGroupIdByDisplayName').resolves('00000000-0000-0000-0000-000000000000');
auth.connection.active = true;
commandInfo = cli.getCommandInfo(command);
});
Expand Down

0 comments on commit d002a7e

Please sign in to comment.