@pnp/cli-microsoft365 5.2.0-beta.a4da212 → 5.2.0-beta.bc072bc
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.js +0 -1
- package/dist/m365/aad/commands/user/user-signin-list.js +81 -0
- package/dist/m365/aad/commands.js +2 -1
- package/dist/m365/planner/commands/bucket/bucket-set.js +208 -0
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/pp/commands/environment/environment-list.js +57 -0
- package/dist/m365/pp/commands/managementapp/managementapp-list.js +24 -0
- package/dist/m365/pp/commands.js +3 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js +14 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.0.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.0.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.15.0-beta.1.js → upgrade-1.15.0-beta.6.js} +27 -27
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.4.1.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.9.1.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
- package/dist/m365/spfx/commands/spfx-doctor.js +1 -105
- package/dist/m365/teams/commands/app/app-install.js +1 -1
- package/dist/m365/teams/commands/channel/channel-add.js +44 -14
- package/dist/m365/teams/commands/channel/channel-list.js +11 -1
- package/dist/m365/teams/commands/{conversationmember/conversationmember-add.js → channel/channel-member-add.js} +15 -22
- package/dist/m365/teams/commands/channel/{channel-membership-list.js → channel-member-list.js} +14 -7
- package/dist/m365/teams/commands/channel/channel-member-remove.js +214 -0
- package/dist/m365/teams/commands/channel/channel-member-set.js +206 -0
- package/dist/m365/teams/commands.js +5 -1
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +1 -1
- package/docs/docs/cmd/aad/group/group-list.md +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +1 -1
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +1 -1
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-remove.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-renew.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-teamify.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-user-add.md +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +1 -1
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +1 -1
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +1 -1
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +1 -1
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +1 -1
- package/docs/docs/cmd/aad/sp/sp-get.md +1 -1
- package/docs/docs/cmd/aad/user/user-password-validate.md +1 -1
- package/docs/docs/cmd/aad/user/user-signin-list.md +81 -0
- package/docs/docs/cmd/cli/cli-doctor.md +1 -1
- package/docs/docs/cmd/flow/environment/environment-get.md +1 -1
- package/docs/docs/cmd/flow/environment/environment-list.md +1 -1
- package/docs/docs/cmd/flow/run/run-list.md +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +1 -1
- package/docs/docs/cmd/logout.md +1 -1
- package/docs/docs/cmd/onedrive/onedrive-list.md +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-list.md +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-set.md +57 -0
- package/docs/docs/cmd/planner/task/task-list.md +1 -1
- package/docs/docs/cmd/planner/task/task-set.md +2 -2
- package/docs/docs/cmd/pp/environment/environment-list.md +37 -0
- package/docs/docs/cmd/pp/managementapp/managementapp-list.md +21 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
- package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
- package/docs/docs/cmd/spo/app/app-add.md +1 -1
- package/docs/docs/cmd/spo/app/app-deploy.md +1 -1
- package/docs/docs/cmd/spo/app/app-get.md +1 -1
- package/docs/docs/cmd/spo/app/app-install.md +1 -1
- package/docs/docs/cmd/spo/app/app-instance-list.md +1 -1
- package/docs/docs/cmd/spo/app/app-list.md +1 -1
- package/docs/docs/cmd/spo/app/app-remove.md +1 -1
- package/docs/docs/cmd/spo/app/app-retract.md +1 -1
- package/docs/docs/cmd/spo/app/app-uninstall.md +1 -1
- package/docs/docs/cmd/spo/app/app-upgrade.md +1 -1
- package/docs/docs/cmd/spo/apppage/apppage-add.md +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-get.md +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-add.md +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-add.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-clear.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-get.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-list.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-remove.md +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-set.md +1 -1
- package/docs/docs/cmd/spo/externaluser/externaluser-list.md +1 -1
- package/docs/docs/cmd/spo/feature/feature-list.md +1 -1
- package/docs/docs/cmd/spo/field/field-add.md +1 -1
- package/docs/docs/cmd/spo/field/field-get.md +1 -1
- package/docs/docs/cmd/spo/field/field-set.md +1 -1
- package/docs/docs/cmd/spo/file/file-add.md +1 -1
- package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
- package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
- package/docs/docs/cmd/spo/file/file-copy.md +1 -1
- package/docs/docs/cmd/spo/file/file-get.md +1 -1
- package/docs/docs/cmd/spo/file/file-move.md +1 -1
- package/docs/docs/cmd/spo/file/file-remove.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-add.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-list.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-remove.md +1 -1
- package/docs/docs/cmd/spo/folder/folder-rename.md +1 -1
- package/docs/docs/cmd/spo/group/group-user-add.md +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-get.md +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-set.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-get.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-list.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-register.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-set.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-theme-sync.md +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +1 -1
- package/docs/docs/cmd/spo/list/list-add.md +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-add.md +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-list.md +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-remove.md +1 -1
- package/docs/docs/cmd/spo/list/list-get.md +1 -1
- package/docs/docs/cmd/spo/list/list-label-get.md +1 -1
- package/docs/docs/cmd/spo/list/list-label-set.md +1 -1
- package/docs/docs/cmd/spo/list/list-list.md +1 -1
- package/docs/docs/cmd/spo/list/list-remove.md +1 -1
- package/docs/docs/cmd/spo/list/list-set.md +1 -1
- package/docs/docs/cmd/spo/list/list-sitescript-get.md +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-add.md +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-remove.md +1 -1
- package/docs/docs/cmd/spo/list/list-view-get.md +1 -1
- package/docs/docs/cmd/spo/list/list-view-remove.md +1 -1
- package/docs/docs/cmd/spo/list/list-view-set.md +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-add.md +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-get.md +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-list.md +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-remove.md +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-set.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-list.md +2 -2
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-add.md +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-list.md +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +1 -1
- package/docs/docs/cmd/spo/page/page-add.md +1 -1
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +1 -1
- package/docs/docs/cmd/spo/page/page-column-get.md +1 -1
- package/docs/docs/cmd/spo/page/page-column-list.md +1 -1
- package/docs/docs/cmd/spo/page/page-control-get.md +1 -1
- package/docs/docs/cmd/spo/page/page-control-list.md +1 -1
- package/docs/docs/cmd/spo/page/page-list.md +1 -1
- package/docs/docs/cmd/spo/page/page-remove.md +1 -1
- package/docs/docs/cmd/spo/page/page-section-add.md +1 -1
- package/docs/docs/cmd/spo/page/page-section-get.md +1 -1
- package/docs/docs/cmd/spo/page/page-section-list.md +1 -1
- package/docs/docs/cmd/spo/page/page-set.md +1 -1
- package/docs/docs/cmd/spo/page/page-template-list.md +1 -1
- package/docs/docs/cmd/spo/page/page-text-add.md +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-get.md +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-list.md +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-set.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +1 -1
- package/docs/docs/cmd/spo/site/site-add.md +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-add.md +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +1 -1
- package/docs/docs/cmd/spo/site/site-classic-add.md +1 -1
- package/docs/docs/cmd/spo/site/site-commsite-enable.md +1 -1
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +1 -1
- package/docs/docs/cmd/spo/site/site-set.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-add.md +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-get.md +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-list.md +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-set.md +1 -1
- package/docs/docs/cmd/spo/spo-get.md +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-list.md +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +1 -1
- package/docs/docs/cmd/spo/term/term-add.md +1 -1
- package/docs/docs/cmd/spo/term/term-get.md +1 -1
- package/docs/docs/cmd/spo/term/term-group-add.md +1 -1
- package/docs/docs/cmd/spo/term/term-group-get.md +1 -1
- package/docs/docs/cmd/spo/term/term-group-list.md +1 -1
- package/docs/docs/cmd/spo/term/term-list.md +1 -1
- package/docs/docs/cmd/spo/term/term-set-add.md +1 -1
- package/docs/docs/cmd/spo/term/term-set-get.md +1 -1
- package/docs/docs/cmd/spo/term/term-set-list.md +1 -1
- package/docs/docs/cmd/spo/theme/theme-apply.md +1 -1
- package/docs/docs/cmd/spo/theme/theme-get.md +1 -1
- package/docs/docs/cmd/spo/theme/theme-list.md +1 -1
- package/docs/docs/cmd/spo/theme/theme-remove.md +1 -1
- package/docs/docs/cmd/spo/user/user-remove.md +1 -1
- package/docs/docs/cmd/spo/web/web-add.md +1 -1
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +1 -1
- package/docs/docs/cmd/spo/web/web-get.md +1 -1
- package/docs/docs/cmd/spo/web/web-list.md +1 -1
- package/docs/docs/cmd/spo/web/web-reindex.md +1 -1
- package/docs/docs/cmd/spo/web/web-remove.md +1 -1
- package/docs/docs/cmd/teams/app/app-publish.md +1 -1
- package/docs/docs/cmd/teams/app/app-remove.md +1 -1
- package/docs/docs/cmd/teams/app/app-uninstall.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-add.md +18 -0
- package/docs/docs/cmd/teams/channel/channel-list.md +12 -3
- package/docs/docs/cmd/teams/{conversationmember/conversationmember-add.md → channel/channel-member-add.md} +10 -4
- package/docs/docs/cmd/teams/channel/channel-member-list.md +54 -0
- package/docs/docs/cmd/teams/channel/channel-member-remove.md +57 -0
- package/docs/docs/cmd/teams/channel/channel-member-set.md +51 -0
- package/docs/docs/cmd/teams/channel/channel-set.md +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-list.md +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-set.md +1 -1
- package/docs/docs/cmd/teams/message/message-get.md +1 -1
- package/docs/docs/cmd/teams/message/message-reply-list.md +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +1 -1
- package/docs/docs/cmd/teams/report/report-pstncalls.md +1 -1
- package/docs/docs/cmd/teams/tab/tab-list.md +1 -1
- package/docs/docs/cmd/teams/team/team-archive.md +1 -1
- package/docs/docs/cmd/teams/team/team-clone.md +1 -1
- package/docs/docs/cmd/teams/team/team-get.md +1 -1
- package/docs/docs/cmd/teams/team/team-list.md +1 -1
- package/docs/docs/cmd/teams/team/team-remove.md +1 -1
- package/docs/docs/cmd/teams/team/team-set.md +1 -1
- package/docs/docs/cmd/teams/team/team-unarchive.md +1 -1
- package/docs/docs/cmd/todo/task/task-list.md +1 -1
- package/docs/docs/cmd/todo/task/task-set.md +1 -1
- package/package.json +3 -1
- package/dist/m365/teams/commands/conversationmember/conversationmember-list.js +0 -164
- package/docs/docs/cmd/teams/channel/channel-membership-list.md +0 -48
- package/docs/docs/cmd/teams/conversationmember/conversationmember-list.md +0 -39
package/.eslintrc.js
CHANGED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const utils_1 = require("../../../../utils");
|
|
4
|
+
const GraphCommand_1 = require("../../../base/GraphCommand");
|
|
5
|
+
const commands_1 = require("../../commands");
|
|
6
|
+
class AadUserSigninListCommand extends GraphCommand_1.default {
|
|
7
|
+
get name() {
|
|
8
|
+
return commands_1.default.USER_SIGNIN_LIST;
|
|
9
|
+
}
|
|
10
|
+
get description() {
|
|
11
|
+
return 'Retrieves the Azure AD user sign-ins for the tenant';
|
|
12
|
+
}
|
|
13
|
+
getTelemetryProperties(args) {
|
|
14
|
+
const telemetryProps = super.getTelemetryProperties(args);
|
|
15
|
+
telemetryProps.userName = typeof args.options.userName !== 'undefined';
|
|
16
|
+
telemetryProps.userId = typeof args.options.userId !== 'undefined';
|
|
17
|
+
telemetryProps.appDisplayName = typeof args.options.appDisplayName !== 'undefined';
|
|
18
|
+
telemetryProps.appId = typeof args.options.appId !== 'undefined';
|
|
19
|
+
return telemetryProps;
|
|
20
|
+
}
|
|
21
|
+
defaultProperties() {
|
|
22
|
+
return ['id', 'userPrincipalName', 'appId', 'appDisplayName', 'createdDateTime'];
|
|
23
|
+
}
|
|
24
|
+
commandAction(logger, args, cb) {
|
|
25
|
+
let endpoint = `${this.resource}/v1.0/auditLogs/signIns`;
|
|
26
|
+
let filter = "";
|
|
27
|
+
if (args.options.userName || args.options.userId) {
|
|
28
|
+
filter = args.options.userId ?
|
|
29
|
+
`?$filter=userId eq '${encodeURIComponent(args.options.userId)}'` :
|
|
30
|
+
`?$filter=userPrincipalName eq '${encodeURIComponent(args.options.userName)}'`;
|
|
31
|
+
}
|
|
32
|
+
if (args.options.appId || args.options.appDisplayName) {
|
|
33
|
+
filter += filter ? " and " : "?$filter=";
|
|
34
|
+
filter += args.options.appId ?
|
|
35
|
+
`appId eq '${encodeURIComponent(args.options.appId)}'` :
|
|
36
|
+
`appDisplayName eq '${encodeURIComponent(args.options.appDisplayName)}'`;
|
|
37
|
+
}
|
|
38
|
+
endpoint += filter;
|
|
39
|
+
utils_1.odata
|
|
40
|
+
.getAllItems(endpoint, logger)
|
|
41
|
+
.then((signins) => {
|
|
42
|
+
logger.log(signins);
|
|
43
|
+
cb();
|
|
44
|
+
}, (err) => this.handleRejectedODataJsonPromise(err, logger, cb));
|
|
45
|
+
}
|
|
46
|
+
options() {
|
|
47
|
+
const options = [
|
|
48
|
+
{
|
|
49
|
+
option: '-n, --userName [userName]'
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
option: '--userId [userId]'
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
option: '--appDisplayName [appDisplayName]'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
option: '--appId [appId]'
|
|
59
|
+
}
|
|
60
|
+
];
|
|
61
|
+
const parentOptions = super.options();
|
|
62
|
+
return options.concat(parentOptions);
|
|
63
|
+
}
|
|
64
|
+
validate(args) {
|
|
65
|
+
if (args.options.userId && args.options.userName) {
|
|
66
|
+
return 'Specify either userId or userName, but not both';
|
|
67
|
+
}
|
|
68
|
+
if (args.options.appId && args.options.appDisplayName) {
|
|
69
|
+
return 'Specify either appId or appDisplayName, but not both';
|
|
70
|
+
}
|
|
71
|
+
if (args.options.userId && !utils_1.validation.isValidGuid(args.options.userId)) {
|
|
72
|
+
return `${args.options.userId} is not a valid GUID`;
|
|
73
|
+
}
|
|
74
|
+
if (args.options.appId && !utils_1.validation.isValidGuid(args.options.appId)) {
|
|
75
|
+
return `${args.options.appId} is not a valid GUID`;
|
|
76
|
+
}
|
|
77
|
+
return true;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
module.exports = new AadUserSigninListCommand();
|
|
81
|
+
//# sourceMappingURL=user-signin-list.js.map
|
|
@@ -59,6 +59,7 @@ exports.default = {
|
|
|
59
59
|
USER_HIBP: `${prefix} user hibp`,
|
|
60
60
|
USER_LIST: `${prefix} user list`,
|
|
61
61
|
USER_PASSWORD_VALIDATE: `${prefix} user password validate`,
|
|
62
|
-
USER_SET: `${prefix} user set
|
|
62
|
+
USER_SET: `${prefix} user set`,
|
|
63
|
+
USER_SIGNIN_LIST: `${prefix} user signin list`
|
|
63
64
|
};
|
|
64
65
|
//# sourceMappingURL=commands.js.map
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const request_1 = require("../../../../request");
|
|
4
|
+
const utils_1 = require("../../../../utils");
|
|
5
|
+
const GraphCommand_1 = require("../../../base/GraphCommand");
|
|
6
|
+
const commands_1 = require("../../commands");
|
|
7
|
+
class PlannerBucketSetCommand extends GraphCommand_1.default {
|
|
8
|
+
get name() {
|
|
9
|
+
return commands_1.default.BUCKET_SET;
|
|
10
|
+
}
|
|
11
|
+
get description() {
|
|
12
|
+
return 'Updates a Microsoft Planner bucket';
|
|
13
|
+
}
|
|
14
|
+
getTelemetryProperties(args) {
|
|
15
|
+
const telemetryProps = super.getTelemetryProperties(args);
|
|
16
|
+
telemetryProps.id = typeof args.options.id !== 'undefined';
|
|
17
|
+
telemetryProps.name = typeof args.options.name !== 'undefined';
|
|
18
|
+
telemetryProps.planId = typeof args.options.planId !== 'undefined';
|
|
19
|
+
telemetryProps.planName = typeof args.options.planName !== 'undefined';
|
|
20
|
+
telemetryProps.ownerGroupId = typeof args.options.ownerGroupId !== 'undefined';
|
|
21
|
+
telemetryProps.ownerGroupName = typeof args.options.ownerGroupName !== 'undefined';
|
|
22
|
+
telemetryProps.newName = typeof args.options.newName !== 'undefined';
|
|
23
|
+
telemetryProps.orderHint = typeof args.options.orderHint !== 'undefined';
|
|
24
|
+
return telemetryProps;
|
|
25
|
+
}
|
|
26
|
+
commandAction(logger, args, cb) {
|
|
27
|
+
this
|
|
28
|
+
.getBucket(args)
|
|
29
|
+
.then(bucket => {
|
|
30
|
+
const requestOptions = {
|
|
31
|
+
url: `${this.resource}/v1.0/planner/buckets/${bucket.id}`,
|
|
32
|
+
headers: {
|
|
33
|
+
accept: 'application/json;odata.metadata=none',
|
|
34
|
+
'if-match': bucket['@odata.etag']
|
|
35
|
+
},
|
|
36
|
+
responseType: 'json',
|
|
37
|
+
data: {}
|
|
38
|
+
};
|
|
39
|
+
const { newName, orderHint } = args.options;
|
|
40
|
+
if (newName) {
|
|
41
|
+
requestOptions.data.name = newName;
|
|
42
|
+
}
|
|
43
|
+
if (orderHint) {
|
|
44
|
+
requestOptions.data.orderHint = orderHint;
|
|
45
|
+
}
|
|
46
|
+
return request_1.default.patch(requestOptions);
|
|
47
|
+
})
|
|
48
|
+
.then(_ => cb(), (rawRes) => this.handleRejectedODataJsonPromise(rawRes, logger, cb));
|
|
49
|
+
}
|
|
50
|
+
getBucket(args) {
|
|
51
|
+
if (args.options.id) {
|
|
52
|
+
const requestOptions = {
|
|
53
|
+
url: `${this.resource}/v1.0/planner/buckets/${args.options.id}`,
|
|
54
|
+
headers: {
|
|
55
|
+
accept: 'application/json'
|
|
56
|
+
},
|
|
57
|
+
responseType: 'json'
|
|
58
|
+
};
|
|
59
|
+
return request_1.default.get(requestOptions);
|
|
60
|
+
}
|
|
61
|
+
return this
|
|
62
|
+
.getPlanId(args)
|
|
63
|
+
.then(planId => {
|
|
64
|
+
const requestOptions = {
|
|
65
|
+
url: `${this.resource}/v1.0/planner/plans/${planId}/buckets`,
|
|
66
|
+
headers: {
|
|
67
|
+
accept: 'application/json'
|
|
68
|
+
},
|
|
69
|
+
responseType: 'json'
|
|
70
|
+
};
|
|
71
|
+
return request_1.default.get(requestOptions);
|
|
72
|
+
})
|
|
73
|
+
.then(buckets => {
|
|
74
|
+
const filteredBuckets = buckets.value.filter(b => args.options.name.toLowerCase() === b.name.toLowerCase());
|
|
75
|
+
if (!filteredBuckets.length) {
|
|
76
|
+
return Promise.reject(`The specified bucket ${args.options.name} does not exist`);
|
|
77
|
+
}
|
|
78
|
+
if (filteredBuckets.length > 1) {
|
|
79
|
+
return Promise.reject(`Multiple buckets with name ${args.options.name} found: ${filteredBuckets.map(x => x.id)}`);
|
|
80
|
+
}
|
|
81
|
+
return Promise.resolve(filteredBuckets[0]);
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
getPlanId(args) {
|
|
85
|
+
const { planId, planName } = args.options;
|
|
86
|
+
if (planId) {
|
|
87
|
+
return Promise.resolve(planId);
|
|
88
|
+
}
|
|
89
|
+
return this
|
|
90
|
+
.getGroupId(args)
|
|
91
|
+
.then(groupId => {
|
|
92
|
+
const requestOptions = {
|
|
93
|
+
url: `${this.resource}/v1.0/planner/plans?$filter=owner eq '${groupId}'`,
|
|
94
|
+
headers: {
|
|
95
|
+
accept: 'application/json;odata.metadata=none'
|
|
96
|
+
},
|
|
97
|
+
responseType: 'json'
|
|
98
|
+
};
|
|
99
|
+
return request_1.default.get(requestOptions);
|
|
100
|
+
})
|
|
101
|
+
.then(plans => {
|
|
102
|
+
const filteredPlans = plans.value.filter(p => p.title.toLowerCase() === planName.toLowerCase());
|
|
103
|
+
if (filteredPlans.length === 0) {
|
|
104
|
+
return Promise.reject(`The specified plan ${planName} does not exist`);
|
|
105
|
+
}
|
|
106
|
+
if (filteredPlans.length > 1) {
|
|
107
|
+
return Promise.reject(`Multiple plans with name ${planName} found: ${filteredPlans.map(x => x.id)}`);
|
|
108
|
+
}
|
|
109
|
+
return Promise.resolve(filteredPlans[0].id);
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
getGroupId(args) {
|
|
113
|
+
const { ownerGroupId, ownerGroupName } = args.options;
|
|
114
|
+
if (ownerGroupId) {
|
|
115
|
+
return Promise.resolve(ownerGroupId);
|
|
116
|
+
}
|
|
117
|
+
const requestOptions = {
|
|
118
|
+
url: `${this.resource}/v1.0/groups?$filter=displayName eq '${encodeURIComponent(ownerGroupName)}'`,
|
|
119
|
+
headers: {
|
|
120
|
+
accept: 'application/json;odata.metadata=none'
|
|
121
|
+
},
|
|
122
|
+
responseType: 'json'
|
|
123
|
+
};
|
|
124
|
+
return request_1.default
|
|
125
|
+
.get(requestOptions)
|
|
126
|
+
.then(response => {
|
|
127
|
+
if (response.value.length === 0) {
|
|
128
|
+
return Promise.reject(`The specified owner group ${ownerGroupName} does not exist`);
|
|
129
|
+
}
|
|
130
|
+
if (response.value.length > 1) {
|
|
131
|
+
return Promise.reject(`Multiple owner groups with name ${ownerGroupName} found: ${response.value.map(x => x.id)}`);
|
|
132
|
+
}
|
|
133
|
+
return Promise.resolve(response.value[0].id);
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
options() {
|
|
137
|
+
const options = [
|
|
138
|
+
{
|
|
139
|
+
option: '-i, --id [id]'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
option: '--name [name]'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
option: '--planId [planId]'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
option: '--planName [planName]'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
option: '--ownerGroupId [ownerGroupId]'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
option: '--ownerGroupName [ownerGroupName]'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
option: '--newName [newName]'
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
option: '--orderHint [orderHint]'
|
|
161
|
+
}
|
|
162
|
+
];
|
|
163
|
+
const parentOptions = super.options();
|
|
164
|
+
return options.concat(parentOptions);
|
|
165
|
+
}
|
|
166
|
+
optionSets() {
|
|
167
|
+
return [
|
|
168
|
+
['id', 'name']
|
|
169
|
+
];
|
|
170
|
+
}
|
|
171
|
+
validate(args) {
|
|
172
|
+
if (args.options.id) {
|
|
173
|
+
if (args.options.planId || args.options.planName || args.options.ownerGroupId || args.options.ownerGroupName) {
|
|
174
|
+
return 'Don\'t specify planId, planName, ownerGroupId or ownerGroupName when using id';
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
if (args.options.name) {
|
|
178
|
+
if (!args.options.planId && !args.options.planName) {
|
|
179
|
+
return 'Specify either planId or planName when using name';
|
|
180
|
+
}
|
|
181
|
+
if (args.options.planId && args.options.planName) {
|
|
182
|
+
return 'Specify either planId or planName when using name but not both';
|
|
183
|
+
}
|
|
184
|
+
if (args.options.planName) {
|
|
185
|
+
if (!args.options.ownerGroupId && !args.options.ownerGroupName) {
|
|
186
|
+
return 'Specify either ownerGroupId or ownerGroupName when using planName';
|
|
187
|
+
}
|
|
188
|
+
if (args.options.ownerGroupId && args.options.ownerGroupName) {
|
|
189
|
+
return 'Specify either ownerGroupId or ownerGroupName when using planName but not both';
|
|
190
|
+
}
|
|
191
|
+
if (args.options.ownerGroupId && !utils_1.validation.isValidGuid(args.options.ownerGroupId)) {
|
|
192
|
+
return `${args.options.ownerGroupId} is not a valid GUID`;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
if (args.options.planId) {
|
|
196
|
+
if (args.options.ownerGroupId || args.options.ownerGroupName) {
|
|
197
|
+
return 'Don\'t specify ownerGroupId or ownerGroupName when using planId';
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
if (!args.options.newName && !args.options.orderHint) {
|
|
202
|
+
return 'Specify either newName or orderHint';
|
|
203
|
+
}
|
|
204
|
+
return true;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
module.exports = new PlannerBucketSetCommand();
|
|
208
|
+
//# sourceMappingURL=bucket-set.js.map
|
|
@@ -4,6 +4,7 @@ const prefix = 'planner';
|
|
|
4
4
|
exports.default = {
|
|
5
5
|
BUCKET_ADD: `${prefix} bucket add`,
|
|
6
6
|
BUCKET_LIST: `${prefix} bucket list`,
|
|
7
|
+
BUCKET_SET: `${prefix} bucket set`,
|
|
7
8
|
PLAN_ADD: `${prefix} plan add`,
|
|
8
9
|
PLAN_GET: `${prefix} plan get`,
|
|
9
10
|
PLAN_DETAILS_GET: `${prefix} plan details get`,
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const request_1 = require("../../../../request");
|
|
4
|
+
const PowerPlatformCommand_1 = require("../../../base/PowerPlatformCommand");
|
|
5
|
+
const commands_1 = require("../../commands");
|
|
6
|
+
class PpEnvironmentListCommand extends PowerPlatformCommand_1.default {
|
|
7
|
+
get name() {
|
|
8
|
+
return commands_1.default.ENVIRONMENT_LIST;
|
|
9
|
+
}
|
|
10
|
+
get description() {
|
|
11
|
+
return 'Lists Microsoft Power Platform environments';
|
|
12
|
+
}
|
|
13
|
+
defaultProperties() {
|
|
14
|
+
return ['name', 'displayName'];
|
|
15
|
+
}
|
|
16
|
+
commandAction(logger, args, cb) {
|
|
17
|
+
if (this.verbose) {
|
|
18
|
+
logger.logToStderr(`Retrieving list of Microsoft Power Platform environments...`);
|
|
19
|
+
}
|
|
20
|
+
let url = '';
|
|
21
|
+
if (args.options.asAdmin) {
|
|
22
|
+
url = `${this.resource}/providers/Microsoft.BusinessAppPlatform/scopes/admin/environments`;
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
url = `${this.resource}/providers/Microsoft.BusinessAppPlatform/environments`;
|
|
26
|
+
}
|
|
27
|
+
const requestOptions = {
|
|
28
|
+
url: `${url}?api-version=2020-10-01`,
|
|
29
|
+
headers: {
|
|
30
|
+
accept: 'application/json'
|
|
31
|
+
},
|
|
32
|
+
responseType: 'json'
|
|
33
|
+
};
|
|
34
|
+
request_1.default
|
|
35
|
+
.get(requestOptions)
|
|
36
|
+
.then((res) => {
|
|
37
|
+
if (res.value && res.value.length > 0) {
|
|
38
|
+
res.value.forEach(e => {
|
|
39
|
+
e.displayName = e.properties.displayName;
|
|
40
|
+
});
|
|
41
|
+
logger.log(res.value);
|
|
42
|
+
}
|
|
43
|
+
cb();
|
|
44
|
+
}, (rawRes) => this.handleRejectedODataJsonPromise(rawRes, logger, cb));
|
|
45
|
+
}
|
|
46
|
+
options() {
|
|
47
|
+
const options = [
|
|
48
|
+
{
|
|
49
|
+
option: '-a, --asAdmin [teamId]'
|
|
50
|
+
}
|
|
51
|
+
];
|
|
52
|
+
const parentOptions = super.options();
|
|
53
|
+
return options.concat(parentOptions);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
module.exports = new PpEnvironmentListCommand();
|
|
57
|
+
//# sourceMappingURL=environment-list.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const utils_1 = require("../../../../utils");
|
|
4
|
+
const PowerPlatformCommand_1 = require("../../../base/PowerPlatformCommand");
|
|
5
|
+
const commands_1 = require("../../commands");
|
|
6
|
+
class PpManagementAppListCommand extends PowerPlatformCommand_1.default {
|
|
7
|
+
get name() {
|
|
8
|
+
return commands_1.default.MANAGEMENTAPP_LIST;
|
|
9
|
+
}
|
|
10
|
+
get description() {
|
|
11
|
+
return 'Lists management applications for Power Platform';
|
|
12
|
+
}
|
|
13
|
+
commandAction(logger, args, cb) {
|
|
14
|
+
const endpoint = `${this.resource}/providers/Microsoft.BusinessAppPlatform/adminApplications?api-version=2020-06-01`;
|
|
15
|
+
utils_1.odata
|
|
16
|
+
.getAllItems(endpoint, logger)
|
|
17
|
+
.then((managementApps) => {
|
|
18
|
+
logger.log(managementApps);
|
|
19
|
+
cb();
|
|
20
|
+
}, (err) => this.handleRejectedODataJsonPromise(err, logger, cb));
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
module.exports = new PpManagementAppListCommand();
|
|
24
|
+
//# sourceMappingURL=managementapp-list.js.map
|
package/dist/m365/pp/commands.js
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const prefix = 'pp';
|
|
4
4
|
exports.default = {
|
|
5
|
-
|
|
5
|
+
ENVIRONMENT_LIST: `${prefix} environment list`,
|
|
6
|
+
MANAGEMENTAPP_ADD: `${prefix} managementapp add`,
|
|
7
|
+
MANAGEMENTAPP_LIST: `${prefix} managementapp list`
|
|
6
8
|
};
|
|
7
9
|
//# sourceMappingURL=commands.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FN002019_DEVDEP_spfx_fast_serve_helpers = void 0;
|
|
4
|
+
const DependencyRule_1 = require("./DependencyRule");
|
|
5
|
+
class FN002019_DEVDEP_spfx_fast_serve_helpers extends DependencyRule_1.DependencyRule {
|
|
6
|
+
constructor(packageVersion) {
|
|
7
|
+
super('spfx-fast-serve-helpers', packageVersion, true, true);
|
|
8
|
+
}
|
|
9
|
+
get id() {
|
|
10
|
+
return 'FN002019';
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.FN002019_DEVDEP_spfx_fast_serve_helpers = FN002019_DEVDEP_spfx_fast_serve_helpers;
|
|
14
|
+
//# sourceMappingURL=FN002019_DEVDEP_spfx_fast_serve_helpers.js.map
|
|
@@ -34,6 +34,7 @@ const FN002014_DEVDEP_types_es6_promise_1 = require("./rules/FN002014_DEVDEP_typ
|
|
|
34
34
|
const FN002015_DEVDEP_types_react_1 = require("./rules/FN002015_DEVDEP_types_react");
|
|
35
35
|
const FN002016_DEVDEP_types_react_dom_1 = require("./rules/FN002016_DEVDEP_types_react_dom");
|
|
36
36
|
const FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7_1 = require("./rules/FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7");
|
|
37
|
+
const FN002019_DEVDEP_spfx_fast_serve_helpers_1 = require("./rules/FN002019_DEVDEP_spfx_fast_serve_helpers");
|
|
37
38
|
const FN010001_YORC_version_1 = require("./rules/FN010001_YORC_version");
|
|
38
39
|
const FN012013_TSC_exclude_1 = require("./rules/FN012013_TSC_exclude");
|
|
39
40
|
const FN012017_TSC_extends_1 = require("./rules/FN012017_TSC_extends");
|
|
@@ -77,6 +78,7 @@ module.exports = [
|
|
|
77
78
|
new FN002014_DEVDEP_types_es6_promise_1.FN002014_DEVDEP_types_es6_promise('', false),
|
|
78
79
|
new FN002015_DEVDEP_types_react_1.FN002015_DEVDEP_types_react('16.9.36'),
|
|
79
80
|
new FN002016_DEVDEP_types_react_dom_1.FN002016_DEVDEP_types_react_dom('16.9.8'),
|
|
81
|
+
new FN002019_DEVDEP_spfx_fast_serve_helpers_1.FN002019_DEVDEP_spfx_fast_serve_helpers('1.12.0'),
|
|
80
82
|
new FN010001_YORC_version_1.FN010001_YORC_version('1.12.0'),
|
|
81
83
|
new FN012013_TSC_exclude_1.FN012013_TSC_exclude([], false),
|
|
82
84
|
new FN012017_TSC_extends_1.FN012017_TSC_extends('./node_modules/@microsoft/rush-stack-compiler-3.7/includes/tsconfig-web.json'),
|
|
@@ -29,6 +29,7 @@ const FN002009_DEVDEP_microsoft_sp_tslint_rules_1 = require("./rules/FN002009_DE
|
|
|
29
29
|
const FN002015_DEVDEP_types_react_1 = require("./rules/FN002015_DEVDEP_types_react");
|
|
30
30
|
const FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7_1 = require("./rules/FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7");
|
|
31
31
|
const FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9_1 = require("./rules/FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9");
|
|
32
|
+
const FN002019_DEVDEP_spfx_fast_serve_helpers_1 = require("./rules/FN002019_DEVDEP_spfx_fast_serve_helpers");
|
|
32
33
|
const FN006004_CFG_PS_developer_1 = require("./rules/FN006004_CFG_PS_developer");
|
|
33
34
|
const FN007002_CFG_S_initialPage_1 = require("./rules/FN007002_CFG_S_initialPage");
|
|
34
35
|
const FN007003_CFG_S_api_1 = require("./rules/FN007003_CFG_S_api");
|
|
@@ -68,6 +69,7 @@ module.exports = [
|
|
|
68
69
|
new FN002015_DEVDEP_types_react_1.FN002015_DEVDEP_types_react('16.9.51'),
|
|
69
70
|
new FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7_1.FN002017_DEVDEP_microsoft_rush_stack_compiler_3_7('', false),
|
|
70
71
|
new FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9_1.FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9('0.4.47'),
|
|
72
|
+
new FN002019_DEVDEP_spfx_fast_serve_helpers_1.FN002019_DEVDEP_spfx_fast_serve_helpers('1.13.0'),
|
|
71
73
|
new FN006004_CFG_PS_developer_1.FN006004_CFG_PS_developer('1.13.0'),
|
|
72
74
|
new FN007002_CFG_S_initialPage_1.FN007002_CFG_S_initialPage('https://enter-your-SharePoint-site/_layouts/workbench.aspx'),
|
|
73
75
|
new FN007003_CFG_S_api_1.FN007003_CFG_S_api(),
|
|
@@ -22,6 +22,7 @@ const FN001032_DEP_microsoft_sp_page_context_1 = require("./rules/FN001032_DEP_m
|
|
|
22
22
|
const FN002001_DEVDEP_microsoft_sp_build_web_1 = require("./rules/FN002001_DEVDEP_microsoft_sp_build_web");
|
|
23
23
|
const FN002002_DEVDEP_microsoft_sp_module_interfaces_1 = require("./rules/FN002002_DEVDEP_microsoft_sp_module_interfaces");
|
|
24
24
|
const FN002009_DEVDEP_microsoft_sp_tslint_rules_1 = require("./rules/FN002009_DEVDEP_microsoft_sp_tslint_rules");
|
|
25
|
+
const FN002019_DEVDEP_spfx_fast_serve_helpers_1 = require("./rules/FN002019_DEVDEP_spfx_fast_serve_helpers");
|
|
25
26
|
const FN006004_CFG_PS_developer_1 = require("./rules/FN006004_CFG_PS_developer");
|
|
26
27
|
const FN006005_CFG_PS_metadata_1 = require("./rules/FN006005_CFG_PS_metadata");
|
|
27
28
|
const FN006006_CFG_PS_features_1 = require("./rules/FN006006_CFG_PS_features");
|
|
@@ -50,6 +51,7 @@ module.exports = [
|
|
|
50
51
|
new FN002001_DEVDEP_microsoft_sp_build_web_1.FN002001_DEVDEP_microsoft_sp_build_web('1.14.0'),
|
|
51
52
|
new FN002002_DEVDEP_microsoft_sp_module_interfaces_1.FN002002_DEVDEP_microsoft_sp_module_interfaces('1.14.0'),
|
|
52
53
|
new FN002009_DEVDEP_microsoft_sp_tslint_rules_1.FN002009_DEVDEP_microsoft_sp_tslint_rules('1.14.0'),
|
|
54
|
+
new FN002019_DEVDEP_spfx_fast_serve_helpers_1.FN002019_DEVDEP_spfx_fast_serve_helpers('1.14.0'),
|
|
53
55
|
new FN006004_CFG_PS_developer_1.FN006004_CFG_PS_developer('1.14.0'),
|
|
54
56
|
new FN006005_CFG_PS_metadata_1.FN006005_CFG_PS_metadata(),
|
|
55
57
|
new FN006006_CFG_PS_features_1.FN006006_CFG_PS_features(),
|
|
@@ -30,34 +30,34 @@ const FN006004_CFG_PS_developer_1 = require("./rules/FN006004_CFG_PS_developer")
|
|
|
30
30
|
const FN010001_YORC_version_1 = require("./rules/FN010001_YORC_version");
|
|
31
31
|
const FN023002_GITIGNORE_heft_1 = require("./rules/FN023002_GITIGNORE_heft");
|
|
32
32
|
module.exports = [
|
|
33
|
-
new FN001001_DEP_microsoft_sp_core_library_1.FN001001_DEP_microsoft_sp_core_library('1.15.0-beta.
|
|
34
|
-
new FN001002_DEP_microsoft_sp_lodash_subset_1.FN001002_DEP_microsoft_sp_lodash_subset('1.15.0-beta.
|
|
35
|
-
new FN001003_DEP_microsoft_sp_office_ui_fabric_core_1.FN001003_DEP_microsoft_sp_office_ui_fabric_core('1.15.0-beta.
|
|
36
|
-
new FN001004_DEP_microsoft_sp_webpart_base_1.FN001004_DEP_microsoft_sp_webpart_base('1.15.0-beta.
|
|
37
|
-
new FN001011_DEP_microsoft_sp_dialog_1.FN001011_DEP_microsoft_sp_dialog('1.15.0-beta.
|
|
38
|
-
new FN001012_DEP_microsoft_sp_application_base_1.FN001012_DEP_microsoft_sp_application_base('1.15.0-beta.
|
|
39
|
-
new FN001013_DEP_microsoft_decorators_1.FN001013_DEP_microsoft_decorators('1.15.0-beta.
|
|
40
|
-
new FN001014_DEP_microsoft_sp_listview_extensibility_1.FN001014_DEP_microsoft_sp_listview_extensibility('1.15.0-beta.
|
|
41
|
-
new FN001021_DEP_microsoft_sp_property_pane_1.FN001021_DEP_microsoft_sp_property_pane('1.15.0-beta.
|
|
42
|
-
new FN001022_DEP_office_ui_fabric_react_1.FN001022_DEP_office_ui_fabric_react('7.
|
|
43
|
-
new FN001023_DEP_microsoft_sp_component_base_1.FN001023_DEP_microsoft_sp_component_base('1.15.0-beta.
|
|
44
|
-
new FN001024_DEP_microsoft_sp_diagnostics_1.FN001024_DEP_microsoft_sp_diagnostics('1.15.0-beta.
|
|
45
|
-
new FN001025_DEP_microsoft_sp_dynamic_data_1.FN001025_DEP_microsoft_sp_dynamic_data('1.15.0-beta.
|
|
46
|
-
new FN001026_DEP_microsoft_sp_extension_base_1.FN001026_DEP_microsoft_sp_extension_base('1.15.0-beta.
|
|
47
|
-
new FN001027_DEP_microsoft_sp_http_1.FN001027_DEP_microsoft_sp_http('1.15.0-beta.
|
|
48
|
-
new FN001028_DEP_microsoft_sp_list_subscription_1.FN001028_DEP_microsoft_sp_list_subscription('1.15.0-beta.
|
|
49
|
-
new FN001029_DEP_microsoft_sp_loader_1.FN001029_DEP_microsoft_sp_loader('1.15.0-beta.
|
|
50
|
-
new FN001030_DEP_microsoft_sp_module_interfaces_1.FN001030_DEP_microsoft_sp_module_interfaces('1.15.0-beta.
|
|
51
|
-
new FN001031_DEP_microsoft_sp_odata_types_1.FN001031_DEP_microsoft_sp_odata_types('1.15.0-beta.
|
|
52
|
-
new FN001032_DEP_microsoft_sp_page_context_1.FN001032_DEP_microsoft_sp_page_context('1.15.0-beta.
|
|
53
|
-
new FN001033_DEP_tslib_1.FN001033_DEP_tslib('
|
|
54
|
-
new FN002001_DEVDEP_microsoft_sp_build_web_1.FN002001_DEVDEP_microsoft_sp_build_web('1.15.0-beta.
|
|
55
|
-
new FN002002_DEVDEP_microsoft_sp_module_interfaces_1.FN002002_DEVDEP_microsoft_sp_module_interfaces('1.15.0-beta.
|
|
33
|
+
new FN001001_DEP_microsoft_sp_core_library_1.FN001001_DEP_microsoft_sp_core_library('1.15.0-beta.6'),
|
|
34
|
+
new FN001002_DEP_microsoft_sp_lodash_subset_1.FN001002_DEP_microsoft_sp_lodash_subset('1.15.0-beta.6'),
|
|
35
|
+
new FN001003_DEP_microsoft_sp_office_ui_fabric_core_1.FN001003_DEP_microsoft_sp_office_ui_fabric_core('1.15.0-beta.6'),
|
|
36
|
+
new FN001004_DEP_microsoft_sp_webpart_base_1.FN001004_DEP_microsoft_sp_webpart_base('1.15.0-beta.6'),
|
|
37
|
+
new FN001011_DEP_microsoft_sp_dialog_1.FN001011_DEP_microsoft_sp_dialog('1.15.0-beta.6'),
|
|
38
|
+
new FN001012_DEP_microsoft_sp_application_base_1.FN001012_DEP_microsoft_sp_application_base('1.15.0-beta.6'),
|
|
39
|
+
new FN001013_DEP_microsoft_decorators_1.FN001013_DEP_microsoft_decorators('1.15.0-beta.6'),
|
|
40
|
+
new FN001014_DEP_microsoft_sp_listview_extensibility_1.FN001014_DEP_microsoft_sp_listview_extensibility('1.15.0-beta.6'),
|
|
41
|
+
new FN001021_DEP_microsoft_sp_property_pane_1.FN001021_DEP_microsoft_sp_property_pane('1.15.0-beta.6'),
|
|
42
|
+
new FN001022_DEP_office_ui_fabric_react_1.FN001022_DEP_office_ui_fabric_react('7.183.1'),
|
|
43
|
+
new FN001023_DEP_microsoft_sp_component_base_1.FN001023_DEP_microsoft_sp_component_base('1.15.0-beta.6'),
|
|
44
|
+
new FN001024_DEP_microsoft_sp_diagnostics_1.FN001024_DEP_microsoft_sp_diagnostics('1.15.0-beta.6'),
|
|
45
|
+
new FN001025_DEP_microsoft_sp_dynamic_data_1.FN001025_DEP_microsoft_sp_dynamic_data('1.15.0-beta.6'),
|
|
46
|
+
new FN001026_DEP_microsoft_sp_extension_base_1.FN001026_DEP_microsoft_sp_extension_base('1.15.0-beta.6'),
|
|
47
|
+
new FN001027_DEP_microsoft_sp_http_1.FN001027_DEP_microsoft_sp_http('1.15.0-beta.6'),
|
|
48
|
+
new FN001028_DEP_microsoft_sp_list_subscription_1.FN001028_DEP_microsoft_sp_list_subscription('1.15.0-beta.6'),
|
|
49
|
+
new FN001029_DEP_microsoft_sp_loader_1.FN001029_DEP_microsoft_sp_loader('1.15.0-beta.6'),
|
|
50
|
+
new FN001030_DEP_microsoft_sp_module_interfaces_1.FN001030_DEP_microsoft_sp_module_interfaces('1.15.0-beta.6'),
|
|
51
|
+
new FN001031_DEP_microsoft_sp_odata_types_1.FN001031_DEP_microsoft_sp_odata_types('1.15.0-beta.6'),
|
|
52
|
+
new FN001032_DEP_microsoft_sp_page_context_1.FN001032_DEP_microsoft_sp_page_context('1.15.0-beta.6'),
|
|
53
|
+
new FN001033_DEP_tslib_1.FN001033_DEP_tslib('2.3.1'),
|
|
54
|
+
new FN002001_DEVDEP_microsoft_sp_build_web_1.FN002001_DEVDEP_microsoft_sp_build_web('1.15.0-beta.6'),
|
|
55
|
+
new FN002002_DEVDEP_microsoft_sp_module_interfaces_1.FN002002_DEVDEP_microsoft_sp_module_interfaces('1.15.0-beta.6'),
|
|
56
56
|
new FN002007_DEVDEP_ajv_1.FN002007_DEVDEP_ajv('6.12.5'),
|
|
57
|
-
new FN002009_DEVDEP_microsoft_sp_tslint_rules_1.FN002009_DEVDEP_microsoft_sp_tslint_rules('1.15.0-beta.
|
|
57
|
+
new FN002009_DEVDEP_microsoft_sp_tslint_rules_1.FN002009_DEVDEP_microsoft_sp_tslint_rules('1.15.0-beta.6'),
|
|
58
58
|
new FN002013_DEVDEP_types_webpack_env_1.FN002013_DEVDEP_types_webpack_env('1.15.2'),
|
|
59
|
-
new FN006004_CFG_PS_developer_1.FN006004_CFG_PS_developer('1.15.0-beta.
|
|
60
|
-
new FN010001_YORC_version_1.FN010001_YORC_version('1.15.0-beta.
|
|
59
|
+
new FN006004_CFG_PS_developer_1.FN006004_CFG_PS_developer('1.15.0-beta.6'),
|
|
60
|
+
new FN010001_YORC_version_1.FN010001_YORC_version('1.15.0-beta.6'),
|
|
61
61
|
new FN023002_GITIGNORE_heft_1.FN023002_GITIGNORE_heft()
|
|
62
62
|
];
|
|
63
|
-
//# sourceMappingURL=upgrade-1.15.0-beta.
|
|
63
|
+
//# sourceMappingURL=upgrade-1.15.0-beta.6.js.map
|
|
@@ -18,6 +18,7 @@ const FN001032_DEP_microsoft_sp_page_context_1 = require("./rules/FN001032_DEP_m
|
|
|
18
18
|
const FN002001_DEVDEP_microsoft_sp_build_web_1 = require("./rules/FN002001_DEVDEP_microsoft_sp_build_web");
|
|
19
19
|
const FN002002_DEVDEP_microsoft_sp_module_interfaces_1 = require("./rules/FN002002_DEVDEP_microsoft_sp_module_interfaces");
|
|
20
20
|
const FN002003_DEVDEP_microsoft_sp_webpart_workbench_1 = require("./rules/FN002003_DEVDEP_microsoft_sp_webpart_workbench");
|
|
21
|
+
const FN002019_DEVDEP_spfx_fast_serve_helpers_1 = require("./rules/FN002019_DEVDEP_spfx_fast_serve_helpers");
|
|
21
22
|
const FN010001_YORC_version_1 = require("./rules/FN010001_YORC_version");
|
|
22
23
|
module.exports = [
|
|
23
24
|
new FN001001_DEP_microsoft_sp_core_library_1.FN001001_DEP_microsoft_sp_core_library('1.4.1'),
|
|
@@ -38,6 +39,7 @@ module.exports = [
|
|
|
38
39
|
new FN002001_DEVDEP_microsoft_sp_build_web_1.FN002001_DEVDEP_microsoft_sp_build_web('1.4.1'),
|
|
39
40
|
new FN002002_DEVDEP_microsoft_sp_module_interfaces_1.FN002002_DEVDEP_microsoft_sp_module_interfaces('1.4.1'),
|
|
40
41
|
new FN002003_DEVDEP_microsoft_sp_webpart_workbench_1.FN002003_DEVDEP_microsoft_sp_webpart_workbench('1.4.1'),
|
|
42
|
+
new FN002019_DEVDEP_spfx_fast_serve_helpers_1.FN002019_DEVDEP_spfx_fast_serve_helpers('1.4.0'),
|
|
41
43
|
new FN010001_YORC_version_1.FN010001_YORC_version('1.4.1')
|
|
42
44
|
];
|
|
43
45
|
//# sourceMappingURL=upgrade-1.4.1.js.map
|
|
@@ -29,6 +29,7 @@ const FN002002_DEVDEP_microsoft_sp_module_interfaces_1 = require("./rules/FN0020
|
|
|
29
29
|
const FN002003_DEVDEP_microsoft_sp_webpart_workbench_1 = require("./rules/FN002003_DEVDEP_microsoft_sp_webpart_workbench");
|
|
30
30
|
const FN002009_DEVDEP_microsoft_sp_tslint_rules_1 = require("./rules/FN002009_DEVDEP_microsoft_sp_tslint_rules");
|
|
31
31
|
const FN002011_DEVDEP_microsoft_rush_stack_compiler_2_9_1 = require("./rules/FN002011_DEVDEP_microsoft_rush_stack_compiler_2_9");
|
|
32
|
+
const FN002019_DEVDEP_spfx_fast_serve_helpers_1 = require("./rules/FN002019_DEVDEP_spfx_fast_serve_helpers");
|
|
32
33
|
const FN010001_YORC_version_1 = require("./rules/FN010001_YORC_version");
|
|
33
34
|
const FN020001_RES_types_react_1 = require("./rules/FN020001_RES_types_react");
|
|
34
35
|
const FN021001_PKG_main_1 = require("./rules/FN021001_PKG_main");
|
|
@@ -62,6 +63,7 @@ module.exports = [
|
|
|
62
63
|
new FN002003_DEVDEP_microsoft_sp_webpart_workbench_1.FN002003_DEVDEP_microsoft_sp_webpart_workbench('1.9.1'),
|
|
63
64
|
new FN002009_DEVDEP_microsoft_sp_tslint_rules_1.FN002009_DEVDEP_microsoft_sp_tslint_rules('1.9.1'),
|
|
64
65
|
new FN002011_DEVDEP_microsoft_rush_stack_compiler_2_9_1.FN002011_DEVDEP_microsoft_rush_stack_compiler_2_9('0.7.16'),
|
|
66
|
+
new FN002019_DEVDEP_spfx_fast_serve_helpers_1.FN002019_DEVDEP_spfx_fast_serve_helpers('1.11.0'),
|
|
65
67
|
new FN010001_YORC_version_1.FN010001_YORC_version('1.9.1'),
|
|
66
68
|
new FN020001_RES_types_react_1.FN020001_RES_types_react('16.8.8'),
|
|
67
69
|
new FN021001_PKG_main_1.FN021001_PKG_main(true, "lib/index.js"),
|