@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
|
@@ -43,26 +43,19 @@ The schema extension owner is the ID of the Azure AD application that is the own
|
|
|
43
43
|
|
|
44
44
|
The target types are the set of Microsoft Graph resource types (that support schema extensions) that this schema extension definition can be applied to. This option is specified as a comma-separated list
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
you
|
|
48
|
-
In addition, when using PowerShell, you should use the `--%` argument.
|
|
46
|
+
!!! warning "Escaping JSON in PowerShell"
|
|
47
|
+
When using the `--properties` option it's possible to enter a JSON string. In PowerShell 5 to 7.2 [specific escaping rules](./../../user-guide/using-cli.md#escaping-double-quotes-in-powershell) apply due to an issue. Remember that you can also use [file tokens](./../../user-guide/using-cli.md#passing-complex-content-into-cli-options) instead.
|
|
49
48
|
|
|
50
49
|
## Examples
|
|
51
50
|
|
|
52
51
|
Create a schema extension
|
|
53
52
|
|
|
54
53
|
```sh
|
|
55
|
-
m365 graph schemaextension add --id MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --properties
|
|
54
|
+
m365 graph schemaextension add --id MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --properties '[{"name":"myProp1","type":"Integer"},{"name":"myProp2","type":"String"}]'
|
|
56
55
|
```
|
|
57
56
|
|
|
58
57
|
Create a schema extension with a verified domain
|
|
59
58
|
|
|
60
59
|
```sh
|
|
61
|
-
m365 graph schemaextension add --id contoso_MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --properties
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
Create a schema extension in PowerShell
|
|
65
|
-
|
|
66
|
-
```PowerShell
|
|
67
|
-
graph schemaextension add --id contoso_MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner "62375ab9-6b52-47ed-826b-58e47e0e304b" --properties --% \`"[{""name"":""myProp1"",""type"":""Integer""},{""name"":""myProp2"",""type"":""String""}]\`
|
|
60
|
+
m365 graph schemaextension add --id contoso_MySchemaExtension --description "My Schema Extension" --targetTypes Group --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --properties '[{"name":"myProp1","type":"Integer"},{"name":"myProp2","type":"String"}]'
|
|
68
61
|
```
|
|
@@ -35,9 +35,9 @@ m365 graph schemaextension set [options]
|
|
|
35
35
|
The lifecycle state of the schema extension. The initial state upon creation is `InDevelopment`.
|
|
36
36
|
Possible states transitions are from `InDevelopment` to `Available` and `Available` to `Deprecated`.
|
|
37
37
|
The target types are the set of Microsoft Graph resource types (that support schema extensions) that this schema extension definition can be applied to. This option is specified as a comma-separated list.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
In
|
|
38
|
+
|
|
39
|
+
!!! warning "Escaping JSON in PowerShell"
|
|
40
|
+
When using the `--properties` option it's possible to enter a JSON string. In PowerShell 5 to 7.2 [specific escaping rules](./../../user-guide/using-cli.md#escaping-double-quotes-in-powershell) apply due to an issue. Remember that you can also use [file tokens](./../../user-guide/using-cli.md#passing-complex-content-into-cli-options) instead.
|
|
41
41
|
|
|
42
42
|
## Examples
|
|
43
43
|
|
|
@@ -50,13 +50,7 @@ m365 graph schemaextension set --id MySchemaExtension --owner 62375ab9-6b52-47ed
|
|
|
50
50
|
Update the target types and properties of a schema extension
|
|
51
51
|
|
|
52
52
|
```sh
|
|
53
|
-
m365 graph schemaextension set --id contoso_MySchemaExtension --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --targetTypes "Group,User" --properties
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
Update the properties of a schema extension in PowerShell
|
|
57
|
-
|
|
58
|
-
```PowerShell
|
|
59
|
-
graph schemaextension set --id contoso_MySchemaExtension --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --properties --% \`"[{""name"":""myProp1"",""type"":""Integer""},{""name"":""myProp2"",""type"":""String""}]\`
|
|
53
|
+
m365 graph schemaextension set --id contoso_MySchemaExtension --owner 62375ab9-6b52-47ed-826b-58e47e0e304b --targetTypes "Group,User" --properties '[{"name":"myProp1","type":"Integer"},{"name":"myProp2","type":"String"}]'
|
|
60
54
|
```
|
|
61
55
|
|
|
62
56
|
Change the status of a schema extension to 'Available'
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# outlook message get
|
|
2
|
+
|
|
3
|
+
Retrieves specified message
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
m365 outlook message get [options]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Options
|
|
12
|
+
|
|
13
|
+
`-i, --id <id>`
|
|
14
|
+
: ID of the message
|
|
15
|
+
|
|
16
|
+
`--userId [userId]`
|
|
17
|
+
: ID of the user from which to retrieve the message. Specify either `userId` or `userPrincipalName`, but not both. This option is required when using application permissions.
|
|
18
|
+
|
|
19
|
+
`--userPrincipalName [userPrincipalName]`
|
|
20
|
+
: UPN of the user from which to retrieve the message Specify either `userId` or `userPrincipalName`, but not both. This option is required when using application permissions.
|
|
21
|
+
|
|
22
|
+
--8<-- "docs/cmd/_global.md"
|
|
23
|
+
|
|
24
|
+
## Examples
|
|
25
|
+
|
|
26
|
+
Get a specific message using delegated permissions
|
|
27
|
+
|
|
28
|
+
```sh
|
|
29
|
+
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA=
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Get a specific message using delegated permissions from a shared mailbox
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userPrincipalName sharedmailbox@tenant.com
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Get a specific message from a specific user retrieved by user ID using application permissions
|
|
39
|
+
|
|
40
|
+
```sh
|
|
41
|
+
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userId 6799fd1a-723b-4eb7-8e52-41ae530274ca
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Get a specific message from a specific user retrieved by user principal name using application permissions
|
|
45
|
+
|
|
46
|
+
```sh
|
|
47
|
+
m365 outlook message get --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALvuv07AAA= --userPrincipalName user@tenant.com
|
|
48
|
+
```
|
|
@@ -10,7 +10,7 @@ m365 outlook message move [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`--
|
|
13
|
+
`--id <id>`
|
|
14
14
|
: ID of the message to move
|
|
15
15
|
|
|
16
16
|
`--sourceFolderName [sourceFolderName]`
|
|
@@ -32,20 +32,20 @@ m365 outlook message move [options]
|
|
|
32
32
|
Move the specified message to another folder specified by ID
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
m365 outlook message move --
|
|
35
|
+
m365 outlook message move --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALdyzhHAAA= --sourceFolderId AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OAAuAAAAAAAiQ8W967B7TKBjgx9rVEURAQAiIsqMbYjsT5e-T7KzowPTAAAAAAEKAAA= --targetFolderId AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OAAuAAAAAAAiQ8W967B7TKBjgx9rVEURAQAiIsqMbYjsT5e-T7KzowPTAAAeUO-fAAA=
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Move the specified message to another folder specified by name
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
m365 outlook message move --
|
|
41
|
+
m365 outlook message move --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALdyzhHAAA= --sourceFolderName Inbox --targetFolderName "Project X"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
Move the specified message to another folder specified by its well-known
|
|
45
45
|
name
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 outlook message move --
|
|
48
|
+
m365 outlook message move --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALdyzhHAAA= --sourceFolderName inbox --targetFolderName archive
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 flow connector export
|
|
|
16
16
|
|
|
17
17
|
## Options
|
|
18
18
|
|
|
19
|
-
`-e, --
|
|
19
|
+
`-e, --environmentName <environmentName>`
|
|
20
20
|
: The name of the environment where the custom connector to export is located
|
|
21
21
|
|
|
22
22
|
`-c, --connector <connector>`
|
|
@@ -39,11 +39,11 @@ If no output folder has been specified, the `pa connector export` command will c
|
|
|
39
39
|
Export the specified custom connector
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365 pa connector export --
|
|
42
|
+
m365 pa connector export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --connector shared_connector-201-5f20a1f2d8d6777a75-5fa602f410652f4dfa
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
Export the specified custom connector to the specific directory
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 pa connector export --
|
|
48
|
+
m365 pa connector export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --connector shared_connector-201-5f20a1f2d8d6777a75-5fa602f410652f4dfa --outputFolder connector
|
|
49
49
|
```
|
|
@@ -16,7 +16,7 @@ m365 flow connector list
|
|
|
16
16
|
|
|
17
17
|
## Options
|
|
18
18
|
|
|
19
|
-
`-e, --
|
|
19
|
+
`-e, --environmentName <environmentName>`
|
|
20
20
|
: The name of the environment for which to retrieve custom connectors
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -31,5 +31,5 @@ m365 flow connector list
|
|
|
31
31
|
List all custom connectors in the given environment
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
|
-
m365 pa connector list --
|
|
34
|
+
m365 pa connector list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
|
|
35
35
|
```
|
|
@@ -10,7 +10,7 @@ m365 pa solution reference add [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-p, --
|
|
13
|
+
`-p, --projectPath <projectPath>`
|
|
14
14
|
: The path to the referenced project
|
|
15
15
|
|
|
16
16
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -26,7 +26,7 @@ The CDS solution project and the PowerApps component framework project cannot ha
|
|
|
26
26
|
Adds a reference inside the CDS Solution project in the current directory to the PowerApps component framework project at `./projects/ExampleProject`
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365 pa solution reference add --
|
|
29
|
+
m365 pa solution reference add --projectPath ./projects/ExampleProject
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## More information
|
|
@@ -19,9 +19,6 @@ m365 planner bucket add [options]
|
|
|
19
19
|
`--planTitle [planTitle]`
|
|
20
20
|
: Title of the plan to which the bucket belongs. Specify either `planId` or `planTitle` but not both.
|
|
21
21
|
|
|
22
|
-
`--planName [planName]`
|
|
23
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
24
|
-
|
|
25
22
|
`--ownerGroupId [ownerGroupId]`
|
|
26
23
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
27
24
|
|
|
@@ -22,9 +22,6 @@ m365 planner bucket get [options]
|
|
|
22
22
|
`--planTitle [planTitle]`
|
|
23
23
|
: Title of the plan to which the bucket belongs. Specify either `planId` or `planTitle` when using `name`.
|
|
24
24
|
|
|
25
|
-
`--planName [planName]`
|
|
26
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
27
|
-
|
|
28
25
|
`--ownerGroupId [ownerGroupId]`
|
|
29
26
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
30
27
|
|
|
@@ -16,9 +16,6 @@ m365 planner bucket list [options]
|
|
|
16
16
|
`--planTitle [planTitle]`
|
|
17
17
|
: Title of the plan to list the buckets of. Specify either `planId` or `planTitle` but not both.
|
|
18
18
|
|
|
19
|
-
`--planName [planName]`
|
|
20
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
21
|
-
|
|
22
19
|
`--ownerGroupId [ownerGroupId]`
|
|
23
20
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
24
21
|
|
|
@@ -22,9 +22,6 @@ m365 planner bucket remove [options]
|
|
|
22
22
|
`--planTitle [planTitle]`
|
|
23
23
|
: Title of the plan to which the bucket to remove belongs. Specify either `planId` or `planTitle` when using `name`.
|
|
24
24
|
|
|
25
|
-
`--planName [planName]`
|
|
26
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
27
|
-
|
|
28
25
|
`--ownerGroupId [ownerGroupId]`
|
|
29
26
|
: ID of the group to which the plan belongs. Specify either `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
30
27
|
|
|
@@ -22,9 +22,6 @@ m365 planner bucket set [options]
|
|
|
22
22
|
`--planTitle [planTitle]`
|
|
23
23
|
: Title of the plan to update the bucket of. Specify either `planId` or `planTitle` when using `name`. Always use in combination with either `ownerGroupId` or `ownerGroupName`.
|
|
24
24
|
|
|
25
|
-
`--planName [planName]`
|
|
26
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
27
|
-
|
|
28
25
|
`--ownerGroupId [ownerGroupId]`
|
|
29
26
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
30
27
|
|
|
@@ -8,12 +8,6 @@ Retrieve information about the specified plan
|
|
|
8
8
|
m365 planner plan get [options]
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
## Alias
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
m365 planner plan details get [options]
|
|
15
|
-
```
|
|
16
|
-
|
|
17
11
|
## Options
|
|
18
12
|
|
|
19
13
|
`-i, --id [id]`
|
|
@@ -22,12 +16,6 @@ m365 planner plan details get [options]
|
|
|
22
16
|
`-t, --title [title]`
|
|
23
17
|
: Title of the plan. Specify either `id` or `title` but not both.
|
|
24
18
|
|
|
25
|
-
`--planId [planId]`
|
|
26
|
-
: (deprecated. Use `id` instead) ID of the plan. Specify either `planId` or `planTitle` but not both.
|
|
27
|
-
|
|
28
|
-
`---planTitle [planTitle]`
|
|
29
|
-
: (deprecated. Use `title` instead) Title of the plan. Specify either `planId` or `planTitle` but not both.
|
|
30
|
-
|
|
31
19
|
`--ownerGroupId [ownerGroupId]`
|
|
32
20
|
: ID of the Group that owns the plan. Specify either `ownerGroupId` or `ownerGroupName` when using `title` or the deprecated `planTitle`.
|
|
33
21
|
|
|
@@ -19,9 +19,6 @@ m365 planner task add [options]
|
|
|
19
19
|
`--planTitle [planTitle]`
|
|
20
20
|
: Title of the plan to which the task belongs. Specify either `planId` or `planTitle` but not both.
|
|
21
21
|
|
|
22
|
-
`--planName [planName]`
|
|
23
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
24
|
-
|
|
25
22
|
`--ownerGroupId [ownerGroupId]`
|
|
26
23
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
27
24
|
|
|
@@ -22,9 +22,6 @@ m365 planner task details get [options]
|
|
|
22
22
|
`-t, --title [title]`
|
|
23
23
|
: Title of the task. Specify either `id` or `title` but not both.
|
|
24
24
|
|
|
25
|
-
`--taskId [taskId]`
|
|
26
|
-
: (deprecated. Use `id` instead) ID of the task.
|
|
27
|
-
|
|
28
25
|
`--bucketId [bucketId]`
|
|
29
26
|
: ID of the bucket to which the task belongs. Specify `bucketId` or `bucketName` when using `title`.
|
|
30
27
|
|
|
@@ -37,9 +34,6 @@ m365 planner task details get [options]
|
|
|
37
34
|
`--planTitle [planTitle]`
|
|
38
35
|
: Title of the plan to which the task belongs. Specify `planId` or `planTitle` when using `bucketName`.
|
|
39
36
|
|
|
40
|
-
`--planName [planName]`
|
|
41
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
42
|
-
|
|
43
37
|
`--ownerGroupId [ownerGroupId]`
|
|
44
38
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
45
39
|
|
|
@@ -22,9 +22,6 @@ m365 planner task list [options]
|
|
|
22
22
|
`--planTitle [planTitle]`
|
|
23
23
|
: Title of a plan to list the tasks of. To retrieve all tasks from a plan, specify either `planId` or `planTitle` but not both. Always use in combination with either `ownerGroupId` or `ownerGroupName`. Use in combination with `bucketName` to retrieve tasks from a specific bucket.
|
|
24
24
|
|
|
25
|
-
`--planName [planName]`
|
|
26
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
27
|
-
|
|
28
25
|
`--ownerGroupId [ownerGroupId]`
|
|
29
26
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
30
27
|
|
|
@@ -28,9 +28,6 @@ m365 planner task set [options]
|
|
|
28
28
|
`--planTitle [planTitle]`
|
|
29
29
|
: Title of the plan to which the bucket belongs to. Specify either `planId` or `planTitle` when using `bucketName`.
|
|
30
30
|
|
|
31
|
-
`--planName [planName]`
|
|
32
|
-
: (deprecated. Use `planTitle` instead) Title of the plan to which the bucket belongs.
|
|
33
|
-
|
|
34
31
|
`--ownerGroupId [ownerGroupId]`
|
|
35
32
|
: ID of the group to which the plan belongs. Specify `ownerGroupId` or `ownerGroupName` when using `planTitle`.
|
|
36
33
|
|
|
@@ -16,7 +16,7 @@ m365 spfx package generate
|
|
|
16
16
|
`-d, --webPartDescription <webPartDescription>`
|
|
17
17
|
: Description of the web part to generate. Displayed in the tool box when adding web part to page
|
|
18
18
|
|
|
19
|
-
`-n, --
|
|
19
|
+
`-n, --name <name>`
|
|
20
20
|
: Name of the package to generate. Used among others for the .sppkg file. Must be unique in the app catalog to avoid collisions with other solutions.
|
|
21
21
|
|
|
22
22
|
`--html <html>`
|
|
@@ -54,5 +54,5 @@ m365 spfx package generate
|
|
|
54
54
|
Generate a web part that shows the weather for Amsterdam. Load web part contents from a local file. Allow the web part to be deployed to all sites. Expose the web part in Teams as a personal tab.
|
|
55
55
|
|
|
56
56
|
```sh
|
|
57
|
-
m365 spfx package generate --webPartTitle "Amsterdam weather" --webPartDescription "Shows weather in Amsterdam" --
|
|
57
|
+
m365 spfx package generate --webPartTitle "Amsterdam weather" --webPartDescription "Shows weather in Amsterdam" --name amsterdam-weather --html @amsterdam-weather.html --allowTenantWideDeployment --enableForTeams all
|
|
58
58
|
```
|
|
@@ -16,7 +16,7 @@ m365 spo app add [options]
|
|
|
16
16
|
`--overwrite`
|
|
17
17
|
: Set to overwrite the existing package file
|
|
18
18
|
|
|
19
|
-
`-s, --
|
|
19
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
@@ -51,7 +51,7 @@ m365 spo app add --filePath sharepoint/solution/spfx.sppkg --overwrite
|
|
|
51
51
|
Add the _spfx.sppkg_ package to the site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
m365 spo app add --filePath c:\spfx.sppkg --
|
|
54
|
+
m365 spo app add --filePath c:\spfx.sppkg --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
## More information
|
|
@@ -22,7 +22,7 @@ m365 spo app deploy [options]
|
|
|
22
22
|
`--skipFeatureDeployment`
|
|
23
23
|
: If the app supports tenant-wide deployment, deploy it to the whole tenant
|
|
24
24
|
|
|
25
|
-
`-s, --
|
|
25
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
26
26
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
27
27
|
|
|
28
28
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -46,7 +46,7 @@ m365 spo app deploy --id 058140e3-0e37-44fc-a1d3-79c487d371a3
|
|
|
46
46
|
Deploy the specified app in the site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_
|
|
47
47
|
|
|
48
48
|
```sh
|
|
49
|
-
m365 spo app deploy --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --
|
|
49
|
+
m365 spo app deploy --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
Deploy the app with the specified name in the tenant app catalog. Try to resolve the URL of the tenant app catalog automatically.
|
|
@@ -19,7 +19,7 @@ m365 spo app get [options]
|
|
|
19
19
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
20
20
|
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`
|
|
21
21
|
|
|
22
|
-
`-s, --
|
|
22
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
23
23
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
24
24
|
|
|
25
25
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -53,7 +53,7 @@ m365 spo app get --name solution.sppkg --appCatalogUrl https://contoso.sharepoin
|
|
|
53
53
|
Return details about the app with ID _b2307a39-e878-458b-bc90-03bc578531d6_ available in the site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
|
-
m365 spo app get --id b2307a39-e878-458b-bc90-03bc578531d6 --
|
|
56
|
+
m365 spo app get --id b2307a39-e878-458b-bc90-03bc578531d6 --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 spo app install [options]
|
|
|
16
16
|
`-s, --siteUrl <siteUrl>`
|
|
17
17
|
: Absolute URL of the site to install the app in
|
|
18
18
|
|
|
19
|
-
`--
|
|
19
|
+
`--appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -36,7 +36,7 @@ m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https:/
|
|
|
36
36
|
Install the app with ID _b2307a39-e878-458b-bc90-03bc578531d6_ in the _https://contoso.sharepoint.com_ site from site collection app catalog.
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
|
-
m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --
|
|
39
|
+
m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --appCatalogScope sitecollection
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## More information
|
|
@@ -10,7 +10,7 @@ m365 spo app list [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-s, --
|
|
13
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
14
14
|
: Target app catalog. `tenant,sitecollection`. Default `tenant`
|
|
15
15
|
|
|
16
16
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
@@ -37,7 +37,7 @@ m365 spo app list
|
|
|
37
37
|
Return the list of available apps from a site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_.
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
|
-
m365 spo app list --
|
|
40
|
+
m365 spo app list --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 spo app remove [options]
|
|
|
16
16
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
17
17
|
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`
|
|
18
18
|
|
|
19
|
-
`-s, --
|
|
19
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
`--confirm`
|
|
@@ -55,7 +55,7 @@ m365 spo app remove --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --appCatalogUrl ht
|
|
|
55
55
|
Remove the specified app from a site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_.
|
|
56
56
|
|
|
57
57
|
```sh
|
|
58
|
-
m365 spo app remove --id d95f8c94-67a1-4615-9af8-361ad33be93c --
|
|
58
|
+
m365 spo app remove --id d95f8c94-67a1-4615-9af8-361ad33be93c --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1/AppCatalog
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 spo app retract [options]
|
|
|
16
16
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
17
17
|
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`
|
|
18
18
|
|
|
19
|
-
`-s, --
|
|
19
|
+
`-s, --appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
`--confirm`
|
|
@@ -55,7 +55,7 @@ m365 spo app retract --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --confirm
|
|
|
55
55
|
Retract the specified app from a site collection app catalog of site _https://contoso.sharepoint.com/sites/site1_.
|
|
56
56
|
|
|
57
57
|
```sh
|
|
58
|
-
m365 spo app retract --id d95f8c94-67a1-4615-9af8-361ad33be93c --
|
|
58
|
+
m365 spo app retract --id d95f8c94-67a1-4615-9af8-361ad33be93c --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 spo app uninstall [options]
|
|
|
16
16
|
`-s, --siteUrl <siteUrl>`
|
|
17
17
|
: Absolute URL of the site to uninstall the app from
|
|
18
18
|
|
|
19
|
-
`--
|
|
19
|
+
`--appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
`--confirm`
|
|
@@ -45,7 +45,7 @@ m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https
|
|
|
45
45
|
Uninstall the app with ID _b2307a39-e878-458b-bc90-03bc578531d6_ from the _https://contoso.sharepoint.com_ site where the app is deployed to the site collection app catalog of _https://contoso.sharepoint.com_.
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --
|
|
48
|
+
m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --appCatalogScope sitecollection
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
## More information
|
|
@@ -16,7 +16,7 @@ m365 spo app upgrade [options]
|
|
|
16
16
|
`-s, --siteUrl <siteUrl>`
|
|
17
17
|
: Absolute URL of the site to upgrade the app in
|
|
18
18
|
|
|
19
|
-
`--
|
|
19
|
+
`--appCatalogScope [appCatalogScope]`
|
|
20
20
|
: Scope of the app catalog: `tenant,sitecollection`. Default `tenant`
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -36,7 +36,7 @@ m365 spo app upgrade --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https:/
|
|
|
36
36
|
Upgrade the app with ID _b2307a39-e878-458b-bc90-03bc578531d6_ in the _https://contoso.sharepoint.com_ site from site collection app catalog.
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
|
-
m365 spo app upgrade --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --
|
|
39
|
+
m365 spo app upgrade --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --appCatalogScope sitecollection
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## More information
|
|
@@ -13,7 +13,7 @@ m365 spo apppage set [options]
|
|
|
13
13
|
`-u, --webUrl <webUrl>`
|
|
14
14
|
: The URL of the site where the page to update is located
|
|
15
15
|
|
|
16
|
-
`-n, --
|
|
16
|
+
`-n, --name <name>`
|
|
17
17
|
: The name of the page to be updated, eg. page.aspx
|
|
18
18
|
|
|
19
19
|
`-d, --webPartData <webPartData>`
|
|
@@ -26,5 +26,5 @@ m365 spo apppage set [options]
|
|
|
26
26
|
Updates the single-part app page located in a site with url https://contoso.sharepoint.com. Web part data is stored in the `$webPartData` variable
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365 spo apppage set --webUrl "https://contoso.sharepoint.com" --
|
|
29
|
+
m365 spo apppage set --webUrl "https://contoso.sharepoint.com" --name "Contoso.aspx" --webPartData $webPartData
|
|
30
30
|
```
|
|
@@ -10,7 +10,7 @@ m365 spo cdn policy list [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-t, --
|
|
13
|
+
`-t, --cdnType [cdnType]`
|
|
14
14
|
: Type of CDN to manage. `Public,Private`. Default `Public`
|
|
15
15
|
|
|
16
16
|
--8<-- "docs/cmd/_global.md"
|
|
@@ -20,7 +20,7 @@ m365 spo cdn policy list [options]
|
|
|
20
20
|
|
|
21
21
|
## Remarks
|
|
22
22
|
|
|
23
|
-
Using the `-t, --
|
|
23
|
+
Using the `-t, --cdnType` option you can choose whether you want to manage the settings of the Public (default) or Private CDN. If you don't use the option, the command will use the Public CDN.
|
|
24
24
|
|
|
25
25
|
## Examples
|
|
26
26
|
|
|
@@ -33,7 +33,7 @@ m365 spo cdn policy list
|
|
|
33
33
|
Show the list of policies configured for the Private CDN
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365 spo cdn policy list --
|
|
36
|
+
m365 spo cdn policy list --cdnType Private
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## More information
|
|
@@ -10,7 +10,7 @@ m365 spo cdn policy set [options]
|
|
|
10
10
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
|
-
`-t, --
|
|
13
|
+
`-t, --cdnType [cdnType]`
|
|
14
14
|
: Type of CDN to manage. `Public,Private`. Default `Public`
|
|
15
15
|
|
|
16
16
|
`-p, --policy <policy>`
|
|
@@ -26,14 +26,14 @@ m365 spo cdn policy set [options]
|
|
|
26
26
|
|
|
27
27
|
## Remarks
|
|
28
28
|
|
|
29
|
-
Using the `-t, --
|
|
29
|
+
Using the `-t, --cdnType` option you can choose whether you want to manage the settings of the Public (default) or Private CDN. If you don't use the option, the command will use the Public CDN.
|
|
30
30
|
|
|
31
31
|
## Examples
|
|
32
32
|
|
|
33
33
|
Set the list of extensions supported by the Public CDN
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365 spo cdn policy set --
|
|
36
|
+
m365 spo cdn policy set --cdnType Public --policy IncludeFileExtensions --value CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF,JSON
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## More information
|