@pnp/cli-microsoft365 10.0.0-beta.0b765ef → 10.0.0-beta.1a88ed2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/appInsights.js +6 -4
  5. package/dist/m365/commands/login.js +122 -69
  6. package/dist/m365/commands/setup.js +1 -1
  7. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +0 -5
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +0 -5
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +0 -5
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +0 -5
  11. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +0 -5
  12. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +0 -5
  13. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +0 -5
  14. package/dist/m365/entra/commands/app/app-add.js +0 -5
  15. package/dist/m365/entra/commands/app/app-get.js +0 -5
  16. package/dist/m365/entra/commands/app/app-list.js +0 -5
  17. package/dist/m365/entra/commands/app/app-permission-add.js +0 -5
  18. package/dist/m365/entra/commands/app/app-remove.js +0 -5
  19. package/dist/m365/entra/commands/app/app-role-add.js +0 -5
  20. package/dist/m365/entra/commands/app/app-role-list.js +0 -5
  21. package/dist/m365/entra/commands/app/app-role-remove.js +0 -5
  22. package/dist/m365/entra/commands/app/app-set.js +0 -5
  23. package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +0 -5
  24. package/dist/m365/entra/commands/approleassignment/approleassignment-list.js +0 -5
  25. package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +0 -5
  26. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +0 -5
  27. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +0 -5
  28. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +0 -5
  29. package/dist/m365/entra/commands/group/group-add.js +0 -4
  30. package/dist/m365/entra/commands/group/group-get.js +0 -5
  31. package/dist/m365/entra/commands/group/group-list.js +0 -5
  32. package/dist/m365/entra/commands/group/group-member-list.js +0 -5
  33. package/dist/m365/entra/commands/group/group-remove.js +0 -5
  34. package/dist/m365/entra/commands/groupsetting/groupsetting-add.js +0 -5
  35. package/dist/m365/entra/commands/groupsetting/groupsetting-get.js +0 -5
  36. package/dist/m365/entra/commands/groupsetting/groupsetting-list.js +0 -5
  37. package/dist/m365/entra/commands/groupsetting/groupsetting-remove.js +0 -5
  38. package/dist/m365/entra/commands/groupsetting/groupsetting-set.js +0 -5
  39. package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-get.js +0 -5
  40. package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-list.js +0 -5
  41. package/dist/m365/entra/commands/license/license-list.js +0 -5
  42. package/dist/m365/entra/commands/m365group/m365group-add.js +0 -5
  43. package/dist/m365/entra/commands/m365group/m365group-conversation-list.js +0 -5
  44. package/dist/m365/entra/commands/m365group/m365group-conversation-post-list.js +0 -5
  45. package/dist/m365/entra/commands/m365group/m365group-get.js +0 -5
  46. package/dist/m365/entra/commands/m365group/m365group-list.js +0 -5
  47. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-clear.js +0 -5
  48. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-list.js +0 -5
  49. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-remove.js +0 -5
  50. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-restore.js +0 -5
  51. package/dist/m365/entra/commands/m365group/m365group-remove.js +0 -5
  52. package/dist/m365/entra/commands/m365group/m365group-renew.js +0 -5
  53. package/dist/m365/entra/commands/m365group/m365group-report-activitycounts.js +0 -4
  54. package/dist/m365/entra/commands/m365group/m365group-report-activitydetail.js +0 -4
  55. package/dist/m365/entra/commands/m365group/m365group-report-activityfilecounts.js +0 -4
  56. package/dist/m365/entra/commands/m365group/m365group-report-activitygroupcounts.js +0 -4
  57. package/dist/m365/entra/commands/m365group/m365group-report-activitystorage.js +0 -4
  58. package/dist/m365/entra/commands/m365group/m365group-set.js +138 -73
  59. package/dist/m365/entra/commands/m365group/m365group-teamify.js +0 -5
  60. package/dist/m365/entra/commands/m365group/m365group-user-add.js +0 -6
  61. package/dist/m365/entra/commands/m365group/m365group-user-list.js +0 -5
  62. package/dist/m365/entra/commands/m365group/m365group-user-remove.js +93 -62
  63. package/dist/m365/entra/commands/m365group/m365group-user-set.js +3 -15
  64. package/dist/m365/entra/commands/oauth2grant/oauth2grant-add.js +0 -5
  65. package/dist/m365/entra/commands/oauth2grant/oauth2grant-list.js +0 -5
  66. package/dist/m365/entra/commands/oauth2grant/oauth2grant-remove.js +0 -5
  67. package/dist/m365/entra/commands/oauth2grant/oauth2grant-set.js +0 -5
  68. package/dist/m365/entra/commands/policy/policy-list.js +0 -5
  69. package/dist/m365/entra/commands/siteclassification/siteclassification-disable.js +0 -5
  70. package/dist/m365/entra/commands/siteclassification/siteclassification-enable.js +0 -5
  71. package/dist/m365/entra/commands/siteclassification/siteclassification-get.js +0 -5
  72. package/dist/m365/entra/commands/siteclassification/siteclassification-set.js +0 -5
  73. package/dist/m365/entra/commands/user/user-add.js +0 -5
  74. package/dist/m365/entra/commands/user/user-get.js +0 -5
  75. package/dist/m365/entra/commands/user/user-guest-add.js +0 -5
  76. package/dist/m365/entra/commands/user/user-hibp.js +0 -5
  77. package/dist/m365/entra/commands/user/user-license-add.js +0 -5
  78. package/dist/m365/entra/commands/user/user-license-list.js +0 -5
  79. package/dist/m365/entra/commands/user/user-license-remove.js +0 -5
  80. package/dist/m365/entra/commands/user/user-list.js +0 -5
  81. package/dist/m365/entra/commands/user/user-password-validate.js +0 -5
  82. package/dist/m365/entra/commands/user/user-recyclebinitem-clear.js +0 -5
  83. package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +0 -5
  84. package/dist/m365/entra/commands/user/user-recyclebinitem-remove.js +0 -5
  85. package/dist/m365/entra/commands/user/user-recyclebinitem-restore.js +0 -5
  86. package/dist/m365/entra/commands/user/user-registrationdetails-list.js +0 -4
  87. package/dist/m365/entra/commands/user/user-remove.js +0 -5
  88. package/dist/m365/entra/commands/user/user-set.js +0 -5
  89. package/dist/m365/entra/commands/user/user-signin-list.js +0 -5
  90. package/dist/m365/file/commands/file-move.js +4 -4
  91. package/dist/m365/spo/commands/file/file-copy.js +6 -6
  92. package/dist/m365/spo/commands/file/file-move.js +6 -6
  93. package/dist/m365/spo/commands/file/file-remove.js +7 -1
  94. package/dist/m365/spo/commands/folder/folder-move.js +43 -35
  95. package/dist/m365/spo/commands/group/group-member-add.js +3 -23
  96. package/dist/m365/spo/commands/group/group-member-remove.js +1 -18
  97. package/dist/m365/spo/commands/list/list-remove.js +14 -4
  98. package/dist/m365/spo/commands/tenant/tenant-site-membership-list.js +118 -0
  99. package/dist/m365/spo/commands/user/user-ensure.js +1 -11
  100. package/dist/m365/spo/commands.js +1 -0
  101. package/dist/m365/spp/commands/model/model-list.js +57 -0
  102. package/dist/m365/spp/commands.js +2 -1
  103. package/dist/m365/teams/commands/channel/channel-get.js +15 -50
  104. package/dist/m365/teams/commands/team/team-get.js +16 -21
  105. package/dist/telemetryRunner.js +2 -2
  106. package/dist/utils/spo.js +90 -21
  107. package/dist/utils/spp.js +22 -0
  108. package/dist/utils/teams.js +47 -5
  109. package/dist/utils/timersUtil.js +2 -1
  110. package/dist/utils/zod.js +11 -2
  111. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +0 -6
  112. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +0 -6
  113. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +0 -6
  114. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +0 -6
  115. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +0 -6
  116. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +0 -6
  117. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +0 -6
  118. package/docs/docs/cmd/entra/app/app-add.mdx +0 -1
  119. package/docs/docs/cmd/entra/app/app-get.mdx +0 -1
  120. package/docs/docs/cmd/entra/app/app-list.mdx +0 -1
  121. package/docs/docs/cmd/entra/app/app-permission-add.mdx +0 -1
  122. package/docs/docs/cmd/entra/app/app-permission-list.mdx +0 -6
  123. package/docs/docs/cmd/entra/app/app-remove.mdx +0 -1
  124. package/docs/docs/cmd/entra/app/app-role-add.mdx +0 -1
  125. package/docs/docs/cmd/entra/app/app-role-list.mdx +0 -1
  126. package/docs/docs/cmd/entra/app/app-role-remove.mdx +0 -1
  127. package/docs/docs/cmd/entra/app/app-set.mdx +0 -1
  128. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +0 -6
  129. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +0 -6
  130. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +0 -6
  131. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +0 -1
  132. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +0 -1
  133. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +0 -1
  134. package/docs/docs/cmd/entra/group/group-add.mdx +0 -6
  135. package/docs/docs/cmd/entra/group/group-get.mdx +0 -6
  136. package/docs/docs/cmd/entra/group/group-list.mdx +0 -6
  137. package/docs/docs/cmd/entra/group/group-member-list.mdx +0 -6
  138. package/docs/docs/cmd/entra/group/group-remove.mdx +0 -6
  139. package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +0 -6
  140. package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +0 -6
  141. package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +0 -6
  142. package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +0 -6
  143. package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +0 -6
  144. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +0 -6
  145. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +0 -6
  146. package/docs/docs/cmd/entra/license/license-list.mdx +0 -6
  147. package/docs/docs/cmd/entra/m365group/m365group-add.mdx +0 -6
  148. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +0 -6
  149. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +0 -6
  150. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -6
  151. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -6
  152. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +0 -6
  153. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +0 -6
  154. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +0 -6
  155. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +0 -6
  156. package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +0 -6
  157. package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +0 -6
  158. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +0 -6
  159. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +0 -6
  160. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +0 -6
  161. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +2 -8
  162. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -8
  163. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +34 -22
  164. package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +5 -11
  165. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +5 -11
  166. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +0 -12
  167. package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +29 -21
  168. package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +4 -17
  169. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -9
  170. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -7
  171. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +4 -10
  172. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +3 -9
  173. package/docs/docs/cmd/entra/policy/policy-list.mdx +3 -9
  174. package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +3 -9
  175. package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +7 -13
  176. package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -7
  177. package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +8 -14
  178. package/docs/docs/cmd/entra/user/user-add.mdx +4 -10
  179. package/docs/docs/cmd/entra/user/user-get.mdx +7 -13
  180. package/docs/docs/cmd/entra/user/user-guest-add.mdx +3 -9
  181. package/docs/docs/cmd/entra/user/user-hibp.mdx +2 -8
  182. package/docs/docs/cmd/entra/user/user-license-add.mdx +0 -6
  183. package/docs/docs/cmd/entra/user/user-license-list.mdx +0 -6
  184. package/docs/docs/cmd/entra/user/user-license-remove.mdx +2 -8
  185. package/docs/docs/cmd/entra/user/user-list.mdx +1 -7
  186. package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -7
  187. package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +2 -8
  188. package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +0 -6
  189. package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +2 -8
  190. package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +0 -6
  191. package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +7 -13
  192. package/docs/docs/cmd/entra/user/user-remove.mdx +2 -8
  193. package/docs/docs/cmd/entra/user/user-set.mdx +0 -6
  194. package/docs/docs/cmd/entra/user/user-signin-list.mdx +9 -15
  195. package/docs/docs/cmd/login.mdx +9 -0
  196. package/docs/docs/cmd/spo/file/file-move.mdx +1 -3
  197. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -4
  198. package/docs/docs/cmd/spo/folder/folder-move.mdx +84 -13
  199. package/docs/docs/cmd/spo/group/group-member-add.mdx +8 -14
  200. package/docs/docs/cmd/spo/group/group-member-remove.mdx +5 -11
  201. package/docs/docs/cmd/spo/list/list-remove.mdx +10 -1
  202. package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +1 -1
  203. package/docs/docs/cmd/spo/tenant/tenant-site-membership-list.mdx +122 -0
  204. package/docs/docs/cmd/spo/user/user-ensure.mdx +2 -5
  205. package/docs/docs/cmd/spp/model/model-list.mdx +140 -0
  206. package/npm-shrinkwrap.json +2059 -389
  207. package/package.json +15 -15
  208. package/dist/m365/entra/aadCommands.js +0 -89
  209. package/dist/utils/driveUtil.js +0 -51
