@pnp/cli-microsoft365 10.0.0-beta.0b765ef → 10.0.0-beta.303b62c

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 (214) 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 +84 -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-copy.js +43 -35
  95. package/dist/m365/spo/commands/folder/folder-move.js +43 -35
  96. package/dist/m365/spo/commands/group/group-member-add.js +3 -23
  97. package/dist/m365/spo/commands/group/group-member-remove.js +1 -18
  98. package/dist/m365/spo/commands/list/list-remove.js +14 -4
  99. package/dist/m365/spo/commands/page/page-publish.js +54 -0
  100. package/dist/m365/spo/commands/tenant/tenant-site-membership-list.js +118 -0
  101. package/dist/m365/spo/commands/user/user-ensure.js +1 -11
  102. package/dist/m365/spo/commands/userprofile/userprofile-get.js +1 -1
  103. package/dist/m365/spo/commands.js +2 -0
  104. package/dist/m365/spp/commands/model/model-list.js +57 -0
  105. package/dist/m365/spp/commands.js +2 -1
  106. package/dist/m365/teams/commands/channel/channel-get.js +15 -50
  107. package/dist/m365/teams/commands/team/team-get.js +16 -21
  108. package/dist/telemetryRunner.js +2 -2
  109. package/dist/utils/spo.js +90 -21
  110. package/dist/utils/spp.js +22 -0
  111. package/dist/utils/teams.js +47 -5
  112. package/dist/utils/timersUtil.js +2 -1
  113. package/dist/utils/zod.js +11 -2
  114. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +0 -6
  115. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +0 -6
  116. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +0 -6
  117. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +0 -6
  118. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +0 -6
  119. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +0 -6
  120. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +0 -6
  121. package/docs/docs/cmd/entra/app/app-add.mdx +0 -1
  122. package/docs/docs/cmd/entra/app/app-get.mdx +0 -1
  123. package/docs/docs/cmd/entra/app/app-list.mdx +0 -1
  124. package/docs/docs/cmd/entra/app/app-permission-add.mdx +0 -1
  125. package/docs/docs/cmd/entra/app/app-permission-list.mdx +0 -6
  126. package/docs/docs/cmd/entra/app/app-remove.mdx +0 -1
  127. package/docs/docs/cmd/entra/app/app-role-add.mdx +0 -1
  128. package/docs/docs/cmd/entra/app/app-role-list.mdx +0 -1
  129. package/docs/docs/cmd/entra/app/app-role-remove.mdx +0 -1
  130. package/docs/docs/cmd/entra/app/app-set.mdx +0 -1
  131. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +0 -6
  132. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +0 -6
  133. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +0 -6
  134. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +0 -1
  135. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +0 -1
  136. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +0 -1
  137. package/docs/docs/cmd/entra/group/group-add.mdx +0 -6
  138. package/docs/docs/cmd/entra/group/group-get.mdx +0 -6
  139. package/docs/docs/cmd/entra/group/group-list.mdx +0 -6
  140. package/docs/docs/cmd/entra/group/group-member-list.mdx +0 -6
  141. package/docs/docs/cmd/entra/group/group-remove.mdx +0 -6
  142. package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +0 -6
  143. package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +0 -6
  144. package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +0 -6
  145. package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +0 -6
  146. package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +0 -6
  147. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +0 -6
  148. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +0 -6
  149. package/docs/docs/cmd/entra/license/license-list.mdx +0 -6
  150. package/docs/docs/cmd/entra/m365group/m365group-add.mdx +0 -6
  151. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +0 -6
  152. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +0 -6
  153. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -6
  154. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -6
  155. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +0 -6
  156. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +0 -6
  157. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +0 -6
  158. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +0 -6
  159. package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +0 -6
  160. package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +0 -6
  161. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +0 -6
  162. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +0 -6
  163. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +0 -6
  164. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +2 -8
  165. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -8
  166. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +34 -22
  167. package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +5 -11
  168. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +5 -11
  169. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +0 -12
  170. package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +26 -21
  171. package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +4 -17
  172. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -9
  173. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -7
  174. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +4 -10
  175. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +3 -9
  176. package/docs/docs/cmd/entra/policy/policy-list.mdx +3 -9
  177. package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +3 -9
  178. package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +7 -13
  179. package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -7
  180. package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +8 -14
  181. package/docs/docs/cmd/entra/user/user-add.mdx +4 -10
  182. package/docs/docs/cmd/entra/user/user-get.mdx +7 -13
  183. package/docs/docs/cmd/entra/user/user-guest-add.mdx +3 -9
  184. package/docs/docs/cmd/entra/user/user-hibp.mdx +2 -8
  185. package/docs/docs/cmd/entra/user/user-license-add.mdx +0 -6
  186. package/docs/docs/cmd/entra/user/user-license-list.mdx +0 -6
  187. package/docs/docs/cmd/entra/user/user-license-remove.mdx +2 -8
  188. package/docs/docs/cmd/entra/user/user-list.mdx +1 -7
  189. package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -7
  190. package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +2 -8
  191. package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +0 -6
  192. package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +2 -8
  193. package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +0 -6
  194. package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +7 -13
  195. package/docs/docs/cmd/entra/user/user-remove.mdx +2 -8
  196. package/docs/docs/cmd/entra/user/user-set.mdx +0 -6
  197. package/docs/docs/cmd/entra/user/user-signin-list.mdx +9 -15
  198. package/docs/docs/cmd/login.mdx +9 -0
  199. package/docs/docs/cmd/spo/file/file-move.mdx +1 -3
  200. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -4
  201. package/docs/docs/cmd/spo/folder/folder-copy.mdx +84 -13
  202. package/docs/docs/cmd/spo/folder/folder-move.mdx +84 -13
  203. package/docs/docs/cmd/spo/group/group-member-add.mdx +8 -14
  204. package/docs/docs/cmd/spo/group/group-member-remove.mdx +5 -11
  205. package/docs/docs/cmd/spo/list/list-remove.mdx +10 -1
  206. package/docs/docs/cmd/spo/page/page-publish.mdx +41 -0
  207. package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +1 -1
  208. package/docs/docs/cmd/spo/tenant/tenant-site-membership-list.mdx +122 -0
  209. package/docs/docs/cmd/spo/user/user-ensure.mdx +2 -5
  210. package/docs/docs/cmd/spp/model/model-list.mdx +140 -0
  211. package/npm-shrinkwrap.json +2059 -389
  212. package/package.json +15 -15
  213. package/dist/m365/entra/aadCommands.js +0 -89
  214. package/dist/utils/driveUtil.js +0 -51
