@pnp/cli-microsoft365 5.9.0 → 6.0.0-beta.01ba480
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/dist/Auth.js +1 -2
- package/dist/m365/aad/commands/app/app-add.js +4 -5
- package/dist/m365/aad/commands/app/app-remove.js +0 -4
- package/dist/m365/aad/commands/app/app-role-remove.js +0 -4
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +11 -11
- package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +10 -10
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +10 -10
- package/dist/m365/aad/commands/o365group/o365group-add.js +2 -7
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-list.js +6 -6
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +0 -3
- package/dist/m365/aad/commands/o365group/o365group-teamify.js +7 -7
- package/dist/m365/aad/commands/policy/policy-list.js +6 -6
- package/dist/m365/aad/commands/sp/sp-get.js +12 -12
- package/dist/m365/aad/commands/user/user-guest-add.js +103 -0
- package/dist/m365/aad/commands.js +1 -3
- package/dist/m365/cli/commands/config/config-set.js +0 -1
- package/dist/m365/flow/commands/flow-disable.js +2 -2
- package/dist/m365/flow/commands/flow-enable.js +2 -2
- package/dist/m365/flow/commands/flow-export.js +5 -5
- package/dist/m365/flow/commands/flow-get.js +2 -2
- package/dist/m365/flow/commands/flow-list.js +2 -2
- package/dist/m365/flow/commands/flow-remove.js +3 -3
- package/dist/m365/flow/commands/run/run-cancel.js +6 -6
- package/dist/m365/flow/commands/run/run-get.js +4 -4
- package/dist/m365/flow/commands/run/run-list.js +4 -4
- package/dist/m365/flow/commands/run/run-resubmit.js +7 -7
- package/dist/m365/outlook/commands/mail/mail-send.js +0 -3
- package/dist/m365/outlook/commands/message/message-get.js +97 -0
- package/dist/m365/outlook/commands/message/message-move.js +2 -2
- package/dist/m365/outlook/commands.js +2 -2
- package/dist/m365/pa/commands/connector/connector-export.js +3 -3
- package/dist/m365/pa/commands/connector/connector-list.js +2 -2
- package/dist/m365/pa/commands/solution/solution-reference-add.js +7 -7
- package/dist/m365/planner/commands/bucket/bucket-add.js +2 -9
- package/dist/m365/planner/commands/bucket/bucket-get.js +4 -11
- package/dist/m365/planner/commands/bucket/bucket-list.js +2 -9
- package/dist/m365/planner/commands/bucket/bucket-remove.js +4 -11
- package/dist/m365/planner/commands/bucket/bucket-set.js +4 -11
- package/dist/m365/planner/commands/plan/plan-get.js +5 -24
- package/dist/m365/planner/commands/task/task-add.js +3 -8
- package/dist/m365/planner/commands/task/task-get.js +5 -19
- package/dist/m365/planner/commands/task/task-list.js +4 -11
- package/dist/m365/planner/commands/task/task-set.js +5 -10
- package/dist/m365/planner/commands.js +0 -2
- package/dist/m365/spfx/commands/package/package-generate.js +2 -2
- package/dist/m365/spo/commands/app/SpoAppBaseCommand.js +1 -1
- package/dist/m365/spo/commands/app/app-add.js +7 -7
- package/dist/m365/spo/commands/app/app-deploy.js +7 -7
- package/dist/m365/spo/commands/app/app-get.js +7 -7
- package/dist/m365/spo/commands/app/app-install.js +6 -6
- package/dist/m365/spo/commands/app/app-list.js +7 -7
- package/dist/m365/spo/commands/app/app-remove.js +7 -7
- package/dist/m365/spo/commands/app/app-retract.js +7 -7
- package/dist/m365/spo/commands/app/app-uninstall.js +6 -6
- package/dist/m365/spo/commands/app/app-upgrade.js +6 -6
- package/dist/m365/spo/commands/apppage/apppage-set.js +2 -2
- package/dist/m365/spo/commands/cdn/cdn-policy-list.js +7 -7
- package/dist/m365/spo/commands/cdn/cdn-policy-set.js +7 -7
- package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +13 -13
- package/dist/m365/spo/commands/customaction/customaction-add.js +3 -3
- package/dist/m365/spo/commands/customaction/customaction-clear.js +3 -3
- package/dist/m365/spo/commands/customaction/customaction-get.js +5 -4
- package/dist/m365/spo/commands/customaction/customaction-list.js +5 -4
- package/dist/m365/spo/commands/customaction/customaction-remove.js +6 -5
- package/dist/m365/spo/commands/customaction/customaction-set.js +3 -3
- package/dist/m365/spo/commands/feature/feature-disable.js +4 -4
- package/dist/m365/spo/commands/feature/feature-enable.js +5 -5
- package/dist/m365/spo/commands/feature/feature-list.js +3 -3
- package/dist/m365/spo/commands/field/field-get.js +1 -7
- package/dist/m365/spo/commands/field/field-remove.js +1 -7
- package/dist/m365/spo/commands/field/field-set.js +1 -8
- package/dist/m365/spo/commands/file/file-checkin.js +5 -5
- package/dist/m365/spo/commands/file/file-checkout.js +5 -5
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +13 -13
- package/dist/m365/spo/commands/folder/folder-get.js +6 -6
- package/dist/m365/spo/commands/folder/folder-remove.js +3 -3
- package/dist/m365/spo/commands/folder/folder-rename.js +4 -4
- package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +11 -1
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +12 -1
- package/dist/m365/spo/commands/hubsite/hubsite-register.js +4 -4
- package/dist/m365/spo/commands/hubsite/hubsite-rights-grant.js +4 -4
- package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +5 -5
- package/dist/m365/spo/commands/knowledgehub/knowledgehub-set.js +4 -4
- package/dist/m365/spo/commands/list/list-contenttype-add.js +4 -4
- package/dist/m365/spo/commands/list/list-contenttype-remove.js +5 -5
- package/dist/m365/spo/commands/list/list-list.js +3 -13
- package/dist/m365/spo/commands/list/list-roleinheritance-break.js +50 -29
- package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +46 -25
- package/dist/m365/spo/commands/list/list-view-field-add.js +20 -20
- package/dist/m365/spo/commands/list/list-view-field-remove.js +11 -11
- package/dist/m365/spo/commands/list/list-view-field-set.js +15 -15
- package/dist/m365/spo/commands/list/list-view-get.js +9 -9
- package/dist/m365/spo/commands/list/list-view-remove.js +11 -11
- package/dist/m365/spo/commands/list/list-view-set.js +11 -11
- package/dist/m365/spo/commands/list/list-webhook-list.js +4 -28
- package/dist/m365/spo/commands/listitem/listitem-list.js +3 -28
- package/dist/m365/spo/commands/listitem/listitem-record-declare.js +4 -4
- package/dist/m365/spo/commands/listitem/listitem-record-undeclare.js +4 -4
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +50 -29
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +48 -24
- package/dist/m365/spo/commands/page/page-column-get.js +2 -2
- package/dist/m365/spo/commands/page/page-column-list.js +2 -2
- package/dist/m365/spo/commands/page/page-control-get.js +4 -4
- package/dist/m365/spo/commands/page/page-control-list.js +3 -3
- package/dist/m365/spo/commands/page/page-control-set.js +3 -3
- package/dist/m365/spo/commands/page/page-section-add.js +2 -2
- package/dist/m365/spo/commands/page/page-section-get.js +2 -2
- package/dist/m365/spo/commands/page/page-section-list.js +2 -2
- package/dist/m365/spo/commands/roledefinition/roledefinition-list.js +15 -2
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-revoke.js +2 -2
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-approve.js +4 -4
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-permissionrequest-deny.js +4 -4
- package/dist/m365/spo/commands/site/site-add.js +4 -11
- package/dist/m365/spo/commands/site/site-appcatalog-add.js +3 -3
- package/dist/m365/spo/commands/site/site-appcatalog-remove.js +3 -3
- package/dist/m365/spo/commands/site/site-apppermission-get.js +2 -2
- package/dist/m365/spo/commands/site/site-apppermission-remove.js +5 -5
- package/dist/m365/spo/commands/site/site-apppermission-set.js +5 -5
- package/dist/m365/spo/commands/site/site-chrome-set.js +3 -3
- package/dist/m365/spo/commands/site/site-ensure.js +1 -1
- package/dist/m365/spo/commands/site/site-groupify.js +3 -3
- package/dist/m365/spo/commands/{hubsite/hubsite-connect.js → site/site-hubsite-connect.js} +17 -17
- package/dist/m365/spo/commands/{hubsite/hubsite-disconnect.js → site/site-hubsite-disconnect.js} +18 -18
- package/dist/m365/spo/commands/{hubsite/hubsite-theme-sync.js → site/site-hubsite-theme-sync.js} +11 -11
- package/dist/m365/spo/commands/site/site-list.js +6 -17
- package/dist/m365/spo/commands/site/site-rename.js +9 -9
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-grant.js +4 -4
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-list.js +4 -4
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +5 -5
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-get.js +4 -4
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +5 -5
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +5 -5
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +3 -3
- package/dist/m365/spo/commands/web/web-add.js +4 -4
- package/dist/m365/spo/commands/web/web-get.js +3 -3
- package/dist/m365/spo/commands/web/web-list.js +4 -4
- package/dist/m365/spo/commands/web/web-reindex.js +8 -8
- package/dist/m365/spo/commands/web/web-remove.js +5 -5
- package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +41 -15
- package/dist/m365/spo/commands/web/web-set.js +4 -4
- package/dist/m365/spo/commands.js +3 -6
- package/dist/m365/teams/commands/app/app-install.js +4 -4
- package/dist/m365/teams/commands/app/app-uninstall.js +3 -3
- package/dist/m365/teams/commands/channel/channel-get.js +10 -10
- package/dist/m365/teams/commands/channel/channel-member-add.js +0 -4
- package/dist/m365/teams/commands/channel/channel-member-list.js +0 -4
- package/dist/m365/teams/commands/channel/channel-member-remove.js +0 -4
- package/dist/m365/teams/commands/channel/channel-remove.js +16 -16
- package/dist/m365/teams/commands/channel/channel-set.js +7 -7
- package/dist/m365/teams/commands/message/message-get.js +3 -3
- package/dist/m365/teams/commands/tab/tab-get.js +10 -10
- package/dist/m365/teams/commands/tab/tab-remove.js +6 -6
- package/dist/m365/teams/commands/team/team-archive.js +3 -13
- package/dist/m365/teams/commands/team/team-clone.js +3 -20
- package/dist/m365/teams/commands/team/team-remove.js +5 -17
- package/dist/m365/teams/commands/team/team-set.js +1 -20
- package/dist/m365/teams/commands/team/team-unarchive.js +4 -16
- package/dist/m365/teams/commands/user/user-app-add.js +4 -4
- package/dist/m365/teams/commands/user/user-app-remove.js +3 -3
- package/dist/m365/teams/commands.js +0 -3
- package/dist/m365/viva/commands/connections/connections-app-create.js +9 -9
- package/dist/m365/yammer/commands/group/group-user-add.js +8 -8
- package/dist/m365/yammer/commands/group/group-user-remove.js +11 -11
- package/dist/m365/yammer/commands/message/message-like-set.js +5 -5
- package/dist/m365/yammer/commands/user/user-get.js +5 -5
- package/dist/settingsNames.js +0 -1
- package/docs/docs/_clisettings.md +1 -2
- package/docs/docs/cmd/aad/app/app-remove.md +0 -6
- package/docs/docs/cmd/aad/app/app-role-remove.md +0 -6
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +5 -5
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +5 -5
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +5 -5
- package/docs/docs/cmd/aad/o365group/o365group-add.md +3 -3
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.md +7 -7
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +0 -6
- package/docs/docs/cmd/aad/o365group/o365group-teamify.md +4 -4
- package/docs/docs/cmd/aad/policy/policy-list.md +2 -2
- package/docs/docs/cmd/aad/sp/sp-get.md +5 -5
- package/docs/docs/cmd/aad/user/user-guest-add.md +107 -0
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +3 -0
- package/docs/docs/cmd/flow/flow-disable.md +3 -3
- package/docs/docs/cmd/flow/flow-enable.md +1 -1
- package/docs/docs/cmd/flow/flow-export.md +5 -5
- package/docs/docs/cmd/flow/flow-get.md +3 -3
- package/docs/docs/cmd/flow/flow-list.md +3 -3
- package/docs/docs/cmd/flow/flow-remove.md +5 -5
- package/docs/docs/cmd/flow/run/run-cancel.md +3 -3
- package/docs/docs/cmd/flow/run/run-get.md +3 -3
- package/docs/docs/cmd/flow/run/run-list.md +3 -3
- package/docs/docs/cmd/flow/run/run-resubmit.md +4 -4
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +4 -11
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +4 -10
- package/docs/docs/cmd/outlook/mail/mail-send.md +0 -6
- package/docs/docs/cmd/outlook/message/message-get.md +48 -0
- package/docs/docs/cmd/outlook/message/message-move.md +4 -4
- package/docs/docs/cmd/pa/connector/connector-export.md +3 -3
- package/docs/docs/cmd/pa/connector/connector-list.md +2 -2
- package/docs/docs/cmd/pa/solution/solution-reference-add.md +2 -2
- package/docs/docs/cmd/planner/bucket/bucket-add.md +0 -3
- package/docs/docs/cmd/planner/bucket/bucket-get.md +0 -3
- package/docs/docs/cmd/planner/bucket/bucket-list.md +0 -3
- package/docs/docs/cmd/planner/bucket/bucket-remove.md +0 -3
- package/docs/docs/cmd/planner/bucket/bucket-set.md +0 -3
- package/docs/docs/cmd/planner/plan/plan-get.md +0 -12
- package/docs/docs/cmd/planner/task/task-add.md +0 -3
- package/docs/docs/cmd/planner/task/task-get.md +0 -6
- package/docs/docs/cmd/planner/task/task-list.md +0 -3
- package/docs/docs/cmd/planner/task/task-set.md +0 -3
- package/docs/docs/cmd/spfx/package/package-generate.md +2 -2
- package/docs/docs/cmd/spo/app/app-add.md +2 -2
- package/docs/docs/cmd/spo/app/app-deploy.md +2 -2
- package/docs/docs/cmd/spo/app/app-get.md +2 -2
- package/docs/docs/cmd/spo/app/app-install.md +2 -2
- package/docs/docs/cmd/spo/app/app-list.md +2 -2
- package/docs/docs/cmd/spo/app/app-remove.md +2 -2
- package/docs/docs/cmd/spo/app/app-retract.md +2 -2
- package/docs/docs/cmd/spo/app/app-uninstall.md +2 -2
- package/docs/docs/cmd/spo/app/app-upgrade.md +2 -2
- package/docs/docs/cmd/spo/apppage/apppage-set.md +2 -2
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +3 -3
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +4 -4
- package/docs/docs/cmd/spo/customaction/customaction-add.md +13 -10
- package/docs/docs/cmd/spo/customaction/customaction-clear.md +4 -4
- package/docs/docs/cmd/spo/customaction/customaction-get.md +5 -5
- package/docs/docs/cmd/spo/customaction/customaction-list.md +4 -4
- package/docs/docs/cmd/spo/customaction/customaction-remove.md +9 -9
- package/docs/docs/cmd/spo/customaction/customaction-set.md +10 -9
- package/docs/docs/cmd/spo/feature/feature-disable.md +4 -4
- package/docs/docs/cmd/spo/feature/feature-enable.md +2 -2
- package/docs/docs/cmd/spo/feature/feature-list.md +3 -3
- package/docs/docs/cmd/spo/field/field-get.md +0 -3
- package/docs/docs/cmd/spo/field/field-remove.md +0 -3
- package/docs/docs/cmd/spo/field/field-set.md +4 -4
- package/docs/docs/cmd/spo/file/file-checkin.md +6 -6
- package/docs/docs/cmd/spo/file/file-checkout.md +4 -4
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +7 -7
- package/docs/docs/cmd/spo/folder/folder-get.md +3 -3
- package/docs/docs/cmd/spo/folder/folder-remove.md +3 -3
- package/docs/docs/cmd/spo/folder/folder-rename.md +2 -2
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +6 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +6 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-register.md +2 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +4 -4
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +3 -3
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +2 -2
- package/docs/docs/cmd/spo/list/list-contenttype-add.md +4 -4
- package/docs/docs/cmd/spo/list/list-contenttype-remove.md +4 -4
- package/docs/docs/cmd/spo/list/list-list.md +0 -3
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +9 -0
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +9 -0
- package/docs/docs/cmd/spo/list/list-view-field-add.md +8 -8
- package/docs/docs/cmd/spo/list/list-view-field-remove.md +6 -6
- package/docs/docs/cmd/spo/list/list-view-field-set.md +7 -7
- package/docs/docs/cmd/spo/list/list-view-get.md +7 -7
- package/docs/docs/cmd/spo/list/list-view-remove.md +8 -8
- package/docs/docs/cmd/spo/list/list-view-set.md +20 -9
- package/docs/docs/cmd/spo/list/list-webhook-list.md +3 -9
- package/docs/docs/cmd/spo/listitem/listitem-list.md +0 -6
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +5 -5
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +3 -3
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +9 -0
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +5 -2
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +5 -10
- package/docs/docs/cmd/spo/page/page-column-get.md +3 -3
- package/docs/docs/cmd/spo/page/page-column-list.md +3 -3
- package/docs/docs/cmd/spo/page/page-control-get.md +3 -3
- package/docs/docs/cmd/spo/page/page-control-list.md +3 -3
- package/docs/docs/cmd/spo/page/page-control-set.md +6 -5
- package/docs/docs/cmd/spo/page/page-section-add.md +3 -3
- package/docs/docs/cmd/spo/page/page-section-get.md +3 -3
- package/docs/docs/cmd/spo/page/page-section-list.md +3 -3
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +2 -2
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +2 -2
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +2 -2
- package/docs/docs/cmd/spo/site/site-add.md +2 -5
- package/docs/docs/cmd/spo/site/site-appcatalog-add.md +2 -2
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +2 -2
- package/docs/docs/cmd/spo/site/site-apppermission-get.md +2 -2
- package/docs/docs/cmd/spo/site/site-apppermission-remove.md +2 -2
- package/docs/docs/cmd/spo/site/site-apppermission-set.md +5 -5
- package/docs/docs/cmd/spo/site/site-chrome-set.md +4 -4
- package/docs/docs/cmd/spo/site/site-groupify.md +5 -11
- package/docs/docs/cmd/spo/{hubsite/hubsite-connect.md → site/site-hubsite-connect.md} +7 -7
- package/docs/docs/cmd/spo/{hubsite/hubsite-disconnect.md → site/site-hubsite-disconnect.md} +8 -8
- package/docs/docs/cmd/spo/{hubsite/hubsite-theme-sync.md → site/site-hubsite-theme-sync.md} +5 -5
- package/docs/docs/cmd/spo/site/site-list.md +6 -6
- package/docs/docs/cmd/spo/site/site-rename.md +6 -6
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.md +4 -4
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +3 -3
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.md +3 -3
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +2 -2
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +5 -5
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +6 -3
- package/docs/docs/cmd/spo/term/term-add.md +5 -0
- package/docs/docs/cmd/spo/term/term-set-add.md +6 -1
- package/docs/docs/cmd/spo/web/web-add.md +4 -4
- package/docs/docs/cmd/spo/web/web-get.md +3 -3
- package/docs/docs/cmd/spo/web/web-list.md +2 -2
- package/docs/docs/cmd/spo/web/web-reindex.md +2 -2
- package/docs/docs/cmd/spo/web/web-remove.md +2 -2
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +9 -0
- package/docs/docs/cmd/spo/web/web-set.md +9 -9
- package/docs/docs/cmd/teams/app/app-install.md +5 -5
- package/docs/docs/cmd/teams/app/app-uninstall.md +3 -3
- package/docs/docs/cmd/teams/channel/channel-get.md +7 -7
- package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -6
- package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -6
- package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -6
- package/docs/docs/cmd/teams/channel/channel-remove.md +7 -7
- package/docs/docs/cmd/teams/channel/channel-set.md +4 -4
- package/docs/docs/cmd/teams/message/message-get.md +3 -3
- package/docs/docs/cmd/teams/tab/tab-get.md +6 -6
- package/docs/docs/cmd/teams/tab/tab-remove.md +4 -4
- package/docs/docs/cmd/teams/team/team-archive.md +0 -3
- package/docs/docs/cmd/teams/team/team-clone.md +0 -6
- package/docs/docs/cmd/teams/team/team-remove.md +0 -3
- package/docs/docs/cmd/teams/team/team-set.md +0 -6
- package/docs/docs/cmd/teams/team/team-unarchive.md +0 -3
- package/docs/docs/cmd/teams/user/user-app-add.md +3 -3
- package/docs/docs/cmd/teams/user/user-app-remove.md +3 -3
- package/docs/docs/cmd/viva/connections/connections-app-create.md +2 -2
- package/docs/docs/cmd/yammer/group/group-user-add.md +5 -5
- package/docs/docs/cmd/yammer/group/group-user-remove.md +5 -5
- package/docs/docs/cmd/yammer/message/message-like-set.md +4 -4
- package/docs/docs/cmd/yammer/user/user-get.md +2 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/dist/m365/spo/commands/site/site-classic-add.js +0 -328
- package/dist/m365/spo/commands/site/site-classic-list.js +0 -115
- package/dist/m365/spo/commands/site/site-classic-set.js +0 -351
- package/docs/docs/cmd/spo/site/site-classic-add.md +0 -93
- package/docs/docs/cmd/spo/site/site-classic-list.md +0 -68
- package/docs/docs/cmd/spo/site/site-classic-set.md +0 -102
|
@@ -10,11 +10,11 @@ m365 teams channel remove [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-c, --
|
|
13
|
+
`-c, --id [id]`
|
|
14
14
|
: The ID of the channel to remove
|
|
15
15
|
|
|
16
|
-
`-n, --
|
|
17
|
-
: The name of the channel to remove. Specify
|
|
16
|
+
`-n, --name [name]`
|
|
17
|
+
: The name of the channel to remove. Specify id or name but not both
|
|
18
18
|
|
|
19
19
|
`-i, --teamId <teamId>`
|
|
20
20
|
: The ID of the team to which the channel to remove belongs
|
|
@@ -33,25 +33,25 @@ When deleted, Microsoft Teams channels are moved to a recycle bin and can be res
|
|
|
33
33
|
Remove the specified Microsoft Teams channel by Id
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365 teams channel remove --
|
|
36
|
+
m365 teams channel remove --id 19:f3dcbb1674574677abcae89cb626f1e6@thread.skype --teamId d66b8110-fcad-49e8-8159-0d488ddb7656
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Remove the specified Microsoft Teams channel by Id without confirmation
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365 teams channel remove --
|
|
42
|
+
m365 teams channel remove --id 19:f3dcbb1674574677abcae89cb626f1e6@thread.skype --teamId d66b8110-fcad-49e8-8159-0d488ddb7656 --confirm
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
Remove the specified Microsoft Teams channel by Name
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 teams channel remove --
|
|
48
|
+
m365 teams channel remove --name 'name' --teamId d66b8110-fcad-49e8-8159-0d488ddb7656
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
Remove the specified Microsoft Teams channel by Name without confirmation
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
m365 teams channel remove --
|
|
54
|
+
m365 teams channel remove --name 'name' --teamId d66b8110-fcad-49e8-8159-0d488ddb7656 --confirm
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
## More information
|
|
@@ -13,10 +13,10 @@ m365 teams channel set [options]
|
|
|
13
13
|
`-i, --teamId <teamId>`
|
|
14
14
|
: The ID of the team where the channel to update is located
|
|
15
15
|
|
|
16
|
-
`--
|
|
16
|
+
`--name <name>`
|
|
17
17
|
: The name of the channel to update
|
|
18
18
|
|
|
19
|
-
`--
|
|
19
|
+
`--newName [newName]`
|
|
20
20
|
: The new name of the channel
|
|
21
21
|
|
|
22
22
|
`--description [description]`
|
|
@@ -29,11 +29,11 @@ m365 teams channel set [options]
|
|
|
29
29
|
Set new description and display name for the specified channel in the given Microsoft Teams team
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
|
-
m365 teams channel set --teamId "00000000-0000-0000-0000-000000000000" --
|
|
32
|
+
m365 teams channel set --teamId "00000000-0000-0000-0000-000000000000" --name Reviews --newName Projects --description "Channel for new projects"
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Set new display name for the specified channel in the given Microsoft Teams team
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
m365 teams channel set --teamId "00000000-0000-0000-0000-000000000000" --
|
|
38
|
+
m365 teams channel set --teamId "00000000-0000-0000-0000-000000000000" --name Reviews --newName Projects
|
|
39
39
|
```
|
|
@@ -10,13 +10,13 @@ m365 teams message get [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-
|
|
13
|
+
`-t, --teamId <teamId>`
|
|
14
14
|
: The ID of the team where the channel is located
|
|
15
15
|
|
|
16
16
|
`-c, --channelId <channelId>`
|
|
17
17
|
: The ID of the channel that contains the message
|
|
18
18
|
|
|
19
|
-
`-
|
|
19
|
+
`-i, --id <id>`
|
|
20
20
|
: The ID of the message to retrieve
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -30,5 +30,5 @@ You can only retrieve a message from a Microsoft Teams team if you are a member
|
|
|
30
30
|
Retrieve the specified message from a channel of the Microsoft Teams team
|
|
31
31
|
|
|
32
32
|
```sh
|
|
33
|
-
m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId 19:88f7e66a8dfe42be92db19505ae912a8@thread.skype --
|
|
33
|
+
m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId 19:88f7e66a8dfe42be92db19505ae912a8@thread.skype --id 1540747442203
|
|
34
34
|
```
|
|
@@ -22,11 +22,11 @@ m365 teams tab get [options]
|
|
|
22
22
|
`--channelName [channelName]`
|
|
23
23
|
: The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both
|
|
24
24
|
|
|
25
|
-
`-i, --
|
|
26
|
-
: The ID of the Microsoft Teams tab. Specify either
|
|
25
|
+
`-i, --id [id]`
|
|
26
|
+
: The ID of the Microsoft Teams tab. Specify either `id` or `name` but not both
|
|
27
27
|
|
|
28
|
-
`-n, --
|
|
29
|
-
: The display name of the Microsoft Teams tab. Specify either
|
|
28
|
+
`-n, --name [name]`
|
|
29
|
+
: The display name of the Microsoft Teams tab. Specify either `id` or `name` but not both
|
|
30
30
|
|
|
31
31
|
--8<-- "docs/cmd/_global.md"
|
|
32
32
|
|
|
@@ -39,11 +39,11 @@ You can only retrieve tabs for teams of which you are a member.
|
|
|
39
39
|
Get a Microsoft Teams Tab with ID _1432c9da-8b9c-4602-9248-e0800f3e3f07_
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365 teams tab get --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --
|
|
42
|
+
m365 teams tab get --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --id 1432c9da-8b9c-4602-9248-e0800f3e3f07
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
Get a Microsoft Teams Tab with name _Tab Name_
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --
|
|
48
|
+
m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "Tab Name"
|
|
49
49
|
```
|
|
@@ -10,13 +10,13 @@ m365 teams tab remove [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-
|
|
13
|
+
`-t, --teamId <teamId>`
|
|
14
14
|
: The ID of the team where the tab exists
|
|
15
15
|
|
|
16
16
|
`-c, --channelId <channelId>`
|
|
17
17
|
: The ID of the channel to remove the tab from
|
|
18
18
|
|
|
19
|
-
`-
|
|
19
|
+
`-i, --id <id>`
|
|
20
20
|
: The ID of the tab to remove
|
|
21
21
|
|
|
22
22
|
`--confirm`
|
|
@@ -29,13 +29,13 @@ m365 teams tab remove [options]
|
|
|
29
29
|
Removes a tab from the specified channel. Will prompt for confirmation
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
|
-
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --
|
|
32
|
+
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --id 06805b9e-77e3-4b93-ac81-525eb87513b8
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Removes a tab from the specified channel without prompting for confirmation
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --
|
|
38
|
+
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --id 06805b9e-77e3-4b93-ac81-525eb87513b8 --confirm
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Additional information
|
|
@@ -16,9 +16,6 @@ m365 teams team archive [options]
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
17
|
: The display name of the Microsoft Teams team to archive. Specify either id or name but not both
|
|
18
18
|
|
|
19
|
-
`--teamId [teamId]`
|
|
20
|
-
: (deprecated. Use `id` instead) The ID of the Microsoft Teams team to archive
|
|
21
|
-
|
|
22
19
|
`--shouldSetSpoSiteReadOnlyForMembers`
|
|
23
20
|
: Sets the permissions for team members to read-only on the SharePoint Online site associated with the team
|
|
24
21
|
|
|
@@ -13,15 +13,9 @@ m365 teams team clone [options]
|
|
|
13
13
|
`-i, --id [id]`
|
|
14
14
|
: The ID of the Microsoft Teams team to clone
|
|
15
15
|
|
|
16
|
-
`--teamId [teamId]`
|
|
17
|
-
: (deprecated. Use `id` instead) The ID of the Microsoft Teams team to clone
|
|
18
|
-
|
|
19
16
|
`-n, --name [name]`
|
|
20
17
|
: The display name for the new Microsoft Teams Team to clone
|
|
21
18
|
|
|
22
|
-
`--displayName [displayName]`
|
|
23
|
-
: (deprecated. Use `name` instead) The display name for the new Microsoft Teams Team to clone
|
|
24
|
-
|
|
25
19
|
`-p, --partsToClone <partsToClone>`
|
|
26
20
|
: A comma-separated list of the parts to clone. Allowed values are `apps,channels,members,settings,tabs`
|
|
27
21
|
|
|
@@ -16,9 +16,6 @@ m365 teams team remove [options]
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
17
|
: The display name of the Microsoft Teams team to remove. Specify either id or name but not both
|
|
18
18
|
|
|
19
|
-
`--teamId [teamId]`
|
|
20
|
-
: (deprecated. Use `id` instead) The ID of the Teams team to remove
|
|
21
|
-
|
|
22
19
|
`--confirm`
|
|
23
20
|
: Don't prompt for confirming removing the specified team
|
|
24
21
|
|
|
@@ -13,15 +13,9 @@ m365 teams team set [options]
|
|
|
13
13
|
`-i, --id [id]`
|
|
14
14
|
: The ID of the Microsoft Teams team for which to update settings
|
|
15
15
|
|
|
16
|
-
`--teamId [teamId]`
|
|
17
|
-
: (deprecated. Use `id` instead) The ID of the Microsoft Teams team for which to update settings
|
|
18
|
-
|
|
19
16
|
`-n, --name [name]`
|
|
20
17
|
: The display name for the Microsoft Teams team for which to update settings
|
|
21
18
|
|
|
22
|
-
`--displayName [displayName]`
|
|
23
|
-
: (deprecated. Use `name` instead) The display name for the Microsoft Teams team for which to update settings
|
|
24
|
-
|
|
25
19
|
`--description [description]`
|
|
26
20
|
: The description for the Microsoft Teams team
|
|
27
21
|
|
|
@@ -16,9 +16,6 @@ m365 teams team unarchive [options]
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
17
|
: The display name of the Microsoft Teams team to restore. Specify either id or name but not both
|
|
18
18
|
|
|
19
|
-
`--teamId [teamId]`
|
|
20
|
-
: (deprecated. Use `id` instead) The ID of the Microsoft Teams team to restore
|
|
21
|
-
|
|
22
19
|
--8<-- "docs/cmd/_global.md"
|
|
23
20
|
|
|
24
21
|
## Remarks
|
|
@@ -10,7 +10,7 @@ m365 teams user app add [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--id <id>`
|
|
14
14
|
: The ID of the app to install
|
|
15
15
|
|
|
16
16
|
`--userId <userId>`
|
|
@@ -20,12 +20,12 @@ m365 teams user app add [options]
|
|
|
20
20
|
|
|
21
21
|
## Remarks
|
|
22
22
|
|
|
23
|
-
The `
|
|
23
|
+
The `id` has to be the ID of the app from the Microsoft Teams App Catalog. Do not use the ID from the manifest of the zip app package. Use the [teams app list](../app/app-list.md) command to get this ID.
|
|
24
24
|
|
|
25
25
|
## Examples
|
|
26
26
|
|
|
27
27
|
Install an app from the catalog for the specified user
|
|
28
28
|
|
|
29
29
|
```sh
|
|
30
|
-
m365 teams user app add --
|
|
30
|
+
m365 teams user app add --id 4440558e-8c73-4597-abc7-3644a64c4bce --userId 2609af39-7775-4f94-a3dc-0dd67657e900
|
|
31
31
|
```
|
|
@@ -10,7 +10,7 @@ m365 teams user app remove [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--id <id>`
|
|
14
14
|
: The unique id of the app instance installed for the user
|
|
15
15
|
|
|
16
16
|
`--userId <userId>`
|
|
@@ -23,7 +23,7 @@ m365 teams user app remove [options]
|
|
|
23
23
|
|
|
24
24
|
## Remarks
|
|
25
25
|
|
|
26
|
-
The `
|
|
26
|
+
The `id` has to be the id of the app instance installed for the user.
|
|
27
27
|
Do not use the ID from the manifest of the zip app package or the id from the Microsoft Teams App Catalog.
|
|
28
28
|
|
|
29
29
|
## Examples
|
|
@@ -31,5 +31,5 @@ Do not use the ID from the manifest of the zip app package or the id from the Mi
|
|
|
31
31
|
Uninstall an app for the specified user
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
|
-
m365 teams user app remove --
|
|
34
|
+
m365 teams user app remove --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userId 2609af39-7775-4f94-a3dc-0dd67657e900
|
|
35
35
|
```
|
|
@@ -13,7 +13,7 @@ m365 viva connections app create [options]
|
|
|
13
13
|
`--portalUrl <portalUrl>`
|
|
14
14
|
: The URL of the site to pin in Microsoft Teams. Must be a Communication site
|
|
15
15
|
|
|
16
|
-
`--
|
|
16
|
+
`--name <name>`
|
|
17
17
|
: Name of the app to create, eg. `Contoso`. No longer than 30 characters
|
|
18
18
|
|
|
19
19
|
`--description <description>`
|
|
@@ -63,7 +63,7 @@ After creating the Viva Connections desktop app package, you need to upload it t
|
|
|
63
63
|
Create a Viva Connections desktop app package
|
|
64
64
|
|
|
65
65
|
```sh
|
|
66
|
-
m365 viva connections app create --portalUrl https://contoso.sharepoint.com --
|
|
66
|
+
m365 viva connections app create --portalUrl https://contoso.sharepoint.com --name Contoso --description "Contoso company app" --longDescription "Stay on top of what's happening at Contoso" --companyName Contoso --companyWebsiteUrl https://contoso.com --coloredIconPath icon-color.png --outlineIconPath icon-outline.png
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
## More information
|
|
@@ -10,10 +10,10 @@ m365 yammer group user add [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--groupId <groupId>`
|
|
14
14
|
: The ID of the group to add the user to
|
|
15
15
|
|
|
16
|
-
`--
|
|
16
|
+
`--id [id]`
|
|
17
17
|
: ID of the user to add to the group. If not specified, adds the current user
|
|
18
18
|
|
|
19
19
|
`--email [email]`
|
|
@@ -33,17 +33,17 @@ If the specified user is not a member of the network, the command will return an
|
|
|
33
33
|
Adds the current user to the group with the ID `5611239081`
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365 yammer group user add --
|
|
36
|
+
m365 yammer group user add --groupId 5611239081
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
Adds the user with ID `66622349` to the group with the ID `5611239081`
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365 yammer group user add --
|
|
42
|
+
m365 yammer group user add --groupId 5611239081 --id 66622349
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
Adds the user with e-mail `suzy@contoso.com` to the group with ID `5611239081`
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 yammer group user add --
|
|
48
|
+
m365 yammer group user add --groupId 5611239081 --email suzy@contoso.com
|
|
49
49
|
```
|
|
@@ -10,10 +10,10 @@ m365 yammer group user remove [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--groupId <groupId>`
|
|
14
14
|
: The ID of the Yammer group
|
|
15
15
|
|
|
16
|
-
`--
|
|
16
|
+
`--id [id]`
|
|
17
17
|
: ID of the user to remove from the group. If not specified, removes the current user
|
|
18
18
|
|
|
19
19
|
`--confirm`
|
|
@@ -31,17 +31,17 @@ m365 yammer group user remove [options]
|
|
|
31
31
|
Remove the current user from the group with the ID `5611239081`
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
|
-
m365 yammer group user remove --
|
|
34
|
+
m365 yammer group user remove --groupId 5611239081
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
Remove the user with the ID `66622349` from the group with the ID `5611239081`
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
|
-
m365 yammer group user remove --
|
|
40
|
+
m365 yammer group user remove --groupId 5611239081 --id 66622349
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Remove the user with the ID `66622349` from the group with the ID `5611239081` without asking for confirmation
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
|
-
m365 yammer group user remove --
|
|
46
|
+
m365 yammer group user remove --groupId 5611239081 --id 66622349 --confirm
|
|
47
47
|
```
|
|
@@ -10,7 +10,7 @@ m365 yammer message like set [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--messageId <messageId>`
|
|
14
14
|
: The id of the Yammer message
|
|
15
15
|
|
|
16
16
|
`--enable [enable]`
|
|
@@ -31,17 +31,17 @@ m365 yammer message like set [options]
|
|
|
31
31
|
Likes the message with the ID `5611239081`
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
|
-
m365 yammer message like set --
|
|
34
|
+
m365 yammer message like set --messageId 5611239081
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
Unlike the message with the ID `5611239081`
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
|
-
m365 yammer message like set --
|
|
40
|
+
m365 yammer message like set --messageId 5611239081 --enable false
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Unlike the message with the ID `5611239081` without asking for confirmation
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
|
-
m365 yammer message like set --
|
|
46
|
+
m365 yammer message like set --messageId 5611239081 --enable false --confirm
|
|
47
47
|
```
|
|
@@ -10,7 +10,7 @@ m365 yammer user get [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-i, --
|
|
13
|
+
`-i, --id [id]`
|
|
14
14
|
: Retrieve a user by ID
|
|
15
15
|
|
|
16
16
|
`--email [email]`
|
|
@@ -36,7 +36,7 @@ m365 yammer user get
|
|
|
36
36
|
Returns the user with the ID 1496550697
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
|
-
m365 yammer user get --
|
|
39
|
+
m365 yammer user get --id 1496550697
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
Returns an array of users matching the e-mail john.smith@contoso.com
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pnp/cli-microsoft365",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "6.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-node": "^1.14.1",
|