@@ -3,15 +3,14 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
3
3
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
4
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
5
5
  };
6
- var _EntraM365GroupUserRemoveCommand_instances, _EntraM365GroupUserRemoveCommand_initTelemetry, _EntraM365GroupUserRemoveCommand_initOptions, _EntraM365GroupUserRemoveCommand_initValidators, _EntraM365GroupUserRemoveCommand_initOptionSets;
6
+ var _EntraM365GroupUserRemoveCommand_instances, _EntraM365GroupUserRemoveCommand_initTelemetry, _EntraM365GroupUserRemoveCommand_initOptions, _EntraM365GroupUserRemoveCommand_initValidators, _EntraM365GroupUserRemoveCommand_initOptionSets, _EntraM365GroupUserRemoveCommand_initTypes;
7
7
  import { cli } from '../../../../cli/cli.js';
8
8
  import request from '../../../../request.js';
9
9
  import { entraGroup } from '../../../../utils/entraGroup.js';
10
+ import { entraUser } from '../../../../utils/entraUser.js';
10
11
  import { formatting } from '../../../../utils/formatting.js';
11
12
  import { validation } from '../../../../utils/validation.js';
12
13
  import GraphCommand from '../../../base/GraphCommand.js';
13
- import teamsCommands from '../../../teams/commands.js';
14
- import aadCommands from '../../aadCommands.js';
15
14
  import commands from '../../commands.js';