@@ -6,12 +6,14 @@ process.env.APPLICATION_INSIGHTS_NO_STATSBEAT = 'true';
6
6
  import * as appInsights from 'applicationinsights';
7
7
  import crypto from 'crypto';
8
8
  import fs from 'fs';
9
+ import os from 'os';
9
10
  import path from 'path';
10
11
  import url from 'url';
11
12
  import { app } from './utils/app.js';
12
13
  const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
13
- const config = appInsights.setup('6b908c80-d09f-4cf6-8274-e54349a0149a');
14
- config.setInternalLogging(false, false);
14
+ appInsights
15
+ .setup('6b908c80-d09f-4cf6-8274-e54349a0149a')
16
+ .setInternalLogging(false, false);
15
17
  // append -dev to the version number when ran locally
16
18
  // to distinguish production and dev version of the CLI
17
19
  // in the telemetry
@@ -26,8 +28,8 @@ appInsightsClient.commonProperties = {
26
28
  };
27
29
  appInsightsClient.config.proxyHttpUrl = process.env.HTTP_PROXY ?? '';
28
30
  appInsightsClient.config.proxyHttpsUrl = process.env.HTTPS_PROXY ?? '';
29
- appInsightsClient.context.tags['ai.cloud.roleInstance'] = crypto.createHash('sha256').update(appInsightsClient.context.tags['ai.cloud.roleInstance']).digest('hex');
30
- delete appInsightsClient.context.tags['ai.cloud.role'];
31
+ appInsightsClient.context.tags[appInsightsClient.context.keys.cloudRoleInstance] = crypto.createHash('sha256').update(os.hostname()).digest('hex');
32
+ delete appInsightsClient.context.tags[appInsightsClient.context.keys.cloudRole];
31
33
  delete appInsightsClient.context.tags['ai.cloud.roleName'];
32
34
  export default appInsightsClient;
33
35
  //# sourceMappingURL=appInsights.js.map
@@ -8,8 +8,8 @@ import { zod } from '../../utils/zod.js';
8
8
  import commands from './commands.js';
9
9
  const options = globalOptionsZod
10
10
  .extend({
11
- authType: zod.alias('t', z.nativeEnum(AuthType).optional()),
12
- cloud: z.nativeEnum(CloudType).optional().default(CloudType.Public),
11
+ authType: zod.alias('t', zod.coercedEnum(AuthType).optional()),
12
+ cloud: zod.coercedEnum(CloudType).optional().default(CloudType.Public),
13
13
  userName: zod.alias('u', z.string().optional()),
14
14
  password: zod.alias('p', z.string().optional()),
15
15
  certificateFile: zod.alias('c', z.string().optional()
@@ -21,7 +21,8 @@ const options = globalOptionsZod
21
21
  appId: z.string().optional(),
22
22
  tenant: z.string().optional(),
23
23
  secret: zod.alias('s', z.string().optional()),
24
- connectionName: z.string().optional()
24
+ connectionName: z.string().optional(),
25
+ ensure: z.boolean().optional()
25
26
  })
26
27
  .strict();
27
28
  class LoginCommand extends Command {
@@ -67,75 +68,16 @@ class LoginCommand extends Command {
67
68
  });
68
69
  }
