@pnp/cli-microsoft365 10.0.0-beta.d126736 → 10.0.0-beta.d92b1c2

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 (188) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/m365/commands/login.js +122 -69
  4. package/dist/m365/commands/setup.js +1 -1
  5. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +0 -5
  6. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +0 -5
  7. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +0 -5
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +0 -5
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +0 -5
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +0 -5
  11. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +0 -5
  12. package/dist/m365/entra/commands/app/app-add.js +0 -5
  13. package/dist/m365/entra/commands/app/app-get.js +0 -5
  14. package/dist/m365/entra/commands/app/app-list.js +0 -5
  15. package/dist/m365/entra/commands/app/app-permission-add.js +0 -5
  16. package/dist/m365/entra/commands/app/app-remove.js +0 -5
  17. package/dist/m365/entra/commands/app/app-role-add.js +0 -5
  18. package/dist/m365/entra/commands/app/app-role-list.js +0 -5
  19. package/dist/m365/entra/commands/app/app-role-remove.js +0 -5
  20. package/dist/m365/entra/commands/app/app-set.js +0 -5
  21. package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +0 -5
  22. package/dist/m365/entra/commands/approleassignment/approleassignment-list.js +0 -5
  23. package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +0 -5
  24. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +0 -5
  25. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +0 -5
  26. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +0 -5
  27. package/dist/m365/entra/commands/group/group-add.js +0 -4
  28. package/dist/m365/entra/commands/group/group-get.js +0 -5
  29. package/dist/m365/entra/commands/group/group-list.js +0 -5
  30. package/dist/m365/entra/commands/group/{group-user-add.js → group-member-add.js} +18 -18
  31. package/dist/m365/entra/commands/group/{group-user-list.js → group-member-list.js} +16 -21
  32. package/dist/m365/entra/commands/group/{group-user-set.js → group-member-set.js} +19 -19
  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 +0 -6
  63. package/dist/m365/entra/commands/m365group/m365group-user-set.js +0 -6
  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/entra/commands.js +3 -3
  91. package/dist/m365/spo/commands/group/group-member-add.js +3 -23
  92. package/dist/m365/spo/commands/group/group-member-remove.js +1 -18
  93. package/dist/m365/spo/commands/user/user-ensure.js +1 -11
  94. package/dist/utils/zod.js +11 -2
  95. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +0 -6
  96. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +0 -6
  97. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +0 -6
  98. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +0 -6
  99. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +0 -6
  100. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +0 -6
  101. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +0 -6
  102. package/docs/docs/cmd/entra/app/app-add.mdx +0 -1
  103. package/docs/docs/cmd/entra/app/app-get.mdx +0 -1
  104. package/docs/docs/cmd/entra/app/app-list.mdx +0 -1
  105. package/docs/docs/cmd/entra/app/app-permission-add.mdx +0 -1
  106. package/docs/docs/cmd/entra/app/app-permission-list.mdx +0 -6
  107. package/docs/docs/cmd/entra/app/app-remove.mdx +0 -1
  108. package/docs/docs/cmd/entra/app/app-role-add.mdx +0 -1
  109. package/docs/docs/cmd/entra/app/app-role-list.mdx +0 -1
  110. package/docs/docs/cmd/entra/app/app-role-remove.mdx +0 -1
  111. package/docs/docs/cmd/entra/app/app-set.mdx +0 -1
  112. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +0 -6
  113. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +0 -6
  114. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +0 -6
  115. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +0 -1
  116. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +0 -1
  117. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +0 -1
  118. package/docs/docs/cmd/entra/group/group-add.mdx +0 -6
  119. package/docs/docs/cmd/entra/group/group-get.mdx +0 -6
  120. package/docs/docs/cmd/entra/group/group-list.mdx +0 -6
  121. package/docs/docs/cmd/entra/group/group-member-add.mdx +62 -0
  122. package/docs/docs/cmd/entra/group/{group-user-list.mdx → group-member-list.mdx} +14 -20
  123. package/docs/docs/cmd/entra/group/group-member-set.mdx +62 -0
  124. package/docs/docs/cmd/entra/group/group-remove.mdx +0 -6
  125. package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +0 -6
  126. package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +0 -6
  127. package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +0 -6
  128. package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +0 -6
  129. package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +0 -6
  130. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +0 -6
  131. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +0 -6
  132. package/docs/docs/cmd/entra/license/license-list.mdx +0 -6
  133. package/docs/docs/cmd/entra/m365group/m365group-add.mdx +0 -6
  134. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +0 -6
  135. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +0 -6
  136. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -6
  137. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -6
  138. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +0 -6
  139. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +0 -6
  140. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +0 -6
  141. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +0 -6
  142. package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +0 -6
  143. package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +0 -6
  144. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +0 -6
  145. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +0 -6
  146. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +0 -6
  147. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +2 -8
  148. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -8
  149. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +34 -22
  150. package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +5 -11
  151. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +5 -11
  152. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +0 -12
  153. package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +7 -17
  154. package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +0 -10
  155. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -9
  156. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -7
  157. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +4 -10
  158. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +3 -9
  159. package/docs/docs/cmd/entra/policy/policy-list.mdx +3 -9
  160. package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +3 -9
  161. package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +7 -13
  162. package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -7
  163. package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +8 -14
  164. package/docs/docs/cmd/entra/user/user-add.mdx +4 -10
  165. package/docs/docs/cmd/entra/user/user-get.mdx +7 -13
  166. package/docs/docs/cmd/entra/user/user-guest-add.mdx +3 -9
  167. package/docs/docs/cmd/entra/user/user-hibp.mdx +2 -8
  168. package/docs/docs/cmd/entra/user/user-license-add.mdx +0 -6
  169. package/docs/docs/cmd/entra/user/user-license-list.mdx +0 -6
  170. package/docs/docs/cmd/entra/user/user-license-remove.mdx +2 -8
  171. package/docs/docs/cmd/entra/user/user-list.mdx +1 -7
  172. package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -7
  173. package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +2 -8
  174. package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +0 -6
  175. package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +2 -8
  176. package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +0 -6
  177. package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +7 -13
  178. package/docs/docs/cmd/entra/user/user-remove.mdx +2 -8
  179. package/docs/docs/cmd/entra/user/user-set.mdx +0 -6
  180. package/docs/docs/cmd/entra/user/user-signin-list.mdx +9 -15
  181. package/docs/docs/cmd/login.mdx +9 -0
  182. package/docs/docs/cmd/spo/group/group-member-add.mdx +8 -14
  183. package/docs/docs/cmd/spo/group/group-member-remove.mdx +5 -11
  184. package/docs/docs/cmd/spo/user/user-ensure.mdx +2 -5
  185. package/package.json +1 -1
  186. package/dist/m365/entra/aadCommands.js +0 -89
  187. package/docs/docs/cmd/entra/group/group-user-add.mdx +0 -62
  188. package/docs/docs/cmd/entra/group/group-user-set.mdx +0 -62