16
15
  class EntraM365GroupUserRemoveCommand extends GraphCommand {
17
16
  get name() {
@@ -20,9 +19,6 @@ class EntraM365GroupUserRemoveCommand extends GraphCommand {
20
19
  get description() {
21
20
  return 'Removes the specified user from specified Microsoft 365 Group or Microsoft Teams team';
22
21
  }
23
- alias() {
24
- return [teamsCommands.USER_REMOVE, aadCommands.M365GROUP_USER_REMOVE];
25
- }
26
22
  constructor() {
27
23
  super();
28
24
  _EntraM365GroupUserRemoveCommand_instances.add(this);
@@ -30,61 +26,23 @@ class EntraM365GroupUserRemoveCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraM365GroupUserRemoveCommand_instances, "m", _EntraM365GroupUserRemoveCommand_initOptions).call(this);
31
27
  __classPrivateFieldGet(this, _EntraM365GroupUserRemoveCommand_instances, "m", _EntraM365GroupUserRemoveCommand_initValidators).call(this);
32
28
  __classPrivateFieldGet(this, _EntraM365GroupUserRemoveCommand_instances, "m", _EntraM365GroupUserRemoveCommand_initOptionSets).call(this);
29
+ __classPrivateFieldGet(this, _EntraM365GroupUserRemoveCommand_instances, "m", _EntraM365GroupUserRemoveCommand_initTypes).call(this);
33
30
  }
34
31
  async commandAction(logger, args) {
35
- await this.showDeprecationWarning(logger, aadCommands.M365GROUP_USER_REMOVE, commands.M365GROUP_USER_REMOVE);
36
- const groupId = (typeof args.options.groupId !== 'undefined') ? args.options.groupId : args.options.teamId;
32
+ if (args.options.userName) {
33
+ await this.warn(logger, `Option 'userName' is deprecated. Please use 'ids' or 'userNames' instead.`);
34
+ }
37
35
  const removeUser = async () => {
38
36
  try {
37
+ const groupId = await this.getGroupId(logger, args.options.groupId, args.options.teamId, args.options.groupName, args.options.teamName);
39
38
  const isUnifiedGroup = await entraGroup.isUnifiedGroup(groupId);
40
39
  if (!isUnifiedGroup) {
41
40
  throw Error(`Specified group with id '${groupId}' is not a Microsoft 365 group.`);
42
41
  }
43
- // retrieve user
44
- const user = await request.get({
45
- url: `${this.resource}/v1.0/users/${formatting.encodeQueryParameter(args.options.userName)}/id`,
46
- headers: {
47
- accept: 'application/json;odata.metadata=none'
48
- },
49
- responseType: 'json'
50
- });
51
- // used to verify if the group exists or not
52
- await request.get({
53
- url: `${this.resource}/v1.0/groups/${groupId}/id`,
54
- headers: {
55
- 'accept': 'application/json;odata.metadata=none'
56
- }
57
- });
58
- try {
59
- // try to delete the user from the owners. Accepted error is 404
60
- await request.delete({
61
- url: `${this.resource}/v1.0/groups/${groupId}/owners/${user.value}/$ref`,
62
- headers: {
63
- 'accept': 'application/json;odata.metadata=none'
64
- }
65
- });
66
- }
67
- catch (err) {
68
- // the 404 error is accepted
69
- if (err.response.status !== 404) {
70
- throw err.response.data;
71
- }
72
- }
73
- // try to delete the user from the members. Accepted error is 404
74
- try {
75
- await request.delete({
76
- url: `${this.resource}/v1.0/groups/${groupId}/members/${user.value}/$ref`,
77
- headers: {
78
- 'accept': 'application/json;odata.metadata=none'
79
- }
80
- });
81
- }
82
- catch (err) {
83
- // the 404 error is accepted
84
- if (err.response.status !== 404) {
85
- throw err.response.data;
86
- }
87
- }
42
+ const userNames = args.options.userNames || args.options.userName;
43
+ const userIds = await this.getUserIds(logger, args.options.ids, userNames);
44
+ await this.removeUsersFromGroup(groupId, userIds, 'owners');
45
+ await this.removeUsersFromGroup(groupId, userIds, 'members');
88
46
  }
89
47
  catch (err) {
90
48
  this.handleRejectedODataJsonPromise(err);
@@ -94,43 +52,116 @@ class EntraM365GroupUserRemoveCommand extends GraphCommand {
94
52
  await removeUser();
95
53
  }
96
54
  else {
97
- const result = await cli.promptForConfirmation({ message: `Are you sure you want to remove ${args.options.userName} from the ${(typeof args.options.groupId !== 'undefined' ? 'group' : 'team')} ${groupId}?` });
55
+ const result = await cli.promptForConfirmation({ message: `Are you sure you want to remove ${args.options.userName || args.options.userNames || args.options.ids} from ${args.options.groupId || args.options.groupName || args.options.teamId || args.options.teamName}?` });
98
56
  if (result) {
99
57
  await removeUser();
100
58
  }
101
59
  }
102
60
  }
61
+ async getGroupId(logger, groupId, teamId, groupName, teamName) {
62
+ const id = groupId || teamId;
63
+ if (id) {
64
+ return id;
65
+ }
66
+ const name = groupName ?? teamName;
67
+ if (this.verbose) {
68
+ await logger.logToStderr(`Retrieving Group ID by display name ${name}...`);
69
+ }
70
+ return entraGroup.getGroupIdByDisplayName(name);
71
+ }
72
+ async getUserIds(logger, userIds, userNames) {
73
+ if (userIds) {
74
+ return formatting.splitAndTrim(userIds);
75
+ }
76
+ if (this.verbose) {
77
+ await logger.logToStderr(`Retrieving user IDs for {userNames}...`);
78
+ }
79
+ return entraUser.getUserIdsByUpns(formatting.splitAndTrim(userNames));
80
+ }
81
+ async removeUsersFromGroup(groupId, userIds, role) {
82
+ for (const userId of userIds) {
83
+ try {
84
+ await request.delete({
85
+ url: `${this.resource}/v1.0/groups/${groupId}/${role}/${userId}/$ref`,
86
+ headers: {
87
+ 'accept': 'application/json;odata.metadata=none'
88
+ }
89
+ });
90
+ }
91
+ catch (err) {
92
+ // the 404 error is accepted
93
+ if (err.response.status !== 404) {
94
+ throw err.response.data;
95
+ }
96
+ }
97
+ }
98
+ }
103
99
  }
104
100
  _EntraM365GroupUserRemoveCommand_instances = new WeakSet(), _EntraM365GroupUserRemoveCommand_initTelemetry = function _EntraM365GroupUserRemoveCommand_initTelemetry() {
105
101
  this.telemetry.push((args) => {
106
102
  Object.assign(this.telemetryProperties, {
107
- force: (!(!args.options.force)).toString(),
103
+ force: !!args.options.force,
108
104
  teamId: typeof args.options.teamId !== 'undefined',
109
- groupId: typeof args.options.groupId !== 'undefined'
105
+ groupId: typeof args.options.groupId !== 'undefined',
106
+ teamName: typeof args.options.teamName !== 'undefined',
107
+ groupName: typeof args.options.groupName !== 'undefined',
108
+ userName: typeof args.options.userName !== 'undefined',
109
+ ids: typeof args.options.ids !== 'undefined',
110
+ userNames: typeof args.options.userNames !== 'undefined'
110
111
  });
111
112
  });
112
113
  }, _EntraM365GroupUserRemoveCommand_initOptions = function _EntraM365GroupUserRemoveCommand_initOptions() {
113
114
  this.options.unshift({
114
- option: "-i, --groupId [groupId]"
115
+ option: '-i, --groupId [groupId]'
116
+ }, {
117
+ option: '--groupName [groupName]'
115
118
  }, {
116
- option: "--teamId [teamId]"
119
+ option: '--teamId [teamId]'
117
120
  }, {
118
- option: '-n, --userName <userName>'
121
+ option: '--teamName [teamName]'
122
+ }, {
123
+ option: '-n, --userName [userName]'
124
+ }, {
125
+ option: '--ids [ids]'
126
+ }, {
127
+ option: '--userNames [userNames]'
119
128
  }, {
120
129
  option: '-f, --force'
121
130
  });
122
131
  }, _EntraM365GroupUserRemoveCommand_initValidators = function _EntraM365GroupUserRemoveCommand_initValidators() {
123
132
  this.validators.push(async (args) => {
124
133
  if (args.options.teamId && !validation.isValidGuid(args.options.teamId)) {
125
- return `${args.options.teamId} is not a valid GUID`;
134
+ return `${args.options.teamId} is not a valid GUID for option 'teamId'.`;
126
135
  }
127
136
  if (args.options.groupId && !validation.isValidGuid(args.options.groupId)) {
128
- return `${args.options.groupId} is not a valid GUID`;
137
+ return `${args.options.groupId} is not a valid GUID for option 'groupId'.`;
138
+ }
139
+ if (args.options.ids) {
140
+ const isValidGUIDArrayResult = validation.isValidGuidArray(args.options.ids);
141
+ if (isValidGUIDArrayResult !== true) {
142
+ return `The following GUIDs are invalid for the option 'ids': ${isValidGUIDArrayResult}.`;
143
+ }
144
+ }
145
+ if (args.options.userNames) {
146
+ const isValidUPNArrayResult = validation.isValidUserPrincipalNameArray(args.options.userNames);
147
+ if (isValidUPNArrayResult !== true) {
148
+ return `The following user principal names are invalid for the option 'userNames': ${isValidUPNArrayResult}.`;
149
+ }
150
+ }
151
+ if (args.options.userName && !validation.isValidUserPrincipalName(args.options.userName)) {
152
+ return `The specified userName '${args.options.userName}' is not a valid user principal name.`;
129
153
  }
130
154
  return true;
131
155
  });
132
156
  }, _EntraM365GroupUserRemoveCommand_initOptionSets = function _EntraM365GroupUserRemoveCommand_initOptionSets() {
133
- this.optionSets.push({ options: ['groupId', 'teamId'] });
157
+ this.optionSets.push({
158
+ options: ['groupId', 'teamId', 'groupName', 'teamName']
159
+ }, {
160
+ options: ['userName', 'ids', 'userNames']
161
+ });
162
+ }, _EntraM365GroupUserRemoveCommand_initTypes = function _EntraM365GroupUserRemoveCommand_initTypes() {
163
+ this.types.string.push('groupId', 'groupName', 'teamId', 'teamName', 'userName', 'ids', 'userNames');
164
+ this.types.boolean.push('force');
134
165
  };
135
166
  export default new EntraM365GroupUserRemoveCommand();
136
167
  //# sourceMappingURL=m365group-user-remove.js.map
@@ -8,11 +8,9 @@ import request from '../../../../request.js';
8
8
  import { validation } from '../../../../utils/validation.js';
9
9
  import { formatting } from '../../../../utils/formatting.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
- import teamsCommands from '../../../teams/commands.js';
12
11
  import commands from '../../commands.js';
13
12
  import { entraGroup } from '../../../../utils/entraGroup.js';
14
13
  import { entraUser } from '../../../../utils/entraUser.js';
15
- import aadCommands from '../../aadCommands.js';
16
14
  class EntraM365GroupUserSetCommand extends GraphCommand {
17
15
  get name() {
18
16
  return commands.M365GROUP_USER_SET;
@@ -20,9 +18,6 @@ class EntraM365GroupUserSetCommand extends GraphCommand {
20
18
  get description() {
21
19
  return 'Updates role of the specified user in the specified Microsoft 365 Group or Microsoft Teams team';
22
20
  }
23
- alias() {
24
- return [teamsCommands.USER_SET, aadCommands.M365GROUP_USER_SET];
25
- }
26
21
  constructor() {
27
22
  super();
28
23
  _EntraM365GroupUserSetCommand_instances.add(this);
@@ -34,18 +29,13 @@ class EntraM365GroupUserSetCommand extends GraphCommand {
34
29
  __classPrivateFieldGet(this, _EntraM365GroupUserSetCommand_instances, "m", _EntraM365GroupUserSetCommand_initTypes).call(this);
35
30
  }
36
31
  async commandAction(logger, args) {
37
- await this.showDeprecationWarning(logger, aadCommands.M365GROUP_USER_SET, commands.M365GROUP_USER_SET);
38
- if (args.options.userName) {
39
- await this.warn(logger, `Option 'userName' is deprecated. Please use 'ids' or 'userNames' instead.`);
40
- }
41
32
  try {
42
- const userNames = args.options.userNames || args.options.userName;
43
33
  const groupId = await this.getGroupId(logger, args);
44
34
  const isUnifiedGroup = await entraGroup.isUnifiedGroup(groupId);
45
35
  if (!isUnifiedGroup) {
46
36
  throw Error(`Specified group with id '${groupId}' is not a Microsoft 365 group.`);
47
37
  }
48
- const userIds = await this.getUserIds(logger, args.options.ids, userNames);
38
+ const userIds = await this.getUserIds(logger, args.options.ids, args.options.userNames);
49
39
  // we can't simply switch the role
50
40
  // first add users to the new role
51
41
  await this.addUsers(groupId, userIds, args.options.role);
@@ -182,8 +172,6 @@ _EntraM365GroupUserSetCommand_instances = new WeakSet(), _EntraM365GroupUserSetC
182
172
  });
183
173
  }, _EntraM365GroupUserSetCommand_initOptions = function _EntraM365GroupUserSetCommand_initOptions() {
184
174
  this.options.unshift({
185
- option: '-n, --userName [userName]'
186
- }, {
187
175
  option: '--ids [ids]'
188
176
  }, {
189
177
  option: '--userNames [userNames]'
@@ -226,9 +214,9 @@ _EntraM365GroupUserSetCommand_instances = new WeakSet(), _EntraM365GroupUserSetC
226
214
  });
227
215
  }, _EntraM365GroupUserSetCommand_initOptionSets = function _EntraM365GroupUserSetCommand_initOptionSets() {
228
216
  this.optionSets.push({ options: ['groupId', 'groupName', 'teamId', 'teamName'] });
229
- this.optionSets.push({ options: ['userName', 'ids', 'userNames'] });
217
+ this.optionSets.push({ options: ['ids', 'userNames'] });
230
218
  }, _EntraM365GroupUserSetCommand_initTypes = function _EntraM365GroupUserSetCommand_initTypes() {
231
- this.types.string.push('userName', 'ids', 'userNames', 'groupId', 'groupName', 'teamId', 'teamName', 'role');
219
+ this.types.string.push('ids', 'userNames', 'groupId', 'groupName', 'teamId', 'teamName', 'role');
232
220
  };
233
221
  export default new EntraM365GroupUserSetCommand();
234
222
  //# sourceMappingURL=m365group-user-set.js.map
@@ -7,7 +7,6 @@ var _EntraOAuth2GrantAddCommand_instances, _EntraOAuth2GrantAddCommand_initOptio
7
7
  import request from '../../../../request.js';
8
8
  import { validation } from '../../../../utils/validation.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
- import aadCommands from '../../aadCommands.js';
11
10
  import commands from '../../commands.js';
12
11
  class EntraOAuth2GrantAddCommand extends GraphCommand {
13
12
  get name() {
@@ -16,9 +15,6 @@ class EntraOAuth2GrantAddCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Grant the specified service principal OAuth2 permissions to the specified resource';
18
17
  }
19
- alias() {
20
- return [aadCommands.OAUTH2GRANT_ADD];
21
- }
22
18
  constructor() {
23
19
  super();
24
20
  _EntraOAuth2GrantAddCommand_instances.add(this);
@@ -26,7 +22,6 @@ class EntraOAuth2GrantAddCommand extends GraphCommand {
26
22
  __classPrivateFieldGet(this, _EntraOAuth2GrantAddCommand_instances, "m", _EntraOAuth2GrantAddCommand_initValidators).call(this);
27
23
  }
28
24
  async commandAction(logger, args) {
29
- await this.showDeprecationWarning(logger, aadCommands.OAUTH2GRANT_ADD, commands.OAUTH2GRANT_ADD);
30
25
  if (this.verbose) {
31
26
  await logger.logToStderr(`Granting the service principal specified permissions...`);
32
27
  }
@@ -8,7 +8,6 @@ import { formatting } from '../../../../utils/formatting.js';
8
8
  import { odata } from '../../../../utils/odata.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  import commands from '../../commands.js';
13
12
  class EntraOAuth2GrantListCommand extends GraphCommand {
14
13
  get name() {
@@ -17,9 +16,6 @@ class EntraOAuth2GrantListCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Lists OAuth2 permission grants for the specified service principal';
19
18
  }
20
- alias() {
21
- return [aadCommands.OAUTH2GRANT_LIST];
22
- }
23
19
  defaultProperties() {
24
20
  return ['objectId', 'resourceId', 'scope'];
25
21
  }
@@ -30,7 +26,6 @@ class EntraOAuth2GrantListCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraOAuth2GrantListCommand_instances, "m", _EntraOAuth2GrantListCommand_initValidators).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.OAUTH2GRANT_LIST, commands.OAUTH2GRANT_LIST);
34
29
  if (this.verbose) {
35
30
  await logger.logToStderr(`Retrieving list of OAuth grants for the service principal...`);
36
31
  }
@@ -8,7 +8,6 @@ import { cli } from '../../../../cli/cli.js';
8
8
  import request from '../../../../request.js';
9
9
  import { formatting } from '../../../../utils/formatting.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  import commands from '../../commands.js';
13
12
  class EntraOAuth2GrantRemoveCommand extends GraphCommand {
14
13
  get name() {
@@ -17,16 +16,12 @@ class EntraOAuth2GrantRemoveCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Remove specified service principal OAuth2 permissions';
19
18
  }
20
- alias() {
21
- return [aadCommands.OAUTH2GRANT_REMOVE];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraOAuth2GrantRemoveCommand_instances.add(this);
26
22
  __classPrivateFieldGet(this, _EntraOAuth2GrantRemoveCommand_instances, "m", _EntraOAuth2GrantRemoveCommand_initOptions).call(this);
27
23
  }
28
24
  async commandAction(logger, args) {
29
- await this.showDeprecationWarning(logger, aadCommands.OAUTH2GRANT_REMOVE, commands.OAUTH2GRANT_REMOVE);
30
25
  const removeOauth2Grant = async () => {
31
26
  if (this.verbose) {
32
27
  await logger.logToStderr(`Removing OAuth2 permissions...`);
@@ -7,7 +7,6 @@ var _EntraOAuth2GrantSetCommand_instances, _EntraOAuth2GrantSetCommand_initOptio
7
7
  import request from '../../../../request.js';
8
8
  import { formatting } from '../../../../utils/formatting.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
- import aadCommands from '../../aadCommands.js';
11
10
  import commands from '../../commands.js';
12
11
  class EntraOAuth2GrantSetCommand extends GraphCommand {
13
12
  get name() {
@@ -16,16 +15,12 @@ class EntraOAuth2GrantSetCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Update OAuth2 permissions for the service principal';
18
17
  }
19
- alias() {
20
- return [aadCommands.OAUTH2GRANT_SET];
21
- }
22
18
  constructor() {
23
19
  super();
24
20
  _EntraOAuth2GrantSetCommand_instances.add(this);
25
21
  __classPrivateFieldGet(this, _EntraOAuth2GrantSetCommand_instances, "m", _EntraOAuth2GrantSetCommand_initOptions).call(this);
26
22
  }
27
23
  async commandAction(logger, args) {
28
- await this.showDeprecationWarning(logger, aadCommands.OAUTH2GRANT_SET, commands.OAUTH2GRANT_SET);
29
24
  if (this.verbose) {
30
25
  await logger.logToStderr(`Updating OAuth2 permissions...`);
31
26
  }
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
6
6
  var _EntraPolicyListCommand_instances, _a, _EntraPolicyListCommand_initTelemetry, _EntraPolicyListCommand_initOptions, _EntraPolicyListCommand_initValidators;
7
7
  import request from '../../../../request.js';
8
8
  import GraphCommand from '../../../base/GraphCommand.js';
9
- import aadCommands from '../../aadCommands.js';
10
9
  import commands from '../../commands.js';
11
10
  const policyEndPoints = {
12
11
  activitybasedtimeout: "activityBasedTimeoutPolicies",
@@ -24,9 +23,6 @@ class EntraPolicyListCommand extends GraphCommand {
24
23
  get description() {
25
24
  return 'Returns policies from Entra ID';
26
25
  }
27
- alias() {
28
- return [aadCommands.POLICY_LIST];
29
- }
30
26
  constructor() {
31
27
  super();
32
28
  _EntraPolicyListCommand_instances.add(this);
@@ -38,7 +34,6 @@ class EntraPolicyListCommand extends GraphCommand {
38
34
  return ['id', 'displayName', 'isOrganizationDefault'];
39
35
  }
40
36
  async commandAction(logger, args) {
41
- await this.showDeprecationWarning(logger, aadCommands.POLICY_LIST, commands.POLICY_LIST);
42
37
  const policyType = args.options.type ? args.options.type.toLowerCase() : 'all';
43
38
  try {
44
39
  if (policyType && policyType !== "all") {
@@ -8,7 +8,6 @@ import { cli } from '../../../../cli/cli.js';
8
8
  import request from '../../../../request.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
10
  import commands from '../../commands.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  class EntraSiteClassificationDisableCommand extends GraphCommand {
13
12
  get name() {
14
13
  return commands.SITECLASSIFICATION_DISABLE;
@@ -16,9 +15,6 @@ class EntraSiteClassificationDisableCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Disables site classification';
18
17
  }
19
- alias() {
20
- return [aadCommands.SITECLASSIFICATION_DISABLE];
21
- }
22
18
  constructor() {
23
19
  super();
24
20
  _EntraSiteClassificationDisableCommand_instances.add(this);
@@ -26,7 +22,6 @@ class EntraSiteClassificationDisableCommand extends GraphCommand {
26
22
  __classPrivateFieldGet(this, _EntraSiteClassificationDisableCommand_instances, "m", _EntraSiteClassificationDisableCommand_initOptions).call(this);
27
23
  }
28
24
  async commandAction(logger, args) {
29
- await this.showDeprecationWarning(logger, aadCommands.SITECLASSIFICATION_DISABLE, commands.SITECLASSIFICATION_DISABLE);
30
25
  const disableSiteClassification = async () => {
31
26
  try {
32
27
  let requestOptions = {
@@ -7,7 +7,6 @@ var _EntraSiteClassificationEnableCommand_instances, _EntraSiteClassificationEna
7
7
  import request from '../../../../request.js';
8
8
  import GraphCommand from '../../../base/GraphCommand.js';
9
9
  import commands from '../../commands.js';
10
- import aadCommands from '../../aadCommands.js';
11
10
  class EntraSiteClassificationEnableCommand extends GraphCommand {
12
11
  get name() {
13
12
  return commands.SITECLASSIFICATION_ENABLE;
@@ -15,9 +14,6 @@ class EntraSiteClassificationEnableCommand extends GraphCommand {
15
14
  get description() {
16
15
  return 'Enables site classification configuration';
17
16
  }
18
- alias() {
19
- return [aadCommands.SITECLASSIFICATION_ENABLE];
20
- }
21
17
  constructor() {
22
18
  super();
23
19
  _EntraSiteClassificationEnableCommand_instances.add(this);
@@ -25,7 +21,6 @@ class EntraSiteClassificationEnableCommand extends GraphCommand {
25
21
  __classPrivateFieldGet(this, _EntraSiteClassificationEnableCommand_instances, "m", _EntraSiteClassificationEnableCommand_initOptions).call(this);
26
22
  }
27
23
  async commandAction(logger, args) {
28
- await this.showDeprecationWarning(logger, aadCommands.SITECLASSIFICATION_ENABLE, commands.SITECLASSIFICATION_ENABLE);
29
24
  try {
30
25
  let requestOptions = {
31
26
  url: `${this.resource}/v1.0/groupSettingTemplates`,
@@ -2,7 +2,6 @@ import request from '../../../../request.js';
2
2
  import GraphCommand from '../../../base/GraphCommand.js';
3
3
  import commands from '../../commands.js';
4
4
  import { SiteClassificationSettings } from './SiteClassificationSettings.js';
5
- import aadCommands from '../../aadCommands.js';
6
5
  class EntraSiteClassificationGetCommand extends GraphCommand {
7
6
  get name() {
8
7
  return commands.SITECLASSIFICATION_GET;
@@ -10,11 +9,7 @@ class EntraSiteClassificationGetCommand extends GraphCommand {
10
9
  get description() {
11
10
  return 'Gets site classification configuration';
12
11
  }
13
- alias() {
14
- return [aadCommands.SITECLASSIFICATION_GET];
15
- }
16
12
  async commandAction(logger) {
17
- await this.showDeprecationWarning(logger, aadCommands.SITECLASSIFICATION_GET, commands.SITECLASSIFICATION_GET);
18
13
  try {
19
14
  const requestOptions = {
20
15
  url: `${this.resource}/v1.0/groupSettings`,
@@ -7,7 +7,6 @@ var _EntraSiteClassificationSetCommand_instances, _EntraSiteClassificationSetCom
7
7
  import request from '../../../../request.js';
8
8
  import GraphCommand from '../../../base/GraphCommand.js';
9
9
  import commands from '../../commands.js';
10
- import aadCommands from '../../aadCommands.js';
11
10
  class EntraSiteClassificationSetCommand extends GraphCommand {
12
11
  get name() {
13
12
  return commands.SITECLASSIFICATION_SET;
@@ -15,9 +14,6 @@ class EntraSiteClassificationSetCommand extends GraphCommand {
15
14
  get description() {
16
15
  return 'Updates site classification configuration';
17
16
  }
18
- alias() {
19
- return [aadCommands.SITECLASSIFICATION_SET];
20
- }
21
17
  constructor() {
22
18
  super();
23
19
  _EntraSiteClassificationSetCommand_instances.add(this);
@@ -26,7 +22,6 @@ class EntraSiteClassificationSetCommand extends GraphCommand {
26
22
  __classPrivateFieldGet(this, _EntraSiteClassificationSetCommand_instances, "m", _EntraSiteClassificationSetCommand_initValidators).call(this);
27
23
  }
28
24
  async commandAction(logger, args) {
29
- await this.showDeprecationWarning(logger, aadCommands.SITECLASSIFICATION_SET, commands.SITECLASSIFICATION_SET);
30
25
  try {
31
26
  let requestOptions = {
32
27
  url: `${this.resource}/v1.0/groupSettings`,
@@ -8,7 +8,6 @@ import request from '../../../../request.js';
8
8
  import { validation } from '../../../../utils/validation.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
10
  import commands from '../../commands.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  class EntraUserAddCommand extends GraphCommand {
13
12
  get name() {
14
13
  return commands.USER_ADD;
@@ -16,9 +15,6 @@ class EntraUserAddCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Creates a new user';
18
17
  }
19
- alias() {
20
- return [aadCommands.USER_ADD];
21
- }
22
18
  allowUnknownOptions() {
23
19
  return true;
24
20
  }
@@ -32,7 +28,6 @@ class EntraUserAddCommand extends GraphCommand {
32
28
  __classPrivateFieldGet(this, _EntraUserAddCommand_instances, "m", _EntraUserAddCommand_initTypes).call(this);
33
29
  }
34
30
  async commandAction(logger, args) {
35
- await this.showDeprecationWarning(logger, aadCommands.USER_ADD, commands.USER_ADD);
36
31
  if (this.verbose) {
37
32
  await logger.logToStderr(`Adding user to AAD with displayName ${args.options.displayName} and userPrincipalName ${args.options.userName}`);
38
33
  }
@@ -8,7 +8,6 @@ import request from '../../../../request.js';
8
8
  import { validation } from '../../../../utils/validation.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
10
  import commands from '../../commands.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  import { entraUser } from '../../../../utils/entraUser.js';
13
12
  import { formatting } from '../../../../utils/formatting.js';
14
13
  class EntraUserGetCommand extends GraphCommand {
@@ -18,9 +17,6 @@ class EntraUserGetCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Gets information about the specified user';
20
19
  }
21
- alias() {
22
- return [aadCommands.USER_GET];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraUserGetCommand_instances.add(this);
@@ -30,7 +26,6 @@ class EntraUserGetCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraUserGetCommand_instances, "m", _EntraUserGetCommand_initOptionSets).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.USER_GET, commands.USER_GET);
34
29
  try {
35
30
  let userIdOrPrincipalName = args.options.id;
36
31
  if (args.options.userName) {
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
6
6
  var _EntraUserGuestAddCommand_instances, _EntraUserGuestAddCommand_initTelemetry, _EntraUserGuestAddCommand_initOptions;
7
7
  import request from '../../../../request.js';
8
8
  import GraphCommand from '../../../base/GraphCommand.js';
9
- import aadCommands from '../../aadCommands.js';
10
9
  import commands from '../../commands.js';
11
10
  class EntraUserGuestAddCommand extends GraphCommand {
12
11
  get name() {
@@ -15,9 +14,6 @@ class EntraUserGuestAddCommand extends GraphCommand {
15
14
  get description() {
16
15
  return 'Invite an external user to the organization';
17
16
  }
18
- alias() {
19
- return [aadCommands.USER_GUEST_ADD];
20
- }
21
17
  constructor() {
22
18
  super();
23
19
  _EntraUserGuestAddCommand_instances.add(this);
@@ -28,7 +24,6 @@ class EntraUserGuestAddCommand extends GraphCommand {
28
24
  return ['id', 'inviteRedeemUrl', 'invitedUserDisplayName', 'invitedUserEmailAddress', 'invitedUserType', 'resetRedemption', 'sendInvitationMessage', 'status'];
29
25
  }
30
26
  async commandAction(logger, args) {
31
- await this.showDeprecationWarning(logger, aadCommands.USER_GUEST_ADD, commands.USER_GUEST_ADD);
32
27
  try {
33
28
  const requestOptions = {
34
29
  url: `${this.resource}/v1.0/invitations`,
@@ -8,7 +8,6 @@ import request from '../../../../request.js';
8
8
  import { formatting } from '../../../../utils/formatting.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import AnonymousCommand from '../../../base/AnonymousCommand.js';
11
- import aadCommands from '../../aadCommands.js';
12
11
  import commands from '../../commands.js';
13
12
  class EntraUserHibpCommand extends AnonymousCommand {
14
13
  get name() {
@@ -17,9 +16,6 @@ class EntraUserHibpCommand extends AnonymousCommand {
17
16
  get description() {
18
17
  return 'Allows you to retrieve all accounts that have been pwned with the specified username';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_HIBP];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserHibpCommand_instances.add(this);
@@ -28,7 +24,6 @@ class EntraUserHibpCommand extends AnonymousCommand {
28
24
  __classPrivateFieldGet(this, _EntraUserHibpCommand_instances, "m", _EntraUserHibpCommand_initValidators).call(this);
29
25
  }
30
26
  async commandAction(logger, args) {
31
- await this.showDeprecationWarning(logger, aadCommands.USER_HIBP, commands.USER_HIBP);
32
27
  try {
33
28
  const requestOptions = {
34
29
  url: `https://haveibeenpwned.com/api/v3/breachedaccount/${formatting.encodeQueryParameter(args.options.userName)}${(args.options.domain ? `?domain=${formatting.encodeQueryParameter(args.options.domain)}` : '')}`,
@@ -7,7 +7,6 @@ var _EntraUserLicenseAddCommand_instances, _EntraUserLicenseAddCommand_initTelem
7
7
  import request from '../../../../request.js';
8
8
  import { validation } from '../../../../utils/validation.js';
9
9
  import GraphCommand from '../../../base/GraphCommand.js';
10
- import aadCommands from '../../aadCommands.js';
11
10
  import commands from '../../commands.js';
12
11
  class EntraUserLicenseAddCommand extends GraphCommand {
13
12
  get name() {
@@ -16,9 +15,6 @@ class EntraUserLicenseAddCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Assigns a license to a user';
18
17
  }
19
- alias() {
20
- return [aadCommands.USER_LICENSE_ADD];
21
- }
22
18
  constructor() {
23
19
  super();
24
20
  _EntraUserLicenseAddCommand_instances.add(this);
@@ -28,7 +24,6 @@ class EntraUserLicenseAddCommand extends GraphCommand {
28
24
  __classPrivateFieldGet(this, _EntraUserLicenseAddCommand_instances, "m", _EntraUserLicenseAddCommand_initOptionSets).call(this);
29
25
  }
30
26
  async commandAction(logger, args) {
31
- await this.showDeprecationWarning(logger, aadCommands.USER_LICENSE_ADD, commands.USER_LICENSE_ADD);
32
27
  const addLicenses = args.options.ids.split(',').map(x => { return { "disabledPlans": [], "skuId": x }; });
33
28
  const requestBody = { "addLicenses": addLicenses, "removeLicenses": [] };
34
29
  const requestOptions = {