69
70
  async commandAction(logger, args) {
70
- // disconnect before re-connecting
71
71
  if (this.debug) {
72
72
  await logger.logToStderr(`Logging out from Microsoft 365...`);
73
73
  }
74
- const deactivate = () => auth.connection.deactivate();
75
- const getCertificate = (options) => {
76
- // command args take precedence over settings
77
- if (options.certificateFile) {
78
- return fs.readFileSync(options.certificateFile).toString('base64');
79
- }
80
- if (options.certificateBase64Encoded) {
81
- return options.certificateBase64Encoded;
82
- }
83
- return cli.getConfig().get(settingsNames.clientCertificateFile) ||
84
- cli.getConfig().get(settingsNames.clientCertificateBase64Encoded);
85
- };
86
- const login = async () => {
87
- if (this.verbose) {
88
- await logger.logToStderr(`Signing in to Microsoft 365...`);
89
- }
90
- const authType = args.options.authType || cli.getSettingWithDefaultValue(settingsNames.authType, 'deviceCode');
91
- auth.connection.appId = args.options.appId || cli.getClientId();
92
- auth.connection.tenant = args.options.tenant || cli.getTenant();
93
- auth.connection.name = args.options.connectionName;
94
- switch (authType) {
95
- case 'password':
96
- auth.connection.authType = AuthType.Password;
97
- auth.connection.userName = args.options.userName;
98
- auth.connection.password = args.options.password;
99
- break;
100
- case 'certificate':
101
- auth.connection.authType = AuthType.Certificate;
102
- auth.connection.certificate = getCertificate(args.options);
103
- auth.connection.thumbprint = args.options.thumbprint;
104
- auth.connection.password = args.options.password ?? cli.getConfig().get(settingsNames.clientCertificatePassword);
105
- break;
106
- case 'identity':
107
- auth.connection.authType = AuthType.Identity;
108
- auth.connection.userName = args.options.userName;
109
- break;
110
- case 'browser':
111
- auth.connection.authType = AuthType.Browser;
112
- break;
113
- case 'secret':
114
- auth.connection.authType = AuthType.Secret;
115
- auth.connection.secret = args.options.secret || cli.getConfig().get(settingsNames.clientSecret);
116
- break;
117
- }
118
- auth.connection.cloudType = args.options.cloud;
119
- try {
120
- await auth.ensureAccessToken(auth.defaultResource, logger, this.debug);
121
- auth.connection.active = true;
122
- }
123
- catch (error) {
124
- if (this.debug) {
125
- await logger.logToStderr('Error:');
126
- await logger.logToStderr(error);
127
- await logger.logToStderr('');
128
- }
129
- throw new CommandError(error.message);
130
- }
131
- const details = auth.getConnectionDetails(auth.connection);
132
- if (this.debug) {
133
- details.accessToken = JSON.stringify(auth.connection.accessTokens, null, 2);
134
- }
135
- await logger.log(details);
136
- };
137
- deactivate();
138
- await login();
74
+ if (this.shouldLogin(args.options)) {
75
+ auth.connection.deactivate();
76
+ await this.login(logger, args);
77
+ }
78
+ else {
79
+ await this.ensureAccessToken(logger);
80
+ }
139
81
  }