@@ -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 = {
@@ -10,7 +10,6 @@ import { validation } from '../../../../utils/validation.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
11
  import commands from '../../commands.js';
12
12
  import auth from '../../../../Auth.js';
13
- import aadCommands from '../../aadCommands.js';
14
13
  class EntraUserLicenseListCommand extends GraphCommand {
15
14
  get name() {
16
15
  return commands.USER_LICENSE_LIST;
@@ -18,9 +17,6 @@ class EntraUserLicenseListCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Lists the license details for a given user';
20
19
  }
21
- alias() {
22
- return [aadCommands.USER_LICENSE_LIST];
23
- }
24
20
  defaultProperties() {
25
21
  return ['id', 'skuId', 'skuPartNumber'];
26
22
  }
@@ -34,7 +30,6 @@ class EntraUserLicenseListCommand extends GraphCommand {
34
30
  }
35
31
  async commandAction(logger, args) {
36
32
  const isAppOnlyAccessToken = accessToken.isAppOnlyAccessToken(auth.connection.accessTokens[this.resource].accessToken);
37
- await this.showDeprecationWarning(logger, aadCommands.USER_LICENSE_LIST, commands.USER_LICENSE_LIST);
38
33
  if (isAppOnlyAccessToken && !args.options.userId && !args.options.userName) {
39
34
  this.handleError(`Specify at least 'userId' or 'userName' when using application permissions.`);
40
35
  }
@@ -9,7 +9,6 @@ import request from '../../../../request.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import { cli } from '../../../../cli/cli.js';
11
11
  import GraphCommand from '../../../base/GraphCommand.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraUserLicenseRemoveCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.USER_LICENSE_REMOVE;
@@ -17,9 +16,6 @@ class EntraUserLicenseRemoveCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Removes a license from a user';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_LICENSE_REMOVE];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserLicenseRemoveCommand_instances.add(this);
@@ -29,7 +25,6 @@ class EntraUserLicenseRemoveCommand extends GraphCommand {
29
25
  __classPrivateFieldGet(this, _EntraUserLicenseRemoveCommand_instances, "m", _EntraUserLicenseRemoveCommand_initOptionSets).call(this);
30
26
  }
31
27
  async commandAction(logger, args) {
32
- await this.showDeprecationWarning(logger, aadCommands.USER_LICENSE_REMOVE, commands.USER_LICENSE_REMOVE);
33
28
  if (this.verbose) {
34
29
  await logger.logToStderr(`Removing the licenses for the user '${args.options.userId || args.options.userName}'...`);
35
30
  }
@@ -8,7 +8,6 @@ import { formatting } from '../../../../utils/formatting.js';
8
8
  import { odata } from '../../../../utils/odata.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 EntraUserListCommand extends GraphCommand {
13
12
  get name() {
14
13
  return commands.USER_LIST;
@@ -16,9 +15,6 @@ class EntraUserListCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Lists users matching specified criteria';
18
17
  }
19
- alias() {
20
- return [aadCommands.USER_LIST];
21
- }
22
18
  allowUnknownOptions() {
23
19
  return true;
24
20
  }
@@ -34,7 +30,6 @@ class EntraUserListCommand extends GraphCommand {
34
30
  __classPrivateFieldGet(this, _EntraUserListCommand_instances, "m", _EntraUserListCommand_initTypes).call(this);
35
31
  }
36
32
  async commandAction(logger, args) {
37
- await this.showDeprecationWarning(logger, aadCommands.USER_LIST, commands.USER_LIST);
38
33
  try {
39
34
  let url = `${this.resource}/v1.0/users`;
40
35
  if (args.options.properties) {
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
6
6
  var _EntraUserPasswordValidateCommand_instances, _EntraUserPasswordValidateCommand_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 EntraUserPasswordValidateCommand extends GraphCommand {
12
11
  get name() {
@@ -15,16 +14,12 @@ class EntraUserPasswordValidateCommand extends GraphCommand {
15
14
  get description() {
16
15
  return "Check a user's password against the organization's password validation policy";
17
16
  }
18
- alias() {
19
- return [aadCommands.USER_PASSWORD_VALIDATE];
20
- }
21
17
  constructor() {
22
18
  super();
23
19
  _EntraUserPasswordValidateCommand_instances.add(this);
24
20
  __classPrivateFieldGet(this, _EntraUserPasswordValidateCommand_instances, "m", _EntraUserPasswordValidateCommand_initOptions).call(this);
25
21
  }
26
22
  async commandAction(logger, args) {
27
- await this.showDeprecationWarning(logger, aadCommands.USER_PASSWORD_VALIDATE, commands.USER_PASSWORD_VALIDATE);
28
23
  try {
29
24
  const requestOptions = {
30
25
  url: `${this.resource}/beta/users/validatePassword`,
@@ -9,7 +9,6 @@ import request from '../../../../request.js';
9
9
  import { odata } from '../../../../utils/odata.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
11
  import commands from '../../commands.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraUserRecycleBinItemClearCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.USER_RECYCLEBINITEM_CLEAR;
@@ -17,9 +16,6 @@ class EntraUserRecycleBinItemClearCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Removes all users from the tenant recycle bin';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_RECYCLEBINITEM_CLEAR];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserRecycleBinItemClearCommand_instances.add(this);
@@ -27,7 +23,6 @@ class EntraUserRecycleBinItemClearCommand extends GraphCommand {
27
23
  __classPrivateFieldGet(this, _EntraUserRecycleBinItemClearCommand_instances, "m", _EntraUserRecycleBinItemClearCommand_initOptions).call(this);
28
24
  }
29
25
  async commandAction(logger, args) {
30
- await this.showDeprecationWarning(logger, aadCommands.USER_RECYCLEBINITEM_CLEAR, commands.USER_RECYCLEBINITEM_CLEAR);
31
26
  const clearRecycleBinUsers = async () => {
32
27
  try {
33
28
  const users = await odata.getAllItems(`${this.resource}/v1.0/directory/deletedItems/microsoft.graph.user?$select=id`);
@@ -1,7 +1,6 @@
1
1
  import { odata } from '../../../../utils/odata.js';
2
2
  import GraphCommand from '../../../base/GraphCommand.js';
3
3
  import commands from '../../commands.js';
4
- import aadCommands from '../../aadCommands.js';
5
4
  class EntraUserRecycleBinItemListCommand extends GraphCommand {
6
5
  get name() {
7
6
  return commands.USER_RECYCLEBINITEM_LIST;
@@ -9,14 +8,10 @@ class EntraUserRecycleBinItemListCommand extends GraphCommand {
9
8
  get description() {
10
9
  return 'Lists users from the recycle bin in the current tenant';
11
10
  }
12
- alias() {
13
- return [aadCommands.USER_RECYCLEBINITEM_LIST];
14
- }
15
11
  defaultProperties() {
16
12
  return ['id', 'displayName', 'userPrincipalName'];
17
13
  }
18
14
  async commandAction(logger) {
19
- await this.showDeprecationWarning(logger, aadCommands.USER_RECYCLEBINITEM_LIST, commands.USER_RECYCLEBINITEM_LIST);
20
15
  if (this.verbose) {
21
16
  await logger.logToStderr('Retrieving users from the recycle bin...');
22
17
  }
@@ -8,7 +8,6 @@ import { cli } from '../../../../cli/cli.js';
8
8
  import request from '../../../../request.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 EntraUserRecycleBinItemRemoveCommand extends GraphCommand {
14
13
  get name() {
@@ -17,9 +16,6 @@ class EntraUserRecycleBinItemRemoveCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Removes a user from the recycle bin in the current tenant';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_RECYCLEBINITEM_REMOVE];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserRecycleBinItemRemoveCommand_instances.add(this);
@@ -28,7 +24,6 @@ class EntraUserRecycleBinItemRemoveCommand extends GraphCommand {
28
24
  __classPrivateFieldGet(this, _EntraUserRecycleBinItemRemoveCommand_instances, "m", _EntraUserRecycleBinItemRemoveCommand_initValidators).call(this);
29
25
  }
30
26
  async commandAction(logger, args) {
31
- await this.showDeprecationWarning(logger, aadCommands.USER_RECYCLEBINITEM_REMOVE, commands.USER_RECYCLEBINITEM_REMOVE);
32
27
  const clearRecycleBinItem = async () => {
33
28
  if (this.verbose) {
34
29
  await logger.logToStderr(`Permanently deleting user with id ${args.options.id} from Microsoft Entra ID`);
@@ -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 EntraUserRecycleBinItemRestoreCommand extends GraphCommand {
13
12
  get name() {
14
13
  return commands.USER_RECYCLEBINITEM_RESTORE;
@@ -16,9 +15,6 @@ class EntraUserRecycleBinItemRestoreCommand extends GraphCommand {
16
15
  get description() {
17
16
  return 'Restores a user from the tenant recycle bin';
18
17
  }
19
- alias() {
20
- return [aadCommands.USER_RECYCLEBINITEM_RESTORE];
21
- }
22
18
  constructor() {
23
19
  super();
24
20
  _EntraUserRecycleBinItemRestoreCommand_instances.add(this);
@@ -26,7 +22,6 @@ class EntraUserRecycleBinItemRestoreCommand extends GraphCommand {
26
22
  __classPrivateFieldGet(this, _EntraUserRecycleBinItemRestoreCommand_instances, "m", _EntraUserRecycleBinItemRestoreCommand_initValidators).call(this);
27
23
  }
28
24
  async commandAction(logger, args) {
29
- await this.showDeprecationWarning(logger, aadCommands.USER_RECYCLEBINITEM_RESTORE, commands.USER_RECYCLEBINITEM_RESTORE);
30
25
  if (this.verbose) {
31
26
  await logger.logToStderr(`Restoring user with id ${args.options.id} from the recycle bin.`);
32
27
  }
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
6
6
  var _EntraUserRegistrationDetailsListCommand_instances, _EntraUserRegistrationDetailsListCommand_initTelemetry, _EntraUserRegistrationDetailsListCommand_initOptions, _EntraUserRegistrationDetailsListCommand_initValidators;
7
7
  import GraphCommand from '../../../base/GraphCommand.js';
8
8
  import commands from '../../commands.js';
9
- import aadCommands from '../../aadCommands.js';
10
9
  import { odata } from '../../../../utils/odata.js';
11
10
  import { entraUser } from '../../../../utils/entraUser.js';
12
11
  import { validation } from '../../../../utils/validation.js';
@@ -20,9 +19,6 @@ class EntraUserRegistrationDetailsListCommand extends GraphCommand {
20
19
  get description() {
21
20
  return 'Retrieves a list of the authentication methods registered for users';
22
21
  }
23
- alias() {
24
- return [aadCommands.USER_REGISTRATIONDETAILS_LIST];
25
- }
26
22
  defaultProperties() {
27
23
  return ['userPrincipalName', 'methodsRegistered', 'lastUpdatedDateTime'];
28
24
  }
@@ -9,7 +9,6 @@ import request from '../../../../request.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import { cli } from '../../../../cli/cli.js';
11
11
  import GraphCommand from '../../../base/GraphCommand.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraUserRemoveCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.USER_REMOVE;
@@ -17,9 +16,6 @@ class EntraUserRemoveCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Removes a specific user';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_REMOVE];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserRemoveCommand_instances.add(this);
@@ -29,7 +25,6 @@ class EntraUserRemoveCommand extends GraphCommand {
29
25
  __classPrivateFieldGet(this, _EntraUserRemoveCommand_instances, "m", _EntraUserRemoveCommand_initOptionSets).call(this);
30
26
  }
31
27
  async commandAction(logger, args) {
32
- await this.showDeprecationWarning(logger, aadCommands.USER_REMOVE, commands.USER_REMOVE);
33
28
  if (this.verbose) {
34
29
  await logger.logToStderr(`Removing user '${args.options.id || args.options.userName}'...`);
35
30
  }
@@ -10,7 +10,6 @@ import { accessToken } from '../../../../utils/accessToken.js';
10
10
  import { formatting } from '../../../../utils/formatting.js';
11
11
  import { validation } from '../../../../utils/validation.js';
12
12
  import GraphCommand from '../../../base/GraphCommand.js';
13
- import aadCommands from '../../aadCommands.js';
14
13
  import commands from '../../commands.js';
15
14
  class EntraUserSetCommand extends GraphCommand {
16
15
  get name() {
@@ -19,9 +18,6 @@ class EntraUserSetCommand extends GraphCommand {
19
18
  get description() {
20
19
  return 'Updates information about the specified user';
21
20
  }
22
- alias() {
23
- return [aadCommands.USER_SET];
24
- }
25
21
  allowUnknownOptions() {
26
22
  return true;
27
23
  }
@@ -35,7 +31,6 @@ class EntraUserSetCommand extends GraphCommand {
35
31
  __classPrivateFieldGet(this, _EntraUserSetCommand_instances, "m", _EntraUserSetCommand_initOptionSets).call(this);
36
32
  }
37
33
  async commandAction(logger, args) {
38
- await this.showDeprecationWarning(logger, aadCommands.USER_SET, commands.USER_SET);
39
34
  try {
40
35
  if (args.options.currentPassword) {
41
36
  if (args.options.id && args.options.id !== accessToken.getUserIdFromAccessToken(auth.connection.accessTokens[auth.defaultResource].accessToken)) {
@@ -9,7 +9,6 @@ import { odata } from '../../../../utils/odata.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
11
  import commands from '../../commands.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraUserSigninListCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.USER_SIGNIN_LIST;
@@ -17,9 +16,6 @@ class EntraUserSigninListCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Retrieves the Entra ID user sign-ins for the tenant';
19
18
  }
20
- alias() {
21
- return [aadCommands.USER_SIGNIN_LIST];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraUserSigninListCommand_instances.add(this);
@@ -31,7 +27,6 @@ class EntraUserSigninListCommand extends GraphCommand {
31
27
  return ['id', 'userPrincipalName', 'appId', 'appDisplayName', 'createdDateTime'];
32
28
  }
33
29
  async commandAction(logger, args) {
34
- await this.showDeprecationWarning(logger, aadCommands.USER_SIGNIN_LIST, commands.USER_SIGNIN_LIST);
35
30
  try {
36
31
  let endpoint = `${this.resource}/v1.0/auditLogs/signIns`;
37
32
  let filter = "";
@@ -41,9 +41,9 @@ export default {
41
41
  GROUP_LIST: `${prefix} group list`,
42
42
  GROUP_REMOVE: `${prefix} group remove`,
43
43
  GROUP_SET: `${prefix} group set`,
44
- GROUP_USER_ADD: `${prefix} group user add`,
45
- GROUP_USER_LIST: `${prefix} group user list`,
46
- GROUP_USER_SET: `${prefix} group user set`,
44
+ GROUP_MEMBER_ADD: `${prefix} group member add`,
45
+ GROUP_MEMBER_LIST: `${prefix} group member list`,
46
+ GROUP_MEMBER_SET: `${prefix} group member set`,
47
47
  GROUPSETTING_ADD: `${prefix} groupsetting add`,
48
48
  GROUPSETTING_GET: `${prefix} groupsetting get`,
49
49
  GROUPSETTING_LIST: `${prefix} groupsetting list`,
@@ -31,14 +31,6 @@ class SpoGroupMemberAddCommand extends SpoCommand {
31
31
  }
32
32
  async commandAction(logger, args) {
33
33
  try {
34
- if (args.options.aadGroupIds) {
35
- args.options.entraGroupIds = args.options.aadGroupIds;
36
- await this.warn(logger, `Option 'aadGroupIds' is deprecated. Please use 'entraGroupIds' instead.`);
37
- }
38
- if (args.options.aadGroupNames) {
39
- args.options.entraGroupNames = args.options.aadGroupNames;
40
- await this.warn(logger, `Option 'aadGroupNames' is deprecated. Please use 'entraGroupNames' instead.`);
41
- }
42
34
  const loginNames = await this.getLoginNames(logger, args.options);
43
35
  let apiUrl = `${args.options.webUrl}/_api/web/SiteGroups`;
44
36
  if (args.options.groupId) {
@@ -132,9 +124,7 @@ _SpoGroupMemberAddCommand_instances = new WeakSet(), _SpoGroupMemberAddCommand_i
132
124
  emails: typeof args.options.emails !== 'undefined',
133
125
  userIds: typeof args.options.userIds !== 'undefined',
134
126
  entraGroupIds: typeof args.options.entraGroupIds !== 'undefined',
135
- aadGroupIds: typeof args.options.aadGroupIds !== 'undefined',
136
- entraGroupNames: typeof args.options.entraGroupNames !== 'undefined',
137
- aadGroupNames: typeof args.options.aadGroupNames !== 'undefined'
127
+ entraGroupNames: typeof args.options.entraGroupNames !== 'undefined'
138
128
  });
139
129
  });
140
130
  }, _SpoGroupMemberAddCommand_initOptions = function _SpoGroupMemberAddCommand_initOptions() {
@@ -152,12 +142,8 @@ _SpoGroupMemberAddCommand_instances = new WeakSet(), _SpoGroupMemberAddCommand_i
152
142
  option: '--userIds [userIds]'
153
143
  }, {
154
144
  option: '--entraGroupIds [entraGroupIds]'
155
- }, {
156
- option: '--aadGroupIds [aadGroupIds]'
157
145
  }, {
158
146
  option: '--entraGroupNames [entraGroupNames]'
159
- }, {
160
- option: '--aadGroupNames [aadGroupNames]'
161
147
  });
162
148
  }, _SpoGroupMemberAddCommand_initValidators = function _SpoGroupMemberAddCommand_initValidators() {
163
149
  this.validators.push(async (args) => {
@@ -192,18 +178,12 @@ _SpoGroupMemberAddCommand_instances = new WeakSet(), _SpoGroupMemberAddCommand_i
192
178
  return `Option 'entraGroupIds' contains one or more invalid GUIDs: ${isValidArray}.`;
193
179
  }
194
180
  }
195
- if (args.options.aadGroupIds) {
196
- const isValidArray = validation.isValidGuidArray(args.options.aadGroupIds);
197
- if (isValidArray !== true) {
198
- return `Option 'aadGroupIds' contains one or more invalid GUIDs: ${isValidArray}.`;
199
- }
200
- }
201
181
  return true;
202
182
  });
203
183
  }, _SpoGroupMemberAddCommand_initOptionSets = function _SpoGroupMemberAddCommand_initOptionSets() {
204
- this.optionSets.push({ options: ['groupId', 'groupName'] }, { options: ['userNames', 'emails', 'userIds', 'entraGroupIds', 'aadGroupIds', 'entraGroupNames', 'aadGroupNames'] });
184
+ this.optionSets.push({ options: ['groupId', 'groupName'] }, { options: ['userNames', 'emails', 'userIds', 'entraGroupIds', 'entraGroupNames'] });
205
185
  }, _SpoGroupMemberAddCommand_initTypes = function _SpoGroupMemberAddCommand_initTypes() {
206
- this.types.string.push('webUrl', 'groupName', 'userNames', 'emails', 'userIds', 'entraGroupIds', 'aadGroupIds', 'entraGroupNames', 'aadGroupNames');
186
+ this.types.string.push('webUrl', 'groupName', 'userNames', 'emails', 'userIds', 'entraGroupIds', 'entraGroupNames');
207
187
  };
208
188
  export default new SpoGroupMemberAddCommand();
209
189
  //# sourceMappingURL=group-member-add.js.map
@@ -45,14 +45,6 @@ class SpoGroupMemberRemoveCommand extends SpoCommand {
45
45
  return userOutput.userPrincipalName;
46
46
  }
47
47
  async commandAction(logger, args) {
48
- if (args.options.aadGroupId) {
49
- args.options.entraGroupId = args.options.aadGroupId;
50
- await this.warn(logger, `Option 'aadGroupId' is deprecated. Please use 'entraGroupId' instead`);
51
- }
52
- if (args.options.aadGroupName) {
53
- args.options.entraGroupName = args.options.aadGroupName;
54
- await this.warn(logger, `Option 'aadGroupName' is deprecated. Please use 'entraGroupName' instead`);
55
- }
56
48
  if (args.options.force) {
57
49
  if (this.debug) {
58
50
  await logger.logToStderr('Confirmation bypassed by entering confirm option. Removing the user from SharePoint Group...');
@@ -136,9 +128,7 @@ _SpoGroupMemberRemoveCommand_instances = new WeakSet(), _SpoGroupMemberRemoveCom
136
128
  email: (!(!args.options.email)).toString(),
137
129
  userId: (!(!args.options.userId)).toString(),
138
130
  entraGroupId: (!(!args.options.entraGroupId)).toString(),
139
- aadGroupId: (!(!args.options.groupId)).toString(),
140
131
  entraGroupName: (!(!args.options.entraGroupName)).toString(),
141
- aadGroupName: (!(!args.options.aadGroupName)).toString(),
142
132
  force: (!(!args.options.force)).toString()
143
133
  });
144
134
  });
@@ -157,12 +147,8 @@ _SpoGroupMemberRemoveCommand_instances = new WeakSet(), _SpoGroupMemberRemoveCom
157
147
  option: '--userId [userId]'
158
148
  }, {
159
149
  option: '--entraGroupId [entraGroupId]'
160
- }, {
161
- option: '--aadGroupId [aadGroupId]'
162
150
  }, {
163
151
  option: '--entraGroupName [entraGroupName]'
164
- }, {
165
- option: '--aadGroupName [aadGroupName]'
166
152
  }, {
167
153
  option: '-f, --force'
168
154
  });
@@ -183,13 +169,10 @@ _SpoGroupMemberRemoveCommand_instances = new WeakSet(), _SpoGroupMemberRemoveCom
183
169
  if (args.options.entraGroupId && !validation.isValidGuid(args.options.entraGroupId)) {
184
170
  return `${args.options.entraGroupId} is not a valid GUID`;
185
171
  }
186
- if (args.options.aadGroupId && !validation.isValidGuid(args.options.aadGroupId)) {
187
- return `${args.options.aadGroupId} is not a valid GUID`;
188
- }
189
172
  return validation.isValidSharePointUrl(args.options.webUrl);
190
173
  });
191
174
  }, _SpoGroupMemberRemoveCommand_initOptionSets = function _SpoGroupMemberRemoveCommand_initOptionSets() {
192
- this.optionSets.push({ options: ['groupName', 'groupId'] }, { options: ['userName', 'email', 'userId', 'entraGroupId', 'aadGroupId', 'entraGroupName', 'aadGroupName'] });
175
+ this.optionSets.push({ options: ['groupName', 'groupId'] }, { options: ['userName', 'email', 'userId', 'entraGroupId', 'entraGroupName'] });
193
176
  };
194
177
  export default new SpoGroupMemberRemoveCommand();
195
178
  //# sourceMappingURL=group-member-remove.js.map
@@ -25,10 +25,6 @@ class SpoUserEnsureCommand extends SpoCommand {
25
25
  __classPrivateFieldGet(this, _SpoUserEnsureCommand_instances, "m", _SpoUserEnsureCommand_initOptionSets).call(this);
26
26
  }
27
27
  async commandAction(logger, args) {
28
- if (args.options.aadId) {
29
- args.options.entraId = args.options.aadId;
30
- await this.warn(logger, `Option 'aadId' is deprecated. Please use 'entraId' instead`);
31
- }
32
28
  if (this.verbose) {
33
29
  await logger.logToStderr(`Ensuring user ${args.options.entraId || args.options.userName} at site ${args.options.webUrl}`);
34
30
  }
@@ -62,7 +58,6 @@ _SpoUserEnsureCommand_instances = new WeakSet(), _SpoUserEnsureCommand_initTelem
62
58
  this.telemetry.push((args) => {
63
59
  Object.assign(this.telemetryProperties, {
64
60
  entraId: typeof args.options.entraId !== 'undefined',
65
- aadId: typeof args.options.aadId !== 'undefined',
66
61
  userName: typeof args.options.userName !== 'undefined'
67
62
  });
68
63
  });
@@ -71,8 +66,6 @@ _SpoUserEnsureCommand_instances = new WeakSet(), _SpoUserEnsureCommand_initTelem
71
66
  option: '-u, --webUrl <webUrl>'
72
67
  }, {
73
68
  option: '--entraId [entraId]'
74
- }, {
75
- option: '--aadId [aadId]'
76
69
  }, {
77
70
  option: '--userName [userName]'
78
71
  });
@@ -85,16 +78,13 @@ _SpoUserEnsureCommand_instances = new WeakSet(), _SpoUserEnsureCommand_initTelem
85
78
  if (args.options.entraId && !validation.isValidGuid(args.options.entraId)) {
86
79
  return `${args.options.entraId} is not a valid GUID.`;
87
80
  }
88
- if (args.options.aadId && !validation.isValidGuid(args.options.aadId)) {
89
- return `${args.options.aadId} is not a valid GUID.`;
90
- }
91
81
  if (args.options.userName && !validation.isValidUserPrincipalName(args.options.userName)) {
92
82
  return `${args.options.userName} is not a valid userName.`;
93
83
  }
94
84
  return true;
95
85
  });
96
86
  }, _SpoUserEnsureCommand_initOptionSets = function _SpoUserEnsureCommand_initOptionSets() {
97
- this.optionSets.push({ options: ['entraId', 'aadId', 'userName'] });
87
+ this.optionSets.push({ options: ['entraId', 'userName'] });
98
88
  };
99
89
  export default new SpoUserEnsureCommand();
100
90
  //# sourceMappingURL=user-ensure.js.map
package/dist/utils/zod.js CHANGED
@@ -67,7 +67,7 @@ function parseEnum(def, _options, currentOption) {
67
67
  function parseNativeEnum(def, _options, currentOption) {
68
68
  if (currentOption) {
69
69
  currentOption.type = 'string';
70
- currentOption.autocomplete = Object.getOwnPropertyNames(def.values);
70
+ currentOption.autocomplete = Object.values(def.values).map(v => String(v));
71
71
  }
72
72
  return;
73
73
  }
@@ -119,6 +119,15 @@ export const zod = {
119
119
  const options = [];
120
120
  parseDef(schema._def, options);
121
121
  return options;
122
- }
122
+ },
123
+ coercedEnum: (e) => z.preprocess(val => {
124
+ const target = String(val)?.toLowerCase();
125
+ for (const k of Object.values(e)) {
126
+ if (String(k)?.toLowerCase() === target) {
127
+ return k;
128
+ }
129
+ }
130
+ return null;
131
+ }, z.nativeEnum(e))
123
132
  };
124
133
  //# sourceMappingURL=zod.js.map
@@ -12,12 +12,6 @@ Creates a new administrative unit
12
12
  m365 entra administrativeunit add [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad administrativeunit add [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list