@pnp/cli-microsoft365 10.0.0-beta.da65889 → 10.0.0-beta.fd332f4
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.
- package/.eslintrc.cjs +1 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/appInsights.js +6 -4
- package/dist/m365/commands/login.js +2 -2
- package/dist/m365/commands/setup.js +1 -1
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +0 -5
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +0 -5
- package/dist/m365/entra/commands/app/app-add.js +0 -5
- package/dist/m365/entra/commands/app/app-get.js +0 -5
- package/dist/m365/entra/commands/app/app-list.js +0 -5
- package/dist/m365/entra/commands/app/app-permission-add.js +0 -5
- package/dist/m365/entra/commands/app/app-remove.js +0 -5
- package/dist/m365/entra/commands/app/app-role-add.js +0 -5
- package/dist/m365/entra/commands/app/app-role-list.js +0 -5
- package/dist/m365/entra/commands/app/app-role-remove.js +0 -5
- package/dist/m365/entra/commands/app/app-set.js +0 -5
- package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +0 -5
- package/dist/m365/entra/commands/approleassignment/approleassignment-list.js +0 -5
- package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +0 -5
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +0 -5
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +0 -5
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +0 -5
- package/dist/m365/entra/commands/group/group-add.js +0 -4
- package/dist/m365/entra/commands/group/group-get.js +0 -5
- package/dist/m365/entra/commands/group/group-list.js +0 -5
- package/dist/m365/entra/commands/group/group-member-list.js +0 -5
- package/dist/m365/entra/commands/group/group-remove.js +0 -5
- package/dist/m365/entra/commands/groupsetting/groupsetting-add.js +0 -5
- package/dist/m365/entra/commands/groupsetting/groupsetting-get.js +0 -5
- package/dist/m365/entra/commands/groupsetting/groupsetting-list.js +0 -5
- package/dist/m365/entra/commands/groupsetting/groupsetting-remove.js +0 -5
- package/dist/m365/entra/commands/groupsetting/groupsetting-set.js +0 -5
- package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-get.js +0 -5
- package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-list.js +0 -5
- package/dist/m365/entra/commands/license/license-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-add.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-conversation-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-conversation-post-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-get.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-clear.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-remove.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-restore.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-remove.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-renew.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-report-activitycounts.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-report-activitydetail.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-report-activityfilecounts.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-report-activitygroupcounts.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-report-activitystorage.js +0 -4
- package/dist/m365/entra/commands/m365group/m365group-set.js +138 -73
- package/dist/m365/entra/commands/m365group/m365group-teamify.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-user-add.js +0 -6
- package/dist/m365/entra/commands/m365group/m365group-user-list.js +0 -5
- package/dist/m365/entra/commands/m365group/m365group-user-remove.js +84 -62
- package/dist/m365/entra/commands/m365group/m365group-user-set.js +3 -15
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-add.js +0 -5
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-list.js +0 -5
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-remove.js +0 -5
- package/dist/m365/entra/commands/oauth2grant/oauth2grant-set.js +0 -5
- package/dist/m365/entra/commands/policy/policy-list.js +0 -5
- package/dist/m365/entra/commands/siteclassification/siteclassification-disable.js +0 -5
- package/dist/m365/entra/commands/siteclassification/siteclassification-enable.js +0 -5
- package/dist/m365/entra/commands/siteclassification/siteclassification-get.js +0 -5
- package/dist/m365/entra/commands/siteclassification/siteclassification-set.js +0 -5
- package/dist/m365/entra/commands/user/user-add.js +0 -5
- package/dist/m365/entra/commands/user/user-get.js +0 -5
- package/dist/m365/entra/commands/user/user-guest-add.js +0 -5
- package/dist/m365/entra/commands/user/user-hibp.js +0 -5
- package/dist/m365/entra/commands/user/user-license-add.js +0 -5
- package/dist/m365/entra/commands/user/user-license-list.js +0 -5
- package/dist/m365/entra/commands/user/user-license-remove.js +0 -5
- package/dist/m365/entra/commands/user/user-list.js +0 -5
- package/dist/m365/entra/commands/user/user-password-validate.js +0 -5
- package/dist/m365/entra/commands/user/user-recyclebinitem-clear.js +0 -5
- package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +0 -5
- package/dist/m365/entra/commands/user/user-recyclebinitem-remove.js +0 -5
- package/dist/m365/entra/commands/user/user-recyclebinitem-restore.js +0 -5
- package/dist/m365/entra/commands/user/user-registrationdetails-list.js +0 -4
- package/dist/m365/entra/commands/user/user-remove.js +0 -5
- package/dist/m365/entra/commands/user/user-set.js +0 -5
- package/dist/m365/entra/commands/user/user-signin-list.js +0 -5
- package/dist/m365/file/commands/file-move.js +4 -4
- package/dist/m365/spo/commands/file/file-copy.js +6 -6
- package/dist/m365/spo/commands/file/file-move.js +6 -6
- package/dist/m365/spo/commands/file/file-remove.js +7 -1
- package/dist/m365/spo/commands/folder/folder-copy.js +43 -35
- package/dist/m365/spo/commands/folder/folder-move.js +43 -35
- package/dist/m365/spo/commands/group/group-member-add.js +3 -23
- package/dist/m365/spo/commands/group/group-member-remove.js +1 -18
- package/dist/m365/spo/commands/list/list-remove.js +14 -4
- package/dist/m365/spo/commands/tenant/tenant-site-membership-list.js +118 -0
- package/dist/m365/spo/commands/user/user-ensure.js +1 -11
- package/dist/m365/spo/commands/userprofile/userprofile-get.js +1 -1
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/spp/commands/model/model-list.js +57 -0
- package/dist/m365/spp/commands.js +2 -1
- package/dist/m365/teams/commands/channel/channel-get.js +15 -50
- package/dist/m365/teams/commands/team/team-get.js +16 -21
- package/dist/telemetryRunner.js +2 -2
- package/dist/utils/spo.js +90 -21
- package/dist/utils/spp.js +22 -0
- package/dist/utils/teams.js +47 -5
- package/dist/utils/timersUtil.js +2 -1
- package/dist/utils/zod.js +11 -2
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +0 -6
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +0 -6
- package/docs/docs/cmd/entra/app/app-add.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-get.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-list.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-permission-add.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-permission-list.mdx +0 -6
- package/docs/docs/cmd/entra/app/app-remove.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-role-add.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-role-list.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-role-remove.mdx +0 -1
- package/docs/docs/cmd/entra/app/app-set.mdx +0 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +0 -6
- package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +0 -6
- package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +0 -6
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +0 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +0 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +0 -1
- package/docs/docs/cmd/entra/group/group-add.mdx +0 -6
- package/docs/docs/cmd/entra/group/group-get.mdx +0 -6
- package/docs/docs/cmd/entra/group/group-list.mdx +0 -6
- package/docs/docs/cmd/entra/group/group-member-list.mdx +0 -6
- package/docs/docs/cmd/entra/group/group-remove.mdx +0 -6
- package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +0 -6
- package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +0 -6
- package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +0 -6
- package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +0 -6
- package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +0 -6
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +0 -6
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +0 -6
- package/docs/docs/cmd/entra/license/license-list.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-add.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +0 -6
- package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +2 -8
- package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -8
- package/docs/docs/cmd/entra/m365group/m365group-set.mdx +34 -22
- package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +5 -11
- package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +5 -11
- package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +0 -12
- package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +26 -21
- package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +4 -17
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -9
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -7
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +4 -10
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +3 -9
- package/docs/docs/cmd/entra/policy/policy-list.mdx +3 -9
- package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +3 -9
- package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +7 -13
- package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -7
- package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +8 -14
- package/docs/docs/cmd/entra/user/user-add.mdx +4 -10
- package/docs/docs/cmd/entra/user/user-get.mdx +7 -13
- package/docs/docs/cmd/entra/user/user-guest-add.mdx +3 -9
- package/docs/docs/cmd/entra/user/user-hibp.mdx +2 -8
- package/docs/docs/cmd/entra/user/user-license-add.mdx +0 -6
- package/docs/docs/cmd/entra/user/user-license-list.mdx +0 -6
- package/docs/docs/cmd/entra/user/user-license-remove.mdx +2 -8
- package/docs/docs/cmd/entra/user/user-list.mdx +1 -7
- package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -7
- package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +2 -8
- package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +0 -6
- package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +2 -8
- package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +0 -6
- package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +7 -13
- package/docs/docs/cmd/entra/user/user-remove.mdx +2 -8
- package/docs/docs/cmd/entra/user/user-set.mdx +0 -6
- package/docs/docs/cmd/entra/user/user-signin-list.mdx +9 -15
- package/docs/docs/cmd/spo/file/file-move.mdx +1 -3
- package/docs/docs/cmd/spo/file/file-remove.mdx +13 -4
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +84 -13
- package/docs/docs/cmd/spo/folder/folder-move.mdx +84 -13
- package/docs/docs/cmd/spo/group/group-member-add.mdx +8 -14
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +5 -11
- package/docs/docs/cmd/spo/list/list-remove.mdx +10 -1
- package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-site-membership-list.mdx +122 -0
- package/docs/docs/cmd/spo/user/user-ensure.mdx +2 -5
- package/docs/docs/cmd/spp/model/model-list.mdx +140 -0
- package/npm-shrinkwrap.json +2059 -389
- package/package.json +15 -15
- package/dist/m365/entra/aadCommands.js +0 -89
- package/dist/utils/driveUtil.js +0 -51
package/dist/appInsights.js
CHANGED
|
@@ -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
|
-
|
|
14
|
-
|
|
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[
|
|
30
|
-
delete appInsightsClient.context.tags[
|
|
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',
|
|
12
|
-
cloud:
|
|
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()
|
|
@@ -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
|
|
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);
|
|
@@ -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 EntraAppSetCommand extends GraphCommand {
|
|
15
14
|
get name() {
|
|
16
15
|
return commands.APP_SET;
|
|
@@ -18,9 +17,6 @@ class EntraAppSetCommand extends GraphCommand {
|
|
|
18
17
|
get description() {
|
|
19
18
|
return 'Updates Entra app registration';
|
|
20
19
|
}
|
|
21
|
-
alias() {
|
|
22
|
-
return [aadCommands.APP_SET, commands.APPREGISTRATION_SET];
|
|
23
|
-
}
|
|
24
20
|
constructor() {
|
|
25
21
|
super();
|
|
26
22
|
_EntraAppSetCommand_instances.add(this);
|
|
@@ -31,7 +27,6 @@ class EntraAppSetCommand extends GraphCommand {
|
|
|
31
27
|
__classPrivateFieldGet(this, _EntraAppSetCommand_instances, "m", _EntraAppSetCommand_initTypes).call(this);
|
|
32
28
|
}
|
|
33
29
|
async commandAction(logger, args) {
|
|
34
|
-
await this.showDeprecationWarning(logger, aadCommands.APP_SET, commands.APP_SET);
|
|
35
30
|
try {
|
|
36
31
|
let objectId = await this.getAppObjectId(args, logger);
|
|
37
32
|
objectId = await this.configureUri(args, objectId, logger);
|
|
@@ -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 EntraAppRoleAssignmentAddCommand extends GraphCommand {
|
|
16
15
|
get name() {
|
|
17
16
|
return commands.APPROLEASSIGNMENT_ADD;
|
|
@@ -19,9 +18,6 @@ class EntraAppRoleAssignmentAddCommand extends GraphCommand {
|
|
|
19
18
|
get description() {
|
|
20
19
|
return 'Adds service principal permissions also known as scopes and app role assignments for specified Microsoft Entra application registration';
|
|
21
20
|
}
|
|
22
|
-
alias() {
|
|
23
|
-
return [aadCommands.APPROLEASSIGNMENT_ADD];
|
|
24
|
-
}
|
|
25
21
|
constructor() {
|
|
26
22
|
super();
|
|
27
23
|
_EntraAppRoleAssignmentAddCommand_instances.add(this);
|
|
@@ -31,7 +27,6 @@ class EntraAppRoleAssignmentAddCommand extends GraphCommand {
|
|
|
31
27
|
__classPrivateFieldGet(this, _EntraAppRoleAssignmentAddCommand_instances, "m", _EntraAppRoleAssignmentAddCommand_initOptionSets).call(this);
|
|
32
28
|
}
|
|
33
29
|
async commandAction(logger, args) {
|
|
34
|
-
await this.showDeprecationWarning(logger, aadCommands.APPROLEASSIGNMENT_ADD, commands.APPROLEASSIGNMENT_ADD);
|
|
35
30
|
let objectId = '';
|
|
36
31
|
let queryFilter = '';
|
|
37
32
|
if (args.options.appId) {
|
|
@@ -9,7 +9,6 @@ import { formatting } from '../../../../utils/formatting.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 EntraAppRoleAssignmentListCommand extends GraphCommand {
|
|
14
13
|
get name() {
|
|
15
14
|
return commands.APPROLEASSIGNMENT_LIST;
|
|
@@ -17,9 +16,6 @@ class EntraAppRoleAssignmentListCommand extends GraphCommand {
|
|
|
17
16
|
get description() {
|
|
18
17
|
return 'Lists app role assignments for the specified application registration';
|
|
19
18
|
}
|
|
20
|
-
alias() {
|
|
21
|
-
return [aadCommands.APPROLEASSIGNMENT_LIST];
|
|
22
|
-
}
|
|
23
19
|
constructor() {
|
|
24
20
|
super();
|
|
25
21
|
_EntraAppRoleAssignmentListCommand_instances.add(this);
|
|
@@ -32,7 +28,6 @@ class EntraAppRoleAssignmentListCommand extends GraphCommand {
|
|
|
32
28
|
return ['resourceDisplayName', 'roleName'];
|
|
33
29
|
}
|
|
34
30
|
async commandAction(logger, args) {
|
|
35
|
-
await this.showDeprecationWarning(logger, aadCommands.APPROLEASSIGNMENT_LIST, commands.APPROLEASSIGNMENT_LIST);
|
|
36
31
|
try {
|
|
37
32
|
const spAppRoleAssignments = await this.getAppRoleAssignments(args.options);
|
|
38
33
|
// the role assignment has an appRoleId but no name. To get the name,
|
|
@@ -11,7 +11,6 @@ import { formatting } from '../../../../utils/formatting.js';
|
|
|
11
11
|
import { validation } from '../../../../utils/validation.js';
|
|
12
12
|
import GraphCommand from '../../../base/GraphCommand.js';
|
|
13
13
|
import commands from '../../commands.js';
|
|
14
|
-
import aadCommands from '../../aadCommands.js';
|
|
15
14
|
class EntraAppRoleAssignmentRemoveCommand extends GraphCommand {
|
|
16
15
|
get name() {
|
|
17
16
|
return commands.APPROLEASSIGNMENT_REMOVE;
|
|
@@ -19,9 +18,6 @@ class EntraAppRoleAssignmentRemoveCommand extends GraphCommand {
|
|
|
19
18
|
get description() {
|
|
20
19
|
return 'Deletes an app role assignment for the specified Entra Application Registration';
|
|
21
20
|
}
|
|
22
|
-
alias() {
|
|
23
|
-
return [aadCommands.APPROLEASSIGNMENT_REMOVE];
|
|
24
|
-
}
|
|
25
21
|
constructor() {
|
|
26
22
|
super();
|
|
27
23
|
_EntraAppRoleAssignmentRemoveCommand_instances.add(this);
|
|
@@ -31,7 +27,6 @@ class EntraAppRoleAssignmentRemoveCommand extends GraphCommand {
|
|
|
31
27
|
__classPrivateFieldGet(this, _EntraAppRoleAssignmentRemoveCommand_instances, "m", _EntraAppRoleAssignmentRemoveCommand_initOptionSets).call(this);
|
|
32
28
|
}
|
|
33
29
|
async commandAction(logger, args) {
|
|
34
|
-
await this.showDeprecationWarning(logger, aadCommands.APPROLEASSIGNMENT_REMOVE, commands.APPROLEASSIGNMENT_REMOVE);
|
|
35
30
|
const removeAppRoleAssignment = async () => {
|
|
36
31
|
let sp;
|
|
37
32
|
// get the service principal associated with the appId
|
|
@@ -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 { cli } from '../../../../cli/cli.js';
|
|
13
|
-
import aadCommands from '../../aadCommands.js';
|
|
14
13
|
class EntraEnterpriseAppAddCommand extends GraphCommand {
|
|
15
14
|
get name() {
|
|
16
15
|
return commands.ENTERPRISEAPP_ADD;
|
|
@@ -18,9 +17,6 @@ class EntraEnterpriseAppAddCommand extends GraphCommand {
|
|
|
18
17
|
get description() {
|
|
19
18
|
return 'Creates an enterprise application (or service principal) for a registered Entra app';
|
|
20
19
|
}
|
|
21
|
-
alias() {
|
|
22
|
-
return [aadCommands.SP_ADD, commands.SP_ADD];
|
|
23
|
-
}
|
|
24
20
|
constructor() {
|
|
25
21
|
super();
|
|
26
22
|
_EntraEnterpriseAppAddCommand_instances.add(this);
|
|
@@ -60,7 +56,6 @@ class EntraEnterpriseAppAddCommand extends GraphCommand {
|
|
|
60
56
|
return spItem.appId;
|
|
61
57
|
}
|
|
62
58
|
async commandAction(logger, args) {
|
|
63
|
-
await this.showDeprecationWarning(logger, aadCommands.SP_ADD, commands.SP_ADD);
|
|
64
59
|
try {
|
|
65
60
|
const appId = await this.getAppId(args);
|
|
66
61
|
const requestOptions = {
|
|
@@ -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 EntraEnterpriseAppGetCommand extends GraphCommand {
|
|
15
14
|
get name() {
|
|
@@ -18,9 +17,6 @@ class EntraEnterpriseAppGetCommand extends GraphCommand {
|
|
|
18
17
|
get description() {
|
|
19
18
|
return 'Gets information about an Enterprise Application';
|
|
20
19
|
}
|
|
21
|
-
alias() {
|
|
22
|
-
return [aadCommands.SP_GET, commands.SP_GET];
|
|
23
|
-
}
|
|
24
20
|
constructor() {
|
|
25
21
|
super();
|
|
26
22
|
_EntraEnterpriseAppGetCommand_instances.add(this);
|
|
@@ -60,7 +56,6 @@ class EntraEnterpriseAppGetCommand extends GraphCommand {
|
|
|
60
56
|
return spItem.id;
|
|
61
57
|
}
|
|
62
58
|
async commandAction(logger, args) {
|
|
63
|
-
await this.showDeprecationWarning(logger, aadCommands.SP_GET, commands.SP_GET);
|
|
64
59
|
if (this.verbose) {
|
|
65
60
|
await logger.logToStderr(`Retrieving enterprise application information...`);
|
|
66
61
|
}
|
|
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
6
6
|
var _EntraEnterpriseAppListCommand_instances, _EntraEnterpriseAppListCommand_initTelemetry, _EntraEnterpriseAppListCommand_initOptions;
|
|
7
7
|
import { odata } from '../../../../utils/odata.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 EntraEnterpriseAppListCommand extends GraphCommand {
|
|
12
11
|
get name() {
|
|
@@ -18,9 +17,6 @@ class EntraEnterpriseAppListCommand extends GraphCommand {
|
|
|
18
17
|
get description() {
|
|
19
18
|
return 'Lists the enterprise applications (or service principals) in Entra ID';
|
|
20
19
|
}
|
|
21
|
-
alias() {
|
|
22
|
-
return [aadCommands.SP_LIST, commands.SP_LIST];
|
|
23
|
-
}
|
|
24
20
|
constructor() {
|
|
25
21
|
super();
|
|
26
22
|
_EntraEnterpriseAppListCommand_instances.add(this);
|
|
@@ -28,7 +24,6 @@ class EntraEnterpriseAppListCommand extends GraphCommand {
|
|
|
28
24
|
__classPrivateFieldGet(this, _EntraEnterpriseAppListCommand_instances, "m", _EntraEnterpriseAppListCommand_initOptions).call(this);
|
|
29
25
|
}
|
|
30
26
|
async commandAction(logger, args) {
|
|
31
|
-
await this.showDeprecationWarning(logger, aadCommands.SP_LIST, commands.SP_LIST);
|
|
32
27
|
if (this.verbose) {
|
|
33
28
|
await logger.logToStderr(`Retrieving enterprise application information...`);
|
|
34
29
|
}
|
|
@@ -6,7 +6,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
6
6
|
var _EntraGroupAddCommand_instances, _EntraGroupAddCommand_initOptions, _EntraGroupAddCommand_initValidators, _EntraGroupAddCommand_initTelemetry;
|
|
7
7
|
import GraphCommand from '../../../base/GraphCommand.js';
|
|
8
8
|
import commands from '../../commands.js';
|
|
9
|
-
import aadCommands from '../../aadCommands.js';
|
|
10
9
|
import { validation } from '../../../../utils/validation.js';
|
|
11
10
|
import request from '../../../../request.js';
|
|
12
11
|
import { entraUser } from '../../../../utils/entraUser.js';
|
|
@@ -17,9 +16,6 @@ class EntraGroupAddCommand extends GraphCommand {
|
|
|
17
16
|
get description() {
|
|
18
17
|
return 'Creates a Microsoft Entra group';
|
|
19
18
|
}
|
|
20
|
-
alias() {
|
|
21
|
-
return [aadCommands.GROUP_ADD];
|
|
22
|
-
}
|
|
23
19
|
allowUnknownOptions() {
|
|
24
20
|
return true;
|
|
25
21
|
}
|