140
82
  async action(logger, args) {
141
83
  try {
@@ -147,6 +89,117 @@ class LoginCommand extends Command {
147
89
  await this.initAction(args, logger);
148
90
  await this.commandAction(logger, args);
149
91
  }
92
+ shouldLogin(options) {
93
+ if (!auth.connection.active) {
94
+ return true;
95
+ }
96
+ if (!options.ensure) {
97
+ return true;
98
+ }
99
+ const authType = options.authType || cli.getSettingWithDefaultValue(settingsNames.authType, 'deviceCode');
100
+ if (authType !== auth.connection.authType) {
101
+ return true;
102
+ }
103
+ if (options.cloud !== auth.connection.cloudType) {
104
+ return true;
105
+ }
106
+ if (options.appId && options.appId !== auth.connection.appId) {
107
+ return true;
108
+ }
109
+ if (options.tenant && options.tenant !== auth.connection.tenant) {
110
+ return true;
111
+ }
112
+ if (authType === AuthType.Password && (options.password && options.userName !== auth.connection.userName)) {
113
+ return true;
114
+ }
115
+ if (authType === AuthType.Certificate && (options.certificateFile && (auth.connection.certificate !== fs.readFileSync(options.certificateFile, 'base64')))) {
116
+ return true;
117
+ }
118
+ if (authType === AuthType.Identity && (options.userName && options.userName !== auth.connection.userName)) {
119
+ return true;
120
+ }
121
+ if (authType === AuthType.Secret && (options.secret && options.secret !== auth.connection.secret)) {
122
+ return true;
123
+ }
124
+ const now = new Date();
125
+ const accessToken = auth.connection.accessTokens[auth.defaultResource];
126
+ const expiresOn = accessToken && accessToken.expiresOn ?
127
+ // if expiresOn is serialized from the service file, it's set as a string
128
+ // if it's coming from MSAL, it's a Date
129
+ typeof accessToken.expiresOn === 'string' ? new Date(accessToken.expiresOn) : accessToken.expiresOn
130
+ : new Date(0);
131
+ if (expiresOn < now) {
132
+ return true;
133
+ }
134
+ return false;
135
+ }
136
+ async ensureAccessToken(logger) {
137
+ try {
138
+ await auth.ensureAccessToken(auth.defaultResource, logger, this.debug);
139
+ auth.connection.active = true;
140
+ }
141
+ catch (error) {
142
+ if (this.debug) {
143
+ await logger.logToStderr('Error:');
144
+ await logger.logToStderr(error);
145
+ await logger.logToStderr('');
146
+ }
147
+ throw new CommandError(error.message);
148
+ }
149
+ }
150
+ getCertificate(options) {
151
+ // command args take precedence over settings
152
+ if (options.certificateFile) {
153
+ return fs.readFileSync(options.certificateFile).toString('base64');
154
+ }
155
+ if (options.certificateBase64Encoded) {
156
+ return options.certificateBase64Encoded;
157
+ }
158
+ return cli.getConfig().get(settingsNames.clientCertificateFile) ||
159
+ cli.getConfig().get(settingsNames.clientCertificateBase64Encoded);
160
+ }
161
+ ;
162
+ async login(logger, args) {
163
+ if (this.verbose) {
164
+ await logger.logToStderr(`Signing in to Microsoft 365...`);
165
+ }
166
+ const authType = args.options.authType || cli.getSettingWithDefaultValue(settingsNames.authType, 'deviceCode');
167
+ auth.connection.appId = args.options.appId || cli.getClientId();
168
+ auth.connection.tenant = args.options.tenant || cli.getTenant();
169
+ auth.connection.name = args.options.connectionName;
170
+ switch (authType) {
171
+ case 'password':
172
+ auth.connection.authType = AuthType.Password;
173
+ auth.connection.userName = args.options.userName;
174
+ auth.connection.password = args.options.password;
175
+ break;
176
+ case 'certificate':
177
+ auth.connection.authType = AuthType.Certificate;
178
+ auth.connection.certificate = this.getCertificate(args.options);
179
+ auth.connection.thumbprint = args.options.thumbprint;
180
+ auth.connection.password = args.options.password ?? cli.getConfig().get(settingsNames.clientCertificatePassword);
181
+ break;
182
+ case 'identity':
183
+ auth.connection.authType = AuthType.Identity;
184
+ auth.connection.userName = args.options.userName;
185
+ break;
186
+ case 'browser':
187
+ auth.connection.authType = AuthType.Browser;
188
+ break;
189
+ case 'secret':
190
+ auth.connection.authType = AuthType.Secret;
191
+ auth.connection.secret = args.options.secret || cli.getConfig().get(settingsNames.clientSecret);
192
+ break;
193
+ }
194
+ auth.connection.cloudType = args.options.cloud;
195
+ await this.ensureAccessToken(logger);
196
+ const details = auth.getConnectionDetails(auth.connection);
197
+ if (this.debug) {
198
+ details.accessToken = JSON.stringify(auth.connection.accessTokens, null, 2);
199
+ }
200
+ await logger.log(details);
201
+ }
202
+ ;
150
203
  }
151
204
  export default new LoginCommand();
152
205
  //# sourceMappingURL=login.js.map
@@ -215,7 +215,7 @@ class SetupCommand extends AnonymousCommand {
215
215
  apisDelegated: (preferences.newEntraAppScopes === NewEntraAppScopes.All ? config.allScopes : config.minimalScopes).join(','),
216
216
  implicitFlow: false,
217
217
  multitenant: false,
218
- name: 'CLI for Microsoft 365',
218
+ name: 'CLI for M365',
219
219
  platform: 'publicClient',
220
220
  redirectUris: 'http://localhost,https://localhost,https://login.microsoftonline.com/common/oauth2/nativeclient'
221
221
  };
@@ -7,7 +7,6 @@ var _EntraAdministrativeUnitAddCommand_instances, _EntraAdministrativeUnitAddCom
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 EntraAdministrativeUnitAddCommand extends GraphCommand {
12
11
  get name() {
13
12
  return commands.ADMINISTRATIVEUNIT_ADD;
@@ -15,9 +14,6 @@ class EntraAdministrativeUnitAddCommand extends GraphCommand {
15
14
  get description() {
16
15
  return 'Creates an administrative unit';
17
16
  }
18
- alias() {
19
- return [aadCommands.ADMINISTRATIVEUNIT_ADD];
20
- }
21
17
  constructor() {
22
18
  super();
23
19
  _EntraAdministrativeUnitAddCommand_instances.add(this);
@@ -25,7 +21,6 @@ class EntraAdministrativeUnitAddCommand extends GraphCommand {
25
21
  __classPrivateFieldGet(this, _EntraAdministrativeUnitAddCommand_instances, "m", _EntraAdministrativeUnitAddCommand_initOptions).call(this);
26
22
  }
27
23
  async commandAction(logger, args) {
28
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_ADD, commands.ADMINISTRATIVEUNIT_ADD);
29
24
  const requestOptions = {
30
25
  url: `${this.resource}/v1.0/directory/administrativeUnits`,
31
26
  headers: {
@@ -9,7 +9,6 @@ import request from "../../../../request.js";
9
9
  import GraphCommand from "../../../base/GraphCommand.js";
10
10
  import commands from "../../commands.js";
11
11
  import { entraAdministrativeUnit } from "../../../../utils/entraAdministrativeUnit.js";
12
- import aadCommands from "../../aadCommands.js";
13
12
  class EntraAdministrativeUnitGetCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.ADMINISTRATIVEUNIT_GET;
@@ -17,9 +16,6 @@ class EntraAdministrativeUnitGetCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Gets information about a specific administrative unit';
19
18
  }
20
- alias() {
21
- return [aadCommands.ADMINISTRATIVEUNIT_GET];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraAdministrativeUnitGetCommand_instances.add(this);
@@ -30,7 +26,6 @@ class EntraAdministrativeUnitGetCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraAdministrativeUnitGetCommand_instances, "m", _EntraAdministrativeUnitGetCommand_initTypes).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_GET, commands.ADMINISTRATIVEUNIT_GET);
34
29
  let administrativeUnit;
35
30
  try {
36
31
  if (args.options.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 EntraAdministrativeUnitListCommand extends GraphCommand {
6
5
  get name() {
7
6
  return commands.ADMINISTRATIVEUNIT_LIST;
@@ -9,14 +8,10 @@ class EntraAdministrativeUnitListCommand extends GraphCommand {
9
8
  get description() {
10
9
  return 'Retrieves a list of administrative units';
11
10
  }
12
- alias() {
13
- return [aadCommands.ADMINISTRATIVEUNIT_LIST];
14
- }
15
11
  defaultProperties() {
16
12
  return ['id', 'displayName', 'visibility'];
17
13
  }
18
14
  async commandAction(logger) {
19
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_LIST, commands.ADMINISTRATIVEUNIT_LIST);
20
15
  try {
21
16
  const results = await odata.getAllItems(`${this.resource}/v1.0/directory/administrativeUnits`);
22
17
  await logger.log(results);
@@ -12,7 +12,6 @@ import GraphCommand from "../../../base/GraphCommand.js";
12
12
  import commands from "../../commands.js";
13
13
  import request from "../../../../request.js";
14
14
  import { entraDevice } from "../../../../utils/entraDevice.js";
15
- import aadCommands from "../../aadCommands.js";
16
15
  class EntraAdministrativeUnitMemberAddCommand extends GraphCommand {
17
16
  get name() {
18
17
  return commands.ADMINISTRATIVEUNIT_MEMBER_ADD;
@@ -20,9 +19,6 @@ class EntraAdministrativeUnitMemberAddCommand extends GraphCommand {
20
19
  get description() {
21
20
  return 'Adds a member (user, group, device) to an administrative unit';
22
21
  }
23
- alias() {
24
- return [aadCommands.ADMINISTRATIVEUNIT_MEMBER_ADD];
25
- }
26
22
  constructor() {
27
23
  super();
28
24
  _EntraAdministrativeUnitMemberAddCommand_instances.add(this);
@@ -32,7 +28,6 @@ class EntraAdministrativeUnitMemberAddCommand extends GraphCommand {
32
28
  __classPrivateFieldGet(this, _EntraAdministrativeUnitMemberAddCommand_instances, "m", _EntraAdministrativeUnitMemberAddCommand_initOptionSets).call(this);
33
29
  }
34
30
  async commandAction(logger, args) {
35
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_MEMBER_ADD, commands.ADMINISTRATIVEUNIT_MEMBER_ADD);
36
31
  let administrativeUnitId = args.options.administrativeUnitId;
37
32
  let memberType;
38
33
  let memberId;
@@ -9,7 +9,6 @@ import commands from '../../commands.js';
9
9
  import { validation } from '../../../../utils/validation.js';
10
10
  import { entraAdministrativeUnit } from '../../../../utils/entraAdministrativeUnit.js';
11
11
  import request from '../../../../request.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraAdministrativeUnitMemberGetCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.ADMINISTRATIVEUNIT_MEMBER_GET;
@@ -17,9 +16,6 @@ class EntraAdministrativeUnitMemberGetCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Retrieve a specific member (user, group, or device) of an administrative unit';
19
18
  }
20
- alias() {
21
- return [aadCommands.ADMINISTRATIVEUNIT_MEMBER_GET];
22
- }
23
19
  constructor() {
24
20
  super();
25
21
  _EntraAdministrativeUnitMemberGetCommand_instances.add(this);
@@ -29,7 +25,6 @@ class EntraAdministrativeUnitMemberGetCommand extends GraphCommand {
29
25
  __classPrivateFieldGet(this, _EntraAdministrativeUnitMemberGetCommand_instances, "m", _EntraAdministrativeUnitMemberGetCommand_initOptionSets).call(this);
30
26
  }
31
27
  async commandAction(logger, args) {
32
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_MEMBER_GET, commands.ADMINISTRATIVEUNIT_MEMBER_GET);
33
28
  let administrativeUnitId = args.options.administrativeUnitId;
34
29
  try {
35
30
  if (args.options.administrativeUnitName) {
@@ -9,7 +9,6 @@ import GraphCommand from '../../../base/GraphCommand.js';
9
9
  import commands from '../../commands.js';
10
10
  import { entraAdministrativeUnit } from '../../../../utils/entraAdministrativeUnit.js';
11
11
  import { validation } from '../../../../utils/validation.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  class EntraAdministrativeUnitMemberListCommand extends GraphCommand {
14
13
  get name() {
15
14
  return commands.ADMINISTRATIVEUNIT_MEMBER_LIST;
@@ -17,9 +16,6 @@ class EntraAdministrativeUnitMemberListCommand extends GraphCommand {
17
16
  get description() {
18
17
  return 'Retrieves members (users, groups, or devices) of an administrative unit.';
19
18
  }
20
- alias() {
21
- return [aadCommands.ADMINISTRATIVEUNIT_MEMBER_LIST];
22
- }
23
19
  defaultProperties() {
24
20
  return ['id', 'displayName'];
25
21
  }
@@ -32,7 +28,6 @@ class EntraAdministrativeUnitMemberListCommand extends GraphCommand {
32
28
  __classPrivateFieldGet(this, _EntraAdministrativeUnitMemberListCommand_instances, "m", _EntraAdministrativeUnitMemberListCommand_initOptionSets).call(this);
33
29
  }
34
30
  async commandAction(logger, args) {
35
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_MEMBER_LIST, commands.ADMINISTRATIVEUNIT_MEMBER_LIST);
36
31
  let administrativeUnitId = args.options.administrativeUnitId;
37
32
  try {
38
33
  if (args.options.administrativeUnitName) {
@@ -10,7 +10,6 @@ import request from "../../../../request.js";
10
10
  import GraphCommand from "../../../base/GraphCommand.js";
11
11
  import commands from "../../commands.js";
12
12
  import { cli } from "../../../../cli/cli.js";
13
- import aadCommands from '../../aadCommands.js';
14
13
  class EntraAdministrativeUnitRemoveCommand extends GraphCommand {
15
14
  get name() {
16
15
  return commands.ADMINISTRATIVEUNIT_REMOVE;
@@ -18,9 +17,6 @@ class EntraAdministrativeUnitRemoveCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Removes an administrative unit';
20
19
  }
21
- alias() {
22
- return [aadCommands.ADMINISTRATIVEUNIT_REMOVE];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraAdministrativeUnitRemoveCommand_instances.add(this);
@@ -31,7 +27,6 @@ class EntraAdministrativeUnitRemoveCommand extends GraphCommand {
31
27
  __classPrivateFieldGet(this, _EntraAdministrativeUnitRemoveCommand_instances, "m", _EntraAdministrativeUnitRemoveCommand_initTypes).call(this);
32
28
  }
33
29
  async commandAction(logger, args) {
34
- await this.showDeprecationWarning(logger, aadCommands.ADMINISTRATIVEUNIT_REMOVE, commands.ADMINISTRATIVEUNIT_REMOVE);
35
30
  const removeAdministrativeUnit = async () => {
36
31
  try {
37
32
  let administrativeUnitId = args.options.id;
@@ -11,7 +11,6 @@ import request from '../../../../request.js';
11
11
  import { accessToken } from '../../../../utils/accessToken.js';
12
12
  import { entraApp } from '../../../../utils/entraApp.js';
13
13
  import GraphCommand from '../../../base/GraphCommand.js';
14
- import aadCommands from '../../aadCommands.js';
15
14
  import commands from '../../commands.js';
16
15
  class EntraAppAddCommand extends GraphCommand {
17
16
  get name() {
@@ -20,9 +19,6 @@ class EntraAppAddCommand extends GraphCommand {
20
19
  get description() {
21
20
  return 'Creates new Entra app registration';
22
21
  }
23
- alias() {
24
- return [aadCommands.APP_ADD, commands.APPREGISTRATION_ADD];
25
- }
26
22
  constructor() {
27
23
  super();
28
24
  _EntraAppAddCommand_instances.add(this);
@@ -33,7 +29,6 @@ class EntraAppAddCommand extends GraphCommand {
33
29
  __classPrivateFieldGet(this, _EntraAppAddCommand_instances, "m", _EntraAppAddCommand_initOptionSets).call(this);
34
30
  }
35
31
  async commandAction(logger, args) {
36
- await this.showDeprecationWarning(logger, aadCommands.APP_ADD, commands.APP_ADD);
37
32
  if (!args.options.name && this.manifest) {
38
33
  args.options.name = this.manifest.name;
39
34
  }
@@ -11,7 +11,6 @@ import { validation } from '../../../../utils/validation.js';
11
11
  import GraphCommand from '../../../base/GraphCommand.js';
12
12
  import commands from '../../commands.js';
13
13
  import { cli } from '../../../../cli/cli.js';
14
- import aadCommands from '../../aadCommands.js';
15
14
  class EntraAppGetCommand extends GraphCommand {
16
15
  get name() {
17
16
  return commands.APP_GET;
@@ -19,9 +18,6 @@ class EntraAppGetCommand extends GraphCommand {
19
18
  get description() {
20
19
  return 'Gets an Entra app registration';
21
20
  }
22
- alias() {
23
- return [aadCommands.APP_GET, commands.APPREGISTRATION_GET];
24
- }
25
21
  constructor() {
26
22
  super();
27
23
  _EntraAppGetCommand_instances.add(this);
@@ -31,7 +27,6 @@ class EntraAppGetCommand extends GraphCommand {
31
27
  __classPrivateFieldGet(this, _EntraAppGetCommand_instances, "m", _EntraAppGetCommand_initOptionSets).call(this);
32
28
  }
33
29
  async commandAction(logger, args) {
34
- await this.showDeprecationWarning(logger, aadCommands.APP_GET, commands.APP_GET);
35
30
  try {
36
31
  const appObjectId = await this.getAppObjectId(args);
37
32
  const appInfo = await this.getAppInfo(appObjectId);
@@ -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 EntraAppListCommand extends GraphCommand {
6
5
  get name() {
7
6
  return commands.APP_LIST;
@@ -9,14 +8,10 @@ class EntraAppListCommand extends GraphCommand {
9
8
  get description() {
10
9
  return 'Retrieves a list of Entra app registrations';
11
10
  }
12
- alias() {
13
- return [aadCommands.APP_LIST, commands.APPREGISTRATION_LIST];
14
- }
15
11
  defaultProperties() {
16
12
  return ['appId', 'id', 'displayName', "signInAudience"];
17
13
  }
18
14
  async commandAction(logger) {
19
- await this.showDeprecationWarning(logger, aadCommands.APP_LIST, commands.APP_LIST);
20
15
  try {
21
16
  const results = await odata.getAllItems(`${this.resource}/v1.0/applications`);
22
17
  await logger.log(results);
@@ -9,7 +9,6 @@ import GraphCommand from "../../../base/GraphCommand.js";
9
9
  import commands from "../../commands.js";
10
10
  import request from "../../../../request.js";
11
11
  import { validation } from "../../../../utils/validation.js";
12
- import aadCommands from "../../aadCommands.js";
13
12
  import { formatting } from "../../../../utils/formatting.js";
14
13
  import { cli } from "../../../../cli/cli.js";
15
14
  var ScopeType;
@@ -24,9 +23,6 @@ class EntraAppPermissionAddCommand extends GraphCommand {
24
23
  get description() {
25
24
  return 'Adds the specified application and/or delegated permissions to a specified Microsoft Entra app';
26
25
  }
27
- alias() {
28
- return [aadCommands.APP_PERMISSION_ADD, commands.APPREGISTRATION_PERMISSION_ADD];
29
- }
30
26
  constructor() {
31
27
  super();
32
28
  _EntraAppPermissionAddCommand_instances.add(this);
@@ -36,7 +32,6 @@ class EntraAppPermissionAddCommand extends GraphCommand {
36
32
  __classPrivateFieldGet(this, _EntraAppPermissionAddCommand_instances, "m", _EntraAppPermissionAddCommand_initOptionSets).call(this);
37
33
  }
38
34
  async commandAction(logger, args) {
39
- await this.showDeprecationWarning(logger, aadCommands.APP_PERMISSION_ADD, commands.APP_PERMISSION_ADD);
40
35
  try {
41
36
  const appObject = await this.getAppObject(args.options);
42
37
  const servicePrincipals = await this.getServicePrincipals();
@@ -9,7 +9,6 @@ import request from '../../../../request.js';
9
9
  import { formatting } from '../../../../utils/formatting.js';
10
10
  import { validation } from '../../../../utils/validation.js';
11
11
  import GraphCommand from '../../../base/GraphCommand.js';
12
- import aadCommands from '../../aadCommands.js';
13
12
  import commands from '../../commands.js';
14
13
  class EntraAppRemoveCommand extends GraphCommand {
15
14
  get name() {
@@ -18,9 +17,6 @@ class EntraAppRemoveCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Removes an Entra app registration';
20
19
  }
21
- alias() {
22
- return [aadCommands.APP_REMOVE, commands.APPREGISTRATION_REMOVE];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraAppRemoveCommand_instances.add(this);
@@ -30,7 +26,6 @@ class EntraAppRemoveCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraAppRemoveCommand_instances, "m", _EntraAppRemoveCommand_initOptionSets).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.APP_REMOVE, commands.APP_REMOVE);
34
29
  const deleteApp = async () => {
35
30
  try {
36
31
  const objectId = await this.getObjectId(args, logger);
@@ -10,7 +10,6 @@ import { formatting } from '../../../../utils/formatting.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
11
  import commands from '../../commands.js';
12
12
  import { cli } from '../../../../cli/cli.js';
13
- import aadCommands from '../../aadCommands.js';
14
13
  class EntraAppRoleAddCommand extends GraphCommand {
15
14
  get name() {
16
15
  return commands.APP_ROLE_ADD;
@@ -18,9 +17,6 @@ class EntraAppRoleAddCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Adds role to the specified Entra app registration';
20
19
  }
21
- alias() {
22
- return [aadCommands.APP_ROLE_ADD, commands.APPREGISTRATION_ROLE_ADD];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraAppRoleAddCommand_instances.add(this);
@@ -30,7 +26,6 @@ class EntraAppRoleAddCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraAppRoleAddCommand_instances, "m", _EntraAppRoleAddCommand_initOptionSets).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.APP_ROLE_ADD, commands.APP_ROLE_ADD);
34
29
  try {
35
30
  const appId = await this.getAppObjectId(args, logger);
36
31
  const appInfo = await this.getAppInfo(appId, logger);
@@ -10,7 +10,6 @@ import { odata } from '../../../../utils/odata.js';
10
10
  import GraphCommand from '../../../base/GraphCommand.js';
11
11
  import commands from '../../commands.js';
12
12
  import { cli } from '../../../../cli/cli.js';
13
- import aadCommands from '../../aadCommands.js';
14
13
  class EntraAppRoleListCommand extends GraphCommand {
15
14
  get name() {
16
15
  return commands.APP_ROLE_LIST;
@@ -18,9 +17,6 @@ class EntraAppRoleListCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Gets Entra app registration roles';
20
19
  }
21
- alias() {
22
- return [aadCommands.APP_ROLE_LIST, commands.APPREGISTRATION_ROLE_LIST];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraAppRoleListCommand_instances.add(this);
@@ -32,7 +28,6 @@ class EntraAppRoleListCommand extends GraphCommand {
32
28
  return ['displayName', 'description', 'id'];
33
29
  }
34
30
  async commandAction(logger, args) {
35
- await this.showDeprecationWarning(logger, aadCommands.APP_ROLE_LIST, commands.APP_ROLE_LIST);
36
31
  try {
37
32
  const objectId = await this.getAppObjectId(args, logger);
38
33
  const appRoles = await odata.getAllItems(`${this.resource}/v1.0/myorganization/applications/${objectId}/appRoles`);
@@ -10,7 +10,6 @@ import { formatting } from "../../../../utils/formatting.js";
10
10
  import { validation } from '../../../../utils/validation.js';
11
11
  import GraphCommand from '../../../base/GraphCommand.js';
12
12
  import commands from '../../commands.js';
13
- import aadCommands from "../../aadCommands.js";
14
13
  class EntraAppRoleRemoveCommand extends GraphCommand {
15
14
  get name() {
16
15
  return commands.APP_ROLE_REMOVE;
@@ -18,9 +17,6 @@ class EntraAppRoleRemoveCommand extends GraphCommand {
18
17
  get description() {
19
18
  return 'Removes role from the specified Entra app registration';
20
19
  }
21
- alias() {
22
- return [aadCommands.APP_ROLE_REMOVE, commands.APPREGISTRATION_ROLE_REMOVE];
23
- }
24
20
  constructor() {
25
21
  super();
26
22
  _EntraAppRoleRemoveCommand_instances.add(this);
@@ -30,7 +26,6 @@ class EntraAppRoleRemoveCommand extends GraphCommand {
30
26
  __classPrivateFieldGet(this, _EntraAppRoleRemoveCommand_instances, "m", _EntraAppRoleRemoveCommand_initOptionSets).call(this);
31
27
  }
32
28
  async commandAction(logger, args) {
33
- await this.showDeprecationWarning(logger, aadCommands.APP_ROLE_REMOVE, commands.APP_ROLE_REMOVE);
34
29
  const deleteAppRole = async () => {
35
30
  try {
36
31
  await this.processAppRoleDelete(logger, args);