@pnp/cli-microsoft365 6.8.0 → 6.9.0-beta.148279d
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/.devcontainer/Dockerfile +12 -19
- package/.devcontainer/devcontainer.json +24 -17
- package/Dockerfile +5 -2
- package/dist/Auth.js +2 -8
- package/dist/AuthServer.js +2 -4
- package/dist/chili/chili.js +1 -1
- package/dist/cli/Cli.js +19 -3
- package/dist/m365/aad/commands/app/app-add.js +258 -249
- package/dist/m365/aad/commands/app/app-get.js +65 -62
- package/dist/m365/aad/commands/app/app-remove.js +22 -23
- package/dist/m365/aad/commands/app/app-role-add.js +35 -34
- package/dist/m365/aad/commands/app/app-role-list.js +22 -23
- package/dist/m365/aad/commands/app/app-role-remove.js +76 -73
- package/dist/m365/aad/commands/app/app-set.js +103 -103
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +16 -14
- package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +43 -52
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +20 -16
- package/dist/m365/aad/commands/o365group/o365group-add.js +40 -37
- package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +7 -6
- package/dist/m365/aad/commands/o365group/o365group-list.js +6 -11
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +7 -8
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +23 -24
- package/dist/m365/aad/commands/o365group/o365group-set.js +15 -20
- package/dist/m365/aad/commands/o365group/o365group-teamify.js +15 -16
- package/dist/m365/aad/commands/o365group/o365group-user-list.js +17 -10
- package/dist/m365/aad/commands/o365group/o365group-user-set.js +17 -10
- package/dist/m365/aad/commands/policy/policy-list.js +12 -13
- package/dist/m365/aad/commands/siteclassification/siteclassification-enable.js +1 -3
- package/dist/m365/aad/commands/siteclassification/siteclassification-set.js +19 -20
- package/dist/m365/aad/commands/sp/sp-add.js +22 -23
- package/dist/m365/aad/commands/sp/sp-get.js +22 -23
- package/dist/m365/aad/commands/sp/sp-list.js +78 -0
- package/dist/m365/aad/commands.js +1 -0
- package/dist/m365/app/commands/app-open.js +4 -14
- package/dist/m365/cli/commands/cli-issue.js +4 -10
- package/dist/m365/cli/commands/cli-reconsent.js +2 -8
- package/dist/m365/commands/docs.js +2 -8
- package/dist/m365/commands/login.js +20 -0
- package/dist/m365/file/commands/convert/convert-pdf.js +147 -143
- package/dist/m365/file/commands/file-add.js +87 -93
- package/dist/m365/file/commands/file-list.js +49 -55
- package/dist/m365/flow/commands/flow-list.js +54 -3
- package/dist/m365/flow/commands/flow-remove.js +2 -3
- package/dist/m365/flow/commands/run/run-resubmit.js +11 -10
- package/dist/m365/onedrive/commands/onedrive-list.js +21 -32
- package/dist/m365/outlook/commands/message/message-list.js +18 -23
- package/dist/m365/outlook/commands/message/message-move.js +15 -20
- package/dist/m365/pa/commands/app/app-export.js +3 -4
- package/dist/m365/pa/commands/app/app-get.js +11 -9
- package/dist/m365/pa/commands/app/app-remove.js +1 -1
- package/dist/m365/pa/commands/pcf/pcf-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-reference-add.js +1 -2
- package/dist/m365/planner/commands/bucket/bucket-add.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-get.js +27 -28
- package/dist/m365/planner/commands/bucket/bucket-list.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-remove.js +33 -34
- package/dist/m365/planner/commands/bucket/bucket-set.js +33 -34
- package/dist/m365/planner/commands/plan/plan-add.js +49 -52
- package/dist/m365/planner/commands/plan/plan-set.js +19 -20
- package/dist/m365/planner/commands/task/task-add.js +75 -78
- package/dist/m365/planner/commands/task/task-checklistitem-add.js +11 -10
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -8
- package/dist/m365/planner/commands/task/task-get.js +53 -56
- package/dist/m365/planner/commands/task/task-list.js +23 -24
- package/dist/m365/planner/commands/task/task-reference-add.js +11 -10
- package/dist/m365/planner/commands/task/task-reference-remove.js +13 -14
- package/dist/m365/planner/commands/task/task-remove.js +44 -48
- package/dist/m365/planner/commands/task/task-set.js +83 -87
- package/dist/m365/pp/commands/card/card-get.js +6 -1
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +19 -20
- package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +3 -8
- package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +1 -6
- package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +1 -6
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +1 -6
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +19 -22
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +0 -5
- package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +1 -0
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +17 -24
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
- package/dist/m365/spo/commands/apppage/apppage-set.js +1 -1
- package/dist/m365/spo/commands/commandset/commandset-set.js +11 -2
- package/dist/m365/spo/commands/contenttype/contenttype-set.js +49 -2
- package/dist/m365/spo/commands/file/file-add.js +133 -133
- package/dist/m365/spo/commands/file/file-checkout-undo.js +119 -0
- package/dist/m365/spo/commands/file/file-rename.js +11 -9
- package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +2 -2
- package/dist/m365/spo/commands/file/file-roleassignment-add.js +41 -61
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -0
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +3 -0
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +3 -0
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +23 -21
- package/dist/m365/spo/commands/file/file-version-clear.js +1 -1
- package/dist/m365/spo/commands/file/file-version-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-version-restore.js +1 -1
- package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +3 -3
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +1 -1
- package/dist/m365/spo/commands/group/group-member-add.js +17 -16
- package/dist/m365/spo/commands/group/group-set.js +20 -20
- package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
- package/dist/m365/spo/commands/hubsite/hubsite-get.js +33 -31
- package/dist/m365/spo/commands/hubsite/hubsite-list.js +18 -29
- package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +3 -0
- package/dist/m365/spo/commands/list/list-add.js +1 -1
- package/dist/m365/spo/commands/list/list-contenttype-default-set.js +1 -1
- package/dist/m365/spo/commands/list/list-roleassignment-add.js +45 -52
- package/dist/m365/spo/commands/list/list-roleassignment-remove.js +33 -38
- package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +137 -0
- package/dist/m365/spo/commands/list/list-view-field-add.js +12 -10
- package/dist/m365/spo/commands/list/list-view-field-remove.js +12 -10
- package/dist/m365/spo/commands/list/list-view-field-set.js +12 -10
- package/dist/m365/spo/commands/list/list-view-remove.js +3 -0
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +41 -61
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +71 -74
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +36 -34
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +32 -30
- package/dist/m365/spo/commands/navigation/navigation-node-add.js +31 -1
- package/dist/m365/spo/commands/navigation/navigation-node-remove.js +24 -22
- package/dist/m365/spo/commands/navigation/navigation-node-set.js +31 -2
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +29 -27
- package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +26 -24
- package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +34 -40
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +23 -21
- package/dist/m365/spo/commands/sitescript/sitescript-remove.js +24 -22
- package/dist/m365/spo/commands/spo-search.js +7 -15
- package/dist/m365/spo/commands/storageentity/storageentity-remove.js +29 -27
- package/dist/m365/spo/commands/tenant/Solution.js +3 -0
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +156 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +215 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +114 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +50 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +1 -1
- package/dist/m365/spo/commands/term/term-group-add.js +14 -10
- package/dist/m365/spo/commands.js +7 -0
- package/dist/m365/teams/commands/app/app-install.js +23 -21
- package/dist/m365/teams/commands/app/app-remove.js +3 -0
- package/dist/m365/teams/commands/app/app-uninstall.js +3 -0
- package/dist/m365/teams/commands/app/app-update.js +15 -16
- package/dist/m365/teams/commands/channel/channel-add.js +40 -39
- package/dist/m365/teams/commands/channel/channel-get.js +23 -25
- package/dist/m365/teams/commands/channel/channel-list.js +6 -7
- package/dist/m365/teams/commands/channel/channel-member-add.js +61 -60
- package/dist/m365/teams/commands/channel/channel-member-list.js +20 -22
- package/dist/m365/teams/commands/channel/channel-member-remove.js +43 -48
- package/dist/m365/teams/commands/channel/channel-member-set.js +36 -39
- package/dist/m365/teams/commands/channel/channel-remove.js +4 -1
- package/dist/m365/teams/commands/funsettings/funsettings-list.js +3 -0
- package/dist/m365/teams/commands/funsettings/funsettings-set.js +3 -0
- package/dist/m365/teams/commands/tab/tab-get.js +34 -37
- package/dist/m365/teams/commands/team/team-add.js +53 -50
- package/dist/m365/teams/commands/team/team-archive.js +6 -7
- package/dist/m365/teams/commands/team/team-get.js +6 -7
- package/dist/m365/teams/commands/team/team-list.js +9 -11
- package/dist/m365/teams/commands/team/team-remove.js +6 -7
- package/dist/m365/teams/commands/team/team-unarchive.js +6 -7
- package/dist/m365/teams/commands/user/user-app-list.js +13 -11
- package/dist/m365/teams/commands/user/user-list.js +7 -4
- package/dist/m365/tenant/commands/security/security-alerts-list.js +25 -26
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-list.js +13 -14
- package/dist/m365/todo/commands/list/list-remove.js +39 -36
- package/dist/m365/todo/commands/list/list-set.js +16 -14
- package/dist/m365/todo/commands/task/task-add.js +14 -14
- package/dist/m365/util/commands/accesstoken/accesstoken-get.js +10 -7
- package/dist/utils/browserUtil.js +23 -0
- package/dist/utils/md.js +24 -19
- package/dist/utils/spo.js +60 -0
- package/docs/docs/cmd/_global.mdx +16 -0
- package/docs/docs/cmd/aad/app/app-add.mdx +297 -0
- package/docs/docs/cmd/aad/app/app-get.mdx +280 -0
- package/docs/docs/cmd/aad/app/app-list.mdx +184 -0
- package/docs/docs/cmd/aad/app/app-remove.mdx +59 -0
- package/docs/docs/cmd/aad/app/app-role-add.mdx +68 -0
- package/docs/docs/cmd/aad/app/app-role-list.mdx +115 -0
- package/docs/docs/cmd/aad/app/app-role-remove.mdx +78 -0
- package/docs/docs/cmd/aad/app/app-set.mdx +97 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +127 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +113 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +73 -0
- package/docs/docs/cmd/aad/group/group-get.mdx +164 -0
- package/docs/docs/cmd/aad/group/group-list.mdx +132 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +154 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +143 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +138 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +45 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +42 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +100 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +86 -0
- package/docs/docs/cmd/aad/license/license-list.mdx +99 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.mdx +233 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +96 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +117 -0
- package/docs/docs/cmd/aad/o365group/o365group-get.mdx +159 -0
- package/docs/docs/cmd/aad/o365group/o365group-list.mdx +184 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +38 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +145 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +53 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +50 -0
- package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +54 -0
- package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +36 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +91 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +112 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +89 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +89 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +89 -0
- package/docs/docs/cmd/aad/o365group/o365group-set.mdx +80 -0
- package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +41 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +59 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +99 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +63 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +69 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +58 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +98 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +56 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +50 -0
- package/docs/docs/cmd/aad/policy/policy-list.mdx +115 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +42 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +57 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +84 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +64 -0
- package/docs/docs/cmd/aad/sp/sp-add.mdx +193 -0
- package/docs/docs/cmd/aad/sp/sp-get.mdx +221 -0
- package/docs/docs/cmd/aad/sp/sp-list.mdx +162 -0
- package/docs/docs/cmd/aad/user/user-add.mdx +192 -0
- package/docs/docs/cmd/aad/user/user-get.mdx +152 -0
- package/docs/docs/cmd/aad/user/user-guest-add.mdx +143 -0
- package/docs/docs/cmd/aad/user/user-hibp.mdx +132 -0
- package/docs/docs/cmd/aad/user/user-license-add.mdx +125 -0
- package/docs/docs/cmd/aad/user/user-license-list.mdx +115 -0
- package/docs/docs/cmd/aad/user/user-license-remove.mdx +47 -0
- package/docs/docs/cmd/aad/user/user-list.mdx +119 -0
- package/docs/docs/cmd/aad/user/user-password-validate.mdx +103 -0
- package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx +52 -0
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +94 -0
- package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx +55 -0
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +119 -0
- package/docs/docs/cmd/aad/user/user-remove.mdx +64 -0
- package/docs/docs/cmd/aad/user/user-set.mdx +136 -0
- package/docs/docs/cmd/aad/user/user-signin-list.mdx +216 -0
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +132 -0
- package/docs/docs/cmd/app/app-get.mdx +225 -0
- package/docs/docs/cmd/app/app-open.mdx +85 -0
- package/docs/docs/cmd/app/permission/permission-add.mdx +57 -0
- package/docs/docs/cmd/app/permission/permission-list.mdx +93 -0
- package/docs/docs/cmd/booking/business/business-get.mdx +176 -0
- package/docs/docs/cmd/booking/business/business-list.mdx +76 -0
- package/docs/docs/cmd/cli/cli-consent.mdx +72 -0
- package/docs/docs/cmd/cli/cli-doctor.mdx +104 -0
- package/docs/docs/cmd/cli/cli-issue.mdx +74 -0
- package/docs/docs/cmd/cli/cli-reconsent.mdx +62 -0
- package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +41 -0
- package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +42 -0
- package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +35 -0
- package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +62 -0
- package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +35 -0
- package/docs/docs/cmd/cli/config/config-get.mdx +80 -0
- package/docs/docs/cmd/cli/config/config-reset.mdx +49 -0
- package/docs/docs/cmd/cli/config/config-set.mdx +52 -0
- package/docs/docs/cmd/context/context-init.mdx +27 -0
- package/docs/docs/cmd/context/context-remove.mdx +38 -0
- package/docs/docs/cmd/context/option/option-list.mdx +75 -0
- package/docs/docs/cmd/context/option/option-remove.mdx +41 -0
- package/docs/docs/cmd/context/option/option-set.mdx +35 -0
- package/docs/docs/cmd/docs.mdx +63 -0
- package/docs/docs/cmd/file/convert/convert-pdf.mdx +57 -0
- package/docs/docs/cmd/file/file-add.mdx +64 -0
- package/docs/docs/cmd/file/file-list.mdx +50 -0
- package/docs/docs/cmd/flow/environment/environment-get.mdx +176 -0
- package/docs/docs/cmd/flow/environment/environment-list.mdx +156 -0
- package/docs/docs/cmd/flow/flow-disable.mdx +58 -0
- package/docs/docs/cmd/flow/flow-enable.mdx +58 -0
- package/docs/docs/cmd/flow/flow-export.mdx +99 -0
- package/docs/docs/cmd/flow/flow-get.mdx +456 -0
- package/docs/docs/cmd/flow/flow-list.mdx +206 -0
- package/docs/docs/cmd/flow/flow-remove.mdx +67 -0
- package/docs/docs/cmd/flow/owner/owner-ensure.mdx +65 -0
- package/docs/docs/cmd/flow/owner/owner-list.mdx +104 -0
- package/docs/docs/cmd/flow/owner/owner-remove.mdx +71 -0
- package/docs/docs/cmd/flow/run/run-cancel.mdx +52 -0
- package/docs/docs/cmd/flow/run/run-get.mdx +235 -0
- package/docs/docs/cmd/flow/run/run-list.mdx +170 -0
- package/docs/docs/cmd/flow/run/run-resubmit.mdx +61 -0
- package/docs/docs/cmd/graph/changelog/changelog-list.mdx +122 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +139 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +104 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +127 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +46 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +71 -0
- package/docs/docs/cmd/graph/subscription/subscription-add.mdx +149 -0
- package/docs/docs/cmd/login.mdx +243 -0
- package/docs/docs/cmd/logout.mdx +37 -0
- package/docs/docs/cmd/onedrive/onedrive-list.mdx +258 -0
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +92 -0
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +92 -0
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +105 -0
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +95 -0
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +105 -0
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +95 -0
- package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +90 -0
- package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +162 -0
- package/docs/docs/cmd/onenote/page/page-list.mdx +154 -0
- package/docs/docs/cmd/outlook/mail/mail-send.mdx +139 -0
- package/docs/docs/cmd/outlook/message/message-get.mdx +205 -0
- package/docs/docs/cmd/outlook/message/message-list.mdx +175 -0
- package/docs/docs/cmd/outlook/message/message-move.mdx +61 -0
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +93 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +93 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +107 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +96 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +97 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +110 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +94 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +102 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +94 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +93 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +89 -0
- package/docs/docs/cmd/outlook/room/room-list.mdx +125 -0
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +91 -0
- package/docs/docs/cmd/pa/app/app-consent-set.mdx +51 -0
- package/docs/docs/cmd/pa/app/app-export.mdx +56 -0
- package/docs/docs/cmd/pa/app/app-get.mdx +265 -0
- package/docs/docs/cmd/pa/app/app-list.mdx +261 -0
- package/docs/docs/cmd/pa/app/app-remove.mdx +49 -0
- package/docs/docs/cmd/pa/connector/connector-export.mdx +60 -0
- package/docs/docs/cmd/pa/connector/connector-list.mdx +158 -0
- package/docs/docs/cmd/pa/environment/environment-get.mdx +185 -0
- package/docs/docs/cmd/pa/environment/environment-list.mdx +169 -0
- package/docs/docs/cmd/pa/pcf/pcf-init.mdx +56 -0
- package/docs/docs/cmd/pa/solution/solution-init.mdx +46 -0
- package/docs/docs/cmd/pa/solution/solution-reference-add.mdx +42 -0
- package/docs/docs/cmd/planner/bucket/bucket-add.mdx +105 -0
- package/docs/docs/cmd/planner/bucket/bucket-get.mdx +117 -0
- package/docs/docs/cmd/planner/bucket/bucket-list.mdx +100 -0
- package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +68 -0
- package/docs/docs/cmd/planner/bucket/bucket-set.mdx +65 -0
- package/docs/docs/cmd/planner/plan/plan-add.mdx +247 -0
- package/docs/docs/cmd/planner/plan/plan-get.mdx +172 -0
- package/docs/docs/cmd/planner/plan/plan-list.mdx +128 -0
- package/docs/docs/cmd/planner/plan/plan-remove.mdx +60 -0
- package/docs/docs/cmd/planner/plan/plan-set.mdx +261 -0
- package/docs/docs/cmd/planner/roster/roster-add.mdx +96 -0
- package/docs/docs/cmd/planner/roster/roster-get.mdx +89 -0
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +104 -0
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +104 -0
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +93 -0
- package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +61 -0
- package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +126 -0
- package/docs/docs/cmd/planner/roster/roster-remove.mdx +59 -0
- package/docs/docs/cmd/planner/task/task-add.mdx +367 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +105 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +93 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +44 -0
- package/docs/docs/cmd/planner/task/task-get.mdx +196 -0
- package/docs/docs/cmd/planner/task/task-list.mdx +183 -0
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +105 -0
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +84 -0
- package/docs/docs/cmd/planner/task/task-reference-remove.mdx +47 -0
- package/docs/docs/cmd/planner/task/task-remove.mdx +86 -0
- package/docs/docs/cmd/planner/task/task-set.mdx +361 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +98 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +128 -0
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +156 -0
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +152 -0
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +57 -0
- package/docs/docs/cmd/pp/card/card-clone.mdx +103 -0
- package/docs/docs/cmd/pp/card/card-get.mdx +185 -0
- package/docs/docs/cmd/pp/card/card-list.mdx +167 -0
- package/docs/docs/cmd/pp/card/card-remove.mdx +86 -0
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +192 -0
- package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +132 -0
- package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +56 -0
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +164 -0
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +162 -0
- package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +53 -0
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +134 -0
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +65 -0
- package/docs/docs/cmd/pp/environment/environment-get.mdx +392 -0
- package/docs/docs/cmd/pp/environment/environment-list.mdx +384 -0
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +89 -0
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +87 -0
- package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +99 -0
- package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +72 -0
- package/docs/docs/cmd/pp/solution/solution-get.mdx +114 -0
- package/docs/docs/cmd/pp/solution/solution-list.mdx +98 -0
- package/docs/docs/cmd/pp/solution/solution-publish.mdx +56 -0
- package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +53 -0
- package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +116 -0
- package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +103 -0
- package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +62 -0
- package/docs/docs/cmd/pp/solution/solution-remove.mdx +86 -0
- package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +140 -0
- package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +235 -0
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +145 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +161 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +144 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +117 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +49 -0
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +119 -0
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +116 -0
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +108 -0
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +47 -0
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +47 -0
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +155 -0
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +110 -0
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +94 -0
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +43 -0
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +70 -0
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +138 -0
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +131 -0
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +117 -0
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +212 -0
- package/docs/docs/cmd/request.mdx +172 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-add.mdx +51 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-get.mdx +102 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-list.mdx +88 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +48 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +35 -0
- package/docs/docs/cmd/setup.mdx +92 -0
- package/docs/docs/cmd/skype/report/report-activitycounts.mdx +90 -0
- package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +91 -0
- package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +129 -0
- package/docs/docs/cmd/spfx/package/package-generate.mdx +68 -0
- package/docs/docs/cmd/spfx/project/project-doctor.mdx +176 -0
- package/docs/docs/cmd/spfx/project/project-externalize.mdx +187 -0
- package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +101 -0
- package/docs/docs/cmd/spfx/project/project-rename.mdx +51 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +202 -0
- package/docs/docs/cmd/spfx/spfx-doctor.mdx +128 -0
- package/docs/docs/cmd/spo/app/app-add.mdx +63 -0
- package/docs/docs/cmd/spo/app/app-deploy.mdx +76 -0
- package/docs/docs/cmd/spo/app/app-get.mdx +65 -0
- package/docs/docs/cmd/spo/app/app-install.mdx +48 -0
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +28 -0
- package/docs/docs/cmd/spo/app/app-list.mdx +49 -0
- package/docs/docs/cmd/spo/app/app-remove.mdx +67 -0
- package/docs/docs/cmd/spo/app/app-retract.mdx +67 -0
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +60 -0
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +57 -0
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +48 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +66 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +159 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +123 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +81 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +72 -0
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +41 -0
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +34 -0
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +48 -0
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +45 -0
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -0
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +48 -0
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +48 -0
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +48 -0
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +76 -0
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +175 -0
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +163 -0
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +123 -0
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +59 -0
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +87 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +77 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +73 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +56 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +71 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +37 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +55 -0
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +66 -0
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +23 -0
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +146 -0
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +47 -0
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +175 -0
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +51 -0
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +90 -0
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +131 -0
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +119 -0
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +64 -0
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +81 -0
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +68 -0
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +47 -0
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +47 -0
- package/docs/docs/cmd/spo/feature/feature-list.mdx +37 -0
- package/docs/docs/cmd/spo/field/field-add.mdx +75 -0
- package/docs/docs/cmd/spo/field/field-get.mdx +55 -0
- package/docs/docs/cmd/spo/field/field-list.mdx +55 -0
- package/docs/docs/cmd/spo/field/field-remove.mdx +67 -0
- package/docs/docs/cmd/spo/field/field-set.mdx +74 -0
- package/docs/docs/cmd/spo/file/file-add.mdx +160 -0
- package/docs/docs/cmd/spo/file/file-checkin.mdx +58 -0
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +55 -0
- package/docs/docs/cmd/spo/file/file-checkout.mdx +40 -0
- package/docs/docs/cmd/spo/file/file-copy.mdx +79 -0
- package/docs/docs/cmd/spo/file/file-get.mdx +314 -0
- package/docs/docs/cmd/spo/file/file-list.mdx +138 -0
- package/docs/docs/cmd/spo/file/file-move.mdx +67 -0
- package/docs/docs/cmd/spo/file/file-remove.mdx +64 -0
- package/docs/docs/cmd/spo/file/file-rename.mdx +47 -0
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +62 -0
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +47 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +61 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +58 -0
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +58 -0
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +43 -0
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +40 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +102 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +50 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +120 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +119 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +56 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +118 -0
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +59 -0
- package/docs/docs/cmd/spo/file/file-version-get.mdx +89 -0
- package/docs/docs/cmd/spo/file/file-version-list.mdx +89 -0
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +62 -0
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +62 -0
- package/docs/docs/cmd/spo/folder/folder-add.mdx +40 -0
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +57 -0
- package/docs/docs/cmd/spo/folder/folder-get.mdx +55 -0
- package/docs/docs/cmd/spo/folder/folder-list.mdx +121 -0
- package/docs/docs/cmd/spo/folder/folder-move.mdx +57 -0
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +47 -0
- package/docs/docs/cmd/spo/folder/folder-rename.mdx +40 -0
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +51 -0
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +47 -0
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +63 -0
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +61 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +49 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +46 -0
- package/docs/docs/cmd/spo/group/group-add.mdx +55 -0
- package/docs/docs/cmd/spo/group/group-get.mdx +49 -0
- package/docs/docs/cmd/spo/group/group-list.mdx +37 -0
- package/docs/docs/cmd/spo/group/group-member-add.mdx +164 -0
- package/docs/docs/cmd/spo/group/group-member-list.mdx +40 -0
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +77 -0
- package/docs/docs/cmd/spo/group/group-remove.mdx +43 -0
- package/docs/docs/cmd/spo/group/group-set.mdx +73 -0
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +35 -0
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +40 -0
- package/docs/docs/cmd/spo/homesite/homesite-get.mdx +86 -0
- package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +75 -0
- package/docs/docs/cmd/spo/homesite/homesite-set.mdx +127 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +69 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +137 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +65 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +190 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +210 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +133 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +62 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +56 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +136 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +55 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +67 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +78 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +74 -0
- package/docs/docs/cmd/spo/list/list-add.mdx +438 -0
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +194 -0
- package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +56 -0
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +164 -0
- package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +59 -0
- package/docs/docs/cmd/spo/list/list-get.mdx +295 -0
- package/docs/docs/cmd/spo/list/list-list.mdx +226 -0
- package/docs/docs/cmd/spo/list/list-remove.mdx +47 -0
- package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +72 -0
- package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +165 -0
- package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +56 -0
- package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +86 -0
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +65 -0
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +75 -0
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +62 -0
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +73 -0
- package/docs/docs/cmd/spo/list/list-set.mdx +252 -0
- package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +169 -0
- package/docs/docs/cmd/spo/list/list-view-add.mdx +272 -0
- package/docs/docs/cmd/spo/list/list-view-field-add.mdx +74 -0
- package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +65 -0
- package/docs/docs/cmd/spo/list/list-view-field-set.mdx +74 -0
- package/docs/docs/cmd/spo/list/list-view-get.mdx +247 -0
- package/docs/docs/cmd/spo/list/list-view-list.mdx +198 -0
- package/docs/docs/cmd/spo/list/list-view-remove.mdx +74 -0
- package/docs/docs/cmd/spo/list/list-view-set.mdx +86 -0
- package/docs/docs/cmd/spo/list/list-webhook-add.mdx +121 -0
- package/docs/docs/cmd/spo/list/list-webhook-get.mdx +118 -0
- package/docs/docs/cmd/spo/list/list-webhook-list.mdx +110 -0
- package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +62 -0
- package/docs/docs/cmd/spo/list/list-webhook-set.mdx +69 -0
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +191 -0
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +111 -0
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +71 -0
- package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +71 -0
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +331 -0
- package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +88 -0
- package/docs/docs/cmd/spo/listitem/listitem-list.mdx +193 -0
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +115 -0
- package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +56 -0
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +56 -0
- package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +56 -0
- package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +62 -0
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +75 -0
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +59 -0
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +89 -0
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +75 -0
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +78 -0
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +59 -0
- package/docs/docs/cmd/spo/listitem/listitem-set.mdx +189 -0
- package/docs/docs/cmd/spo/mail/mail-send.mdx +69 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +144 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +105 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +106 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +47 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +72 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +52 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +107 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +83 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +69 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +49 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +42 -0
- package/docs/docs/cmd/spo/page/page-add.mdx +110 -0
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +92 -0
- package/docs/docs/cmd/spo/page/page-column-get.mdx +129 -0
- package/docs/docs/cmd/spo/page/page-column-list.mdx +96 -0
- package/docs/docs/cmd/spo/page/page-control-get.mdx +133 -0
- package/docs/docs/cmd/spo/page/page-control-list.mdx +129 -0
- package/docs/docs/cmd/spo/page/page-control-set.mdx +60 -0
- package/docs/docs/cmd/spo/page/page-copy.mdx +165 -0
- package/docs/docs/cmd/spo/page/page-get.mdx +189 -0
- package/docs/docs/cmd/spo/page/page-header-set.mdx +90 -0
- package/docs/docs/cmd/spo/page/page-list.mdx +212 -0
- package/docs/docs/cmd/spo/page/page-remove.mdx +50 -0
- package/docs/docs/cmd/spo/page/page-section-add.mdx +45 -0
- package/docs/docs/cmd/spo/page/page-section-get.mdx +92 -0
- package/docs/docs/cmd/spo/page/page-section-list.mdx +93 -0
- package/docs/docs/cmd/spo/page/page-set.mdx +107 -0
- package/docs/docs/cmd/spo/page/page-template-list.mdx +126 -0
- package/docs/docs/cmd/spo/page/page-text-add.mdx +63 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +94 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +106 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +65 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +69 -0
- package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +92 -0
- package/docs/docs/cmd/spo/report/report-activitypages.mdx +89 -0
- package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +97 -0
- package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +110 -0
- package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +113 -0
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +95 -0
- package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +90 -0
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +95 -0
- package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +90 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +51 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +139 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +132 -0
- package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +44 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +118 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +97 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +48 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +117 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +48 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +94 -0
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +116 -0
- package/docs/docs/cmd/spo/site/site-add.mdx +183 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +40 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +69 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +42 -0
- package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +41 -0
- package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +31 -0
- package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +44 -0
- package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +52 -0
- package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +52 -0
- package/docs/docs/cmd/spo/site/site-chrome-set.mdx +64 -0
- package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +39 -0
- package/docs/docs/cmd/spo/site/site-ensure.mdx +128 -0
- package/docs/docs/cmd/spo/site/site-get.mdx +32 -0
- package/docs/docs/cmd/spo/site/site-groupify.mdx +78 -0
- package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +41 -0
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +41 -0
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +32 -0
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +37 -0
- package/docs/docs/cmd/spo/site/site-list.mdx +82 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +52 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +44 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +47 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +52 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +31 -0
- package/docs/docs/cmd/spo/site/site-remove.mdx +72 -0
- package/docs/docs/cmd/spo/site/site-rename.mdx +65 -0
- package/docs/docs/cmd/spo/site/site-set.mdx +182 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +67 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +44 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +45 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +27 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +45 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +50 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +38 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +52 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +41 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +39 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +80 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +32 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +32 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +41 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +42 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +36 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +27 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +45 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +48 -0
- package/docs/docs/cmd/spo/spo-get.mdx +72 -0
- package/docs/docs/cmd/spo/spo-search.mdx +167 -0
- package/docs/docs/cmd/spo/spo-set.mdx +36 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +36 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +36 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +54 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +56 -0
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +66 -0
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +31 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +69 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +156 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +115 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +53 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +81 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +183 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +155 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +114 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +53 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +64 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +31 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +50 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +47 -0
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +31 -0
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +307 -0
- package/docs/docs/cmd/spo/term/term-add.mdx +204 -0
- package/docs/docs/cmd/spo/term/term-get.mdx +176 -0
- package/docs/docs/cmd/spo/term/term-group-add.mdx +113 -0
- package/docs/docs/cmd/spo/term/term-group-get.mdx +121 -0
- package/docs/docs/cmd/spo/term/term-group-list.mdx +111 -0
- package/docs/docs/cmd/spo/term/term-list.mdx +278 -0
- package/docs/docs/cmd/spo/term/term-set-add.mdx +169 -0
- package/docs/docs/cmd/spo/term/term-set-get.mdx +145 -0
- package/docs/docs/cmd/spo/term/term-set-list.mdx +135 -0
- package/docs/docs/cmd/spo/theme/theme-apply.mdx +55 -0
- package/docs/docs/cmd/spo/theme/theme-get.mdx +40 -0
- package/docs/docs/cmd/spo/theme/theme-list.mdx +35 -0
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +49 -0
- package/docs/docs/cmd/spo/theme/theme-set.mdx +91 -0
- package/docs/docs/cmd/spo/user/user-ensure.mdx +122 -0
- package/docs/docs/cmd/spo/user/user-get.mdx +131 -0
- package/docs/docs/cmd/spo/user/user-list.mdx +103 -0
- package/docs/docs/cmd/spo/user/user-remove.mdx +55 -0
- package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +649 -0
- package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +48 -0
- package/docs/docs/cmd/spo/web/web-add.mdx +138 -0
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +83 -0
- package/docs/docs/cmd/spo/web/web-get.mdx +561 -0
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +83 -0
- package/docs/docs/cmd/spo/web/web-list.mdx +135 -0
- package/docs/docs/cmd/spo/web/web-reindex.mdx +36 -0
- package/docs/docs/cmd/spo/web/web-remove.mdx +35 -0
- package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +115 -0
- package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +65 -0
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +62 -0
- package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +48 -0
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +41 -0
- package/docs/docs/cmd/spo/web/web-set.mdx +121 -0
- package/docs/docs/cmd/status.mdx +86 -0
- package/docs/docs/cmd/teams/app/app-install.mdx +57 -0
- package/docs/docs/cmd/teams/app/app-list.mdx +91 -0
- package/docs/docs/cmd/teams/app/app-publish.mdx +92 -0
- package/docs/docs/cmd/teams/app/app-remove.mdx +45 -0
- package/docs/docs/cmd/teams/app/app-uninstall.mdx +43 -0
- package/docs/docs/cmd/teams/app/app-update.mdx +48 -0
- package/docs/docs/cmd/teams/cache/cache-remove.mdx +58 -0
- package/docs/docs/cmd/teams/channel/channel-add.mdx +132 -0
- package/docs/docs/cmd/teams/channel/channel-get.mdx +122 -0
- package/docs/docs/cmd/teams/channel/channel-list.mdx +112 -0
- package/docs/docs/cmd/teams/channel/channel-member-add.mdx +62 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +119 -0
- package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +59 -0
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +121 -0
- package/docs/docs/cmd/teams/channel/channel-remove.mdx +70 -0
- package/docs/docs/cmd/teams/channel/channel-set.mdx +53 -0
- package/docs/docs/cmd/teams/chat/chat-get.mdx +131 -0
- package/docs/docs/cmd/teams/chat/chat-list.mdx +116 -0
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +93 -0
- package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +56 -0
- package/docs/docs/cmd/teams/chat/chat-message-list.mdx +121 -0
- package/docs/docs/cmd/teams/chat/chat-message-send.mdx +63 -0
- package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +82 -0
- package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +62 -0
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +76 -0
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +44 -0
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +82 -0
- package/docs/docs/cmd/teams/meeting/meeting-get.mdx +175 -0
- package/docs/docs/cmd/teams/meeting/meeting-list.mdx +162 -0
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +116 -0
- package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +88 -0
- package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +53 -0
- package/docs/docs/cmd/teams/message/message-get.mdx +163 -0
- package/docs/docs/cmd/teams/message/message-list.mdx +152 -0
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +146 -0
- package/docs/docs/cmd/teams/message/message-send.mdx +132 -0
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +87 -0
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +53 -0
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +95 -0
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +96 -0
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +114 -0
- package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +115 -0
- package/docs/docs/cmd/teams/report/report-pstncalls.mdx +119 -0
- package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +99 -0
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +93 -0
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +127 -0
- package/docs/docs/cmd/teams/tab/tab-add.mdx +120 -0
- package/docs/docs/cmd/teams/tab/tab-get.mdx +115 -0
- package/docs/docs/cmd/teams/tab/tab-list.mdx +115 -0
- package/docs/docs/cmd/teams/tab/tab-remove.mdx +51 -0
- package/docs/docs/cmd/teams/team/team-add.mdx +291 -0
- package/docs/docs/cmd/teams/team/team-app-list.mdx +108 -0
- package/docs/docs/cmd/teams/team/team-archive.mdx +59 -0
- package/docs/docs/cmd/teams/team/team-clone.mdx +59 -0
- package/docs/docs/cmd/teams/team/team-get.mdx +155 -0
- package/docs/docs/cmd/teams/team/team-list.mdx +149 -0
- package/docs/docs/cmd/teams/team/team-remove.mdx +60 -0
- package/docs/docs/cmd/teams/team/team-set.mdx +53 -0
- package/docs/docs/cmd/teams/team/team-unarchive.mdx +49 -0
- package/docs/docs/cmd/teams/user/user-app-add.mdx +39 -0
- package/docs/docs/cmd/teams/user/user-app-list.mdx +109 -0
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +43 -0
- package/docs/docs/cmd/teams/user/user-list.mdx +95 -0
- package/docs/docs/cmd/tenant/id/id-get.mdx +74 -0
- package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +95 -0
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +122 -0
- package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +72 -0
- package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +70 -0
- package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +76 -0
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +101 -0
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +172 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +173 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +174 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +126 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +124 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +127 -0
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +121 -0
- package/docs/docs/cmd/todo/list/list-add.mdx +85 -0
- package/docs/docs/cmd/todo/list/list-get.mdx +93 -0
- package/docs/docs/cmd/todo/list/list-list.mdx +82 -0
- package/docs/docs/cmd/todo/list/list-remove.mdx +44 -0
- package/docs/docs/cmd/todo/list/list-set.mdx +44 -0
- package/docs/docs/cmd/todo/task/task-add.mdx +178 -0
- package/docs/docs/cmd/todo/task/task-get.mdx +110 -0
- package/docs/docs/cmd/todo/task/task-list.mdx +115 -0
- package/docs/docs/cmd/todo/task/task-remove.mdx +48 -0
- package/docs/docs/cmd/todo/task/task-set.mdx +187 -0
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +95 -0
- package/docs/docs/cmd/version.mdx +59 -0
- package/docs/docs/cmd/viva/connections/connections-app-create.mdx +81 -0
- package/docs/docs/cmd/yammer/group/group-list.mdx +174 -0
- package/docs/docs/cmd/yammer/group/group-user-add.mdx +60 -0
- package/docs/docs/cmd/yammer/group/group-user-remove.mdx +58 -0
- package/docs/docs/cmd/yammer/message/message-add.mdx +175 -0
- package/docs/docs/cmd/yammer/message/message-get.mdx +148 -0
- package/docs/docs/cmd/yammer/message/message-like-set.mdx +58 -0
- package/docs/docs/cmd/yammer/message/message-list.mdx +201 -0
- package/docs/docs/cmd/yammer/message/message-remove.mdx +55 -0
- package/docs/docs/cmd/yammer/network/network-list.mdx +218 -0
- package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +91 -0
- package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +91 -0
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +109 -0
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +93 -0
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +94 -0
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +111 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +91 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +110 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +90 -0
- package/docs/docs/cmd/yammer/user/user-get.mdx +223 -0
- package/docs/docs/cmd/yammer/user/user-list.mdx +228 -0
- package/docs/docs/cmd/yammer/yammer-search.mdx +173 -0
- package/npm-shrinkwrap.json +302 -274
- package/package.json +18 -18
- package/dist/m365/aad/commands/approleassignment/AppRoleAssignment.js +0 -3
- package/dist/m365/aad/commands/approleassignment/ServicePrincipal.js +0 -3
- package/dist/m365/aad/commands/groupsetting/GroupSetting.js +0 -3
- package/dist/m365/aad/commands/groupsettingtemplate/GroupSettingTemplate.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySetting.js +0 -10
- package/dist/m365/aad/commands/siteclassification/DirectorySettingTemplatesRsp.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySettingValue.js +0 -3
- package/dist/m365/outlook/Message.js +0 -3
- package/dist/m365/spo/commands/site/SitePermission.js +0 -3
- package/dist/m365/teams/Channel.js +0 -3
- package/dist/m365/teams/ConversationMember.js +0 -3
- package/dist/m365/teams/Message.js +0 -3
- package/dist/m365/teams/Reply.js +0 -3
- package/dist/m365/teams/Tab.js +0 -3
- package/dist/m365/teams/Team.js +0 -3
- package/dist/m365/teams/TeamsApp.js +0 -3
- package/dist/m365/teams/TeamsAppInstallation.js +0 -3
- package/dist/m365/teams/TeamsTabConfiguration.js +0 -3
- package/dist/m365/teams/commands/Meeting.js +0 -3
- package/docs/docs/_clisettings.md +0 -21
- package/docs/docs/cmd/_global.md +0 -14
- package/docs/docs/cmd/aad/app/app-add.md +0 -180
- package/docs/docs/cmd/aad/app/app-get.md +0 -59
- package/docs/docs/cmd/aad/app/app-list.md +0 -152
- package/docs/docs/cmd/aad/app/app-remove.md +0 -55
- package/docs/docs/cmd/aad/app/app-role-add.md +0 -60
- package/docs/docs/cmd/aad/app/app-role-list.md +0 -48
- package/docs/docs/cmd/aad/app/app-role-remove.md +0 -70
- package/docs/docs/cmd/aad/app/app-set.md +0 -89
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +0 -62
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +0 -50
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +0 -65
- package/docs/docs/cmd/aad/group/group-get.md +0 -127
- package/docs/docs/cmd/aad/group/group-list.md +0 -30
- package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +0 -36
- package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +0 -24
- package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +0 -21
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +0 -37
- package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +0 -34
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +0 -33
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +0 -21
- package/docs/docs/cmd/aad/license/license-list.md +0 -87
- package/docs/docs/cmd/aad/o365group/o365group-add.md +0 -107
- package/docs/docs/cmd/aad/o365group/o365group-conversation-list.md +0 -24
- package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.md +0 -36
- package/docs/docs/cmd/aad/o365group/o365group-get.md +0 -33
- package/docs/docs/cmd/aad/o365group/o365group-list.md +0 -81
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +0 -30
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.md +0 -45
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.md +0 -45
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +0 -42
- package/docs/docs/cmd/aad/o365group/o365group-remove.md +0 -46
- package/docs/docs/cmd/aad/o365group/o365group-renew.md +0 -28
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +0 -39
- package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.md +0 -48
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +0 -39
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +0 -39
- package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.md +0 -39
- package/docs/docs/cmd/aad/o365group/o365group-set.md +0 -72
- package/docs/docs/cmd/aad/o365group/o365group-teamify.md +0 -33
- package/docs/docs/cmd/aad/o365group/o365group-user-add.md +0 -51
- package/docs/docs/cmd/aad/o365group/o365group-user-list.md +0 -39
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +0 -55
- package/docs/docs/cmd/aad/o365group/o365group-user-set.md +0 -61
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +0 -50
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +0 -35
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +0 -48
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +0 -42
- package/docs/docs/cmd/aad/policy/policy-list.md +0 -34
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +0 -34
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +0 -49
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +0 -25
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +0 -56
- package/docs/docs/cmd/aad/sp/sp-add.md +0 -53
- package/docs/docs/cmd/aad/sp/sp-get.md +0 -51
- package/docs/docs/cmd/aad/user/user-add.md +0 -172
- package/docs/docs/cmd/aad/user/user-get.md +0 -73
- package/docs/docs/cmd/aad/user/user-guest-add.md +0 -107
- package/docs/docs/cmd/aad/user/user-hibp.md +0 -46
- package/docs/docs/cmd/aad/user/user-license-add.md +0 -108
- package/docs/docs/cmd/aad/user/user-license-list.md +0 -98
- package/docs/docs/cmd/aad/user/user-license-remove.md +0 -43
- package/docs/docs/cmd/aad/user/user-list.md +0 -63
- package/docs/docs/cmd/aad/user/user-password-validate.md +0 -29
- package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.md +0 -42
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.md +0 -82
- package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.md +0 -45
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.md +0 -99
- package/docs/docs/cmd/aad/user/user-remove.md +0 -51
- package/docs/docs/cmd/aad/user/user-set.md +0 -133
- package/docs/docs/cmd/aad/user/user-signin-list.md +0 -81
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.md +0 -125
- package/docs/docs/cmd/app/app-get.md +0 -211
- package/docs/docs/cmd/app/app-open.md +0 -71
- package/docs/docs/cmd/app/permission/permission-add.md +0 -53
- package/docs/docs/cmd/app/permission/permission-list.md +0 -79
- package/docs/docs/cmd/booking/business/business-get.md +0 -162
- package/docs/docs/cmd/booking/business/business-list.md +0 -64
- package/docs/docs/cmd/cli/cli-consent.md +0 -58
- package/docs/docs/cmd/cli/cli-doctor.md +0 -92
- package/docs/docs/cmd/cli/cli-issue.md +0 -60
- package/docs/docs/cmd/cli/cli-reconsent.md +0 -51
- package/docs/docs/cmd/cli/completion/completion-clink-update.md +0 -36
- package/docs/docs/cmd/cli/completion/completion-pwsh-setup.md +0 -38
- package/docs/docs/cmd/cli/completion/completion-pwsh-update.md +0 -33
- package/docs/docs/cmd/cli/completion/completion-sh-setup.md +0 -51
- package/docs/docs/cmd/cli/completion/completion-sh-update.md +0 -33
- package/docs/docs/cmd/cli/config/config-get.md +0 -62
- package/docs/docs/cmd/cli/config/config-reset.md +0 -40
- package/docs/docs/cmd/cli/config/config-set.md +0 -43
- package/docs/docs/cmd/context/context-init.md +0 -25
- package/docs/docs/cmd/context/context-remove.md +0 -34
- package/docs/docs/cmd/context/option/option-list.md +0 -63
- package/docs/docs/cmd/context/option/option-remove.md +0 -37
- package/docs/docs/cmd/context/option/option-set.md +0 -31
- package/docs/docs/cmd/docs.md +0 -51
- package/docs/docs/cmd/file/convert/convert-pdf.md +0 -53
- package/docs/docs/cmd/file/file-add.md +0 -60
- package/docs/docs/cmd/file/file-list.md +0 -46
- package/docs/docs/cmd/flow/environment/environment-get.md +0 -159
- package/docs/docs/cmd/flow/environment/environment-list.md +0 -141
- package/docs/docs/cmd/flow/flow-disable.md +0 -51
- package/docs/docs/cmd/flow/flow-enable.md +0 -51
- package/docs/docs/cmd/flow/flow-export.md +0 -92
- package/docs/docs/cmd/flow/flow-get.md +0 -439
- package/docs/docs/cmd/flow/flow-list.md +0 -166
- package/docs/docs/cmd/flow/flow-remove.md +0 -63
- package/docs/docs/cmd/flow/owner/owner-ensure.md +0 -61
- package/docs/docs/cmd/flow/owner/owner-list.md +0 -90
- package/docs/docs/cmd/flow/owner/owner-remove.md +0 -67
- package/docs/docs/cmd/flow/run/run-cancel.md +0 -45
- package/docs/docs/cmd/flow/run/run-get.md +0 -214
- package/docs/docs/cmd/flow/run/run-list.md +0 -153
- package/docs/docs/cmd/flow/run/run-resubmit.md +0 -54
- package/docs/docs/cmd/graph/changelog/changelog-list.md +0 -105
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +0 -122
- package/docs/docs/cmd/graph/schemaextension/schemaextension-get.md +0 -90
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.md +0 -114
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.md +0 -42
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +0 -64
- package/docs/docs/cmd/graph/subscription/subscription-add.md +0 -137
- package/docs/docs/cmd/login.md +0 -190
- package/docs/docs/cmd/logout.md +0 -35
- package/docs/docs/cmd/onedrive/onedrive-list.md +0 -246
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.md +0 -78
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +0 -78
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.md +0 -91
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.md +0 -81
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.md +0 -91
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.md +0 -81
- package/docs/docs/cmd/onedrive/report/report-usagestorage.md +0 -76
- package/docs/docs/cmd/onenote/notebook/notebook-list.md +0 -149
- package/docs/docs/cmd/onenote/page/page-list.md +0 -140
- package/docs/docs/cmd/outlook/mail/mail-send.md +0 -129
- package/docs/docs/cmd/outlook/message/message-get.md +0 -191
- package/docs/docs/cmd/outlook/message/message-list.md +0 -162
- package/docs/docs/cmd/outlook/message/message-move.md +0 -57
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +0 -79
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +0 -79
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +0 -93
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +0 -82
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +0 -83
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +0 -96
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +0 -80
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +0 -88
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +0 -80
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +0 -79
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +0 -75
- package/docs/docs/cmd/outlook/room/room-list.md +0 -111
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +0 -79
- package/docs/docs/cmd/pa/app/app-consent-set.md +0 -47
- package/docs/docs/cmd/pa/app/app-export.md +0 -52
- package/docs/docs/cmd/pa/app/app-get.md +0 -248
- package/docs/docs/cmd/pa/app/app-list.md +0 -244
- package/docs/docs/cmd/pa/app/app-remove.md +0 -45
- package/docs/docs/cmd/pa/connector/connector-export.md +0 -53
- package/docs/docs/cmd/pa/connector/connector-list.md +0 -141
- package/docs/docs/cmd/pa/environment/environment-get.md +0 -168
- package/docs/docs/cmd/pa/environment/environment-list.md +0 -154
- package/docs/docs/cmd/pa/pcf/pcf-init.md +0 -52
- package/docs/docs/cmd/pa/solution/solution-init.md +0 -42
- package/docs/docs/cmd/pa/solution/solution-reference-add.md +0 -38
- package/docs/docs/cmd/planner/bucket/bucket-add.md +0 -91
- package/docs/docs/cmd/planner/bucket/bucket-get.md +0 -103
- package/docs/docs/cmd/planner/bucket/bucket-list.md +0 -86
- package/docs/docs/cmd/planner/bucket/bucket-remove.md +0 -64
- package/docs/docs/cmd/planner/bucket/bucket-set.md +0 -61
- package/docs/docs/cmd/planner/plan/plan-add.md +0 -226
- package/docs/docs/cmd/planner/plan/plan-get.md +0 -155
- package/docs/docs/cmd/planner/plan/plan-list.md +0 -111
- package/docs/docs/cmd/planner/plan/plan-remove.md +0 -56
- package/docs/docs/cmd/planner/plan/plan-set.md +0 -236
- package/docs/docs/cmd/planner/roster/roster-add.md +0 -76
- package/docs/docs/cmd/planner/roster/roster-get.md +0 -73
- package/docs/docs/cmd/planner/roster/roster-member-add.md +0 -87
- package/docs/docs/cmd/planner/roster/roster-member-get.md +0 -87
- package/docs/docs/cmd/planner/roster/roster-member-list.md +0 -76
- package/docs/docs/cmd/planner/roster/roster-member-remove.md +0 -51
- package/docs/docs/cmd/planner/roster/roster-plan-list.md +0 -109
- package/docs/docs/cmd/planner/roster/roster-remove.md +0 -49
- package/docs/docs/cmd/planner/task/task-add.md +0 -346
- package/docs/docs/cmd/planner/task/task-checklistitem-add.md +0 -91
- package/docs/docs/cmd/planner/task/task-checklistitem-list.md +0 -79
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +0 -40
- package/docs/docs/cmd/planner/task/task-get.md +0 -182
- package/docs/docs/cmd/planner/task/task-list.md +0 -166
- package/docs/docs/cmd/planner/task/task-reference-add.md +0 -91
- package/docs/docs/cmd/planner/task/task-reference-list.md +0 -70
- package/docs/docs/cmd/planner/task/task-reference-remove.md +0 -43
- package/docs/docs/cmd/planner/task/task-remove.md +0 -82
- package/docs/docs/cmd/planner/task/task-set.md +0 -341
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +0 -83
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +0 -111
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.md +0 -142
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.md +0 -138
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.md +0 -53
- package/docs/docs/cmd/pp/card/card-clone.md +0 -89
- package/docs/docs/cmd/pp/card/card-get.md +0 -171
- package/docs/docs/cmd/pp/card/card-list.md +0 -153
- package/docs/docs/cmd/pp/card/card-remove.md +0 -82
- package/docs/docs/cmd/pp/chatbot/chatbot-get.md +0 -178
- package/docs/docs/cmd/pp/chatbot/chatbot-list.md +0 -118
- package/docs/docs/cmd/pp/chatbot/chatbot-remove.md +0 -52
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.md +0 -150
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.md +0 -148
- package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +0 -49
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.md +0 -120
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.md +0 -61
- package/docs/docs/cmd/pp/environment/environment-get.md +0 -373
- package/docs/docs/cmd/pp/environment/environment-list.md +0 -368
- package/docs/docs/cmd/pp/gateway/gateway-get.md +0 -75
- package/docs/docs/cmd/pp/gateway/gateway-list.md +0 -75
- package/docs/docs/cmd/pp/managementapp/managementapp-add.md +0 -85
- package/docs/docs/cmd/pp/managementapp/managementapp-list.md +0 -60
- package/docs/docs/cmd/pp/solution/solution-get.md +0 -100
- package/docs/docs/cmd/pp/solution/solution-list.md +0 -84
- package/docs/docs/cmd/pp/solution/solution-publish.md +0 -52
- package/docs/docs/cmd/pp/solution/solution-publisher-add.md +0 -49
- package/docs/docs/cmd/pp/solution/solution-publisher-get.md +0 -102
- package/docs/docs/cmd/pp/solution/solution-publisher-list.md +0 -89
- package/docs/docs/cmd/pp/solution/solution-publisher-remove.md +0 -58
- package/docs/docs/cmd/pp/solution/solution-remove.md +0 -82
- package/docs/docs/cmd/pp/tenant/tenant-settings-list.md +0 -125
- package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +0 -218
- package/docs/docs/cmd/purview/auditlog/auditlog-list.md +0 -123
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.md +0 -148
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.md +0 -131
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.md +0 -107
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.md +0 -45
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +0 -106
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.md +0 -103
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.md +0 -97
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.md +0 -43
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.md +0 -43
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.md +0 -143
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.md +0 -97
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.md +0 -83
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.md +0 -39
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.md +0 -66
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.md +0 -118
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.md +0 -111
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.md +0 -97
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +0 -191
- package/docs/docs/cmd/request.md +0 -156
- package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +0 -47
- package/docs/docs/cmd/search/externalconnection/externalconnection-get.md +0 -88
- package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +0 -76
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +0 -44
- package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.md +0 -31
- package/docs/docs/cmd/setup.md +0 -86
- package/docs/docs/cmd/skype/report/report-activitycounts.md +0 -77
- package/docs/docs/cmd/skype/report/report-activityusercounts.md +0 -77
- package/docs/docs/cmd/skype/report/report-activityuserdetail.md +0 -115
- package/docs/docs/cmd/spfx/package/package-generate.md +0 -62
- package/docs/docs/cmd/spfx/project/project-doctor.md +0 -156
- package/docs/docs/cmd/spfx/project/project-externalize.md +0 -171
- package/docs/docs/cmd/spfx/project/project-permissions-grant.md +0 -86
- package/docs/docs/cmd/spfx/project/project-rename.md +0 -44
- package/docs/docs/cmd/spfx/project/project-upgrade.md +0 -187
- package/docs/docs/cmd/spfx/spfx-doctor.md +0 -108
- package/docs/docs/cmd/spo/app/app-add.md +0 -59
- package/docs/docs/cmd/spo/app/app-deploy.md +0 -72
- package/docs/docs/cmd/spo/app/app-get.md +0 -61
- package/docs/docs/cmd/spo/app/app-install.md +0 -44
- package/docs/docs/cmd/spo/app/app-instance-list.md +0 -24
- package/docs/docs/cmd/spo/app/app-list.md +0 -45
- package/docs/docs/cmd/spo/app/app-remove.md +0 -63
- package/docs/docs/cmd/spo/app/app-retract.md +0 -63
- package/docs/docs/cmd/spo/app/app-teamspackage-download.md +0 -56
- package/docs/docs/cmd/spo/app/app-uninstall.md +0 -53
- package/docs/docs/cmd/spo/app/app-upgrade.md +0 -44
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.md +0 -59
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.md +0 -145
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.md +0 -109
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.md +0 -77
- package/docs/docs/cmd/spo/apppage/apppage-add.md +0 -37
- package/docs/docs/cmd/spo/apppage/apppage-set.md +0 -30
- package/docs/docs/cmd/spo/cdn/cdn-get.md +0 -41
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +0 -38
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +0 -41
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.md +0 -41
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +0 -41
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +0 -41
- package/docs/docs/cmd/spo/cdn/cdn-set.md +0 -69
- package/docs/docs/cmd/spo/commandset/commandset-add.md +0 -159
- package/docs/docs/cmd/spo/commandset/commandset-get.md +0 -149
- package/docs/docs/cmd/spo/commandset/commandset-list.md +0 -109
- package/docs/docs/cmd/spo/commandset/commandset-remove.md +0 -55
- package/docs/docs/cmd/spo/commandset/commandset-set.md +0 -71
- package/docs/docs/cmd/spo/contenttype/contenttype-add.md +0 -73
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +0 -69
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +0 -52
- package/docs/docs/cmd/spo/contenttype/contenttype-get.md +0 -67
- package/docs/docs/cmd/spo/contenttype/contenttype-list.md +0 -33
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +0 -51
- package/docs/docs/cmd/spo/contenttype/contenttype-set.md +0 -59
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.md +0 -21
- package/docs/docs/cmd/spo/customaction/customaction-add.md +0 -139
- package/docs/docs/cmd/spo/customaction/customaction-clear.md +0 -43
- package/docs/docs/cmd/spo/customaction/customaction-get.md +0 -161
- package/docs/docs/cmd/spo/customaction/customaction-list.md +0 -47
- package/docs/docs/cmd/spo/customaction/customaction-remove.md +0 -86
- package/docs/docs/cmd/spo/customaction/customaction-set.md +0 -124
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md +0 -110
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.md +0 -64
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +0 -74
- package/docs/docs/cmd/spo/externaluser/externaluser-list.md +0 -61
- package/docs/docs/cmd/spo/feature/feature-disable.md +0 -43
- package/docs/docs/cmd/spo/feature/feature-enable.md +0 -43
- package/docs/docs/cmd/spo/feature/feature-list.md +0 -33
- package/docs/docs/cmd/spo/field/field-add.md +0 -71
- package/docs/docs/cmd/spo/field/field-get.md +0 -51
- package/docs/docs/cmd/spo/field/field-list.md +0 -51
- package/docs/docs/cmd/spo/field/field-remove.md +0 -63
- package/docs/docs/cmd/spo/field/field-set.md +0 -67
- package/docs/docs/cmd/spo/file/file-add.md +0 -156
- package/docs/docs/cmd/spo/file/file-checkin.md +0 -54
- package/docs/docs/cmd/spo/file/file-checkout.md +0 -36
- package/docs/docs/cmd/spo/file/file-copy.md +0 -72
- package/docs/docs/cmd/spo/file/file-get.md +0 -295
- package/docs/docs/cmd/spo/file/file-list.md +0 -124
- package/docs/docs/cmd/spo/file/file-move.md +0 -63
- package/docs/docs/cmd/spo/file/file-remove.md +0 -60
- package/docs/docs/cmd/spo/file/file-rename.md +0 -43
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +0 -58
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.md +0 -43
- package/docs/docs/cmd/spo/file/file-roleassignment-add.md +0 -57
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.md +0 -54
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +0 -54
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +0 -39
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.md +0 -36
- package/docs/docs/cmd/spo/file/file-sharinglink-add.md +0 -89
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.md +0 -46
- package/docs/docs/cmd/spo/file/file-sharinglink-get.md +0 -107
- package/docs/docs/cmd/spo/file/file-sharinglink-list.md +0 -106
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.md +0 -52
- package/docs/docs/cmd/spo/file/file-sharinglink-set.md +0 -104
- package/docs/docs/cmd/spo/file/file-version-clear.md +0 -55
- package/docs/docs/cmd/spo/file/file-version-get.md +0 -76
- package/docs/docs/cmd/spo/file/file-version-list.md +0 -76
- package/docs/docs/cmd/spo/file/file-version-remove.md +0 -58
- package/docs/docs/cmd/spo/file/file-version-restore.md +0 -58
- package/docs/docs/cmd/spo/folder/folder-add.md +0 -36
- package/docs/docs/cmd/spo/folder/folder-copy.md +0 -53
- package/docs/docs/cmd/spo/folder/folder-get.md +0 -51
- package/docs/docs/cmd/spo/folder/folder-list.md +0 -107
- package/docs/docs/cmd/spo/folder/folder-move.md +0 -53
- package/docs/docs/cmd/spo/folder/folder-remove.md +0 -43
- package/docs/docs/cmd/spo/folder/folder-rename.md +0 -36
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.md +0 -47
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.md +0 -43
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.md +0 -59
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.md +0 -57
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.md +0 -45
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +0 -42
- package/docs/docs/cmd/spo/group/group-add.md +0 -51
- package/docs/docs/cmd/spo/group/group-get.md +0 -45
- package/docs/docs/cmd/spo/group/group-list.md +0 -33
- package/docs/docs/cmd/spo/group/group-member-add.md +0 -150
- package/docs/docs/cmd/spo/group/group-member-list.md +0 -36
- package/docs/docs/cmd/spo/group/group-member-remove.md +0 -73
- package/docs/docs/cmd/spo/group/group-remove.md +0 -39
- package/docs/docs/cmd/spo/group/group-set.md +0 -69
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +0 -30
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +0 -33
- package/docs/docs/cmd/spo/homesite/homesite-get.md +0 -75
- package/docs/docs/cmd/spo/homesite/homesite-remove.md +0 -59
- package/docs/docs/cmd/spo/homesite/homesite-set.md +0 -104
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +0 -62
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -124
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +0 -58
- package/docs/docs/cmd/spo/hubsite/hubsite-get.md +0 -173
- package/docs/docs/cmd/spo/hubsite/hubsite-list.md +0 -190
- package/docs/docs/cmd/spo/hubsite/hubsite-register.md +0 -117
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +0 -55
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +0 -49
- package/docs/docs/cmd/spo/hubsite/hubsite-set.md +0 -120
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +0 -48
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.md +0 -52
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.md +0 -61
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +0 -57
- package/docs/docs/cmd/spo/list/list-add.md +0 -425
- package/docs/docs/cmd/spo/list/list-contenttype-add.md +0 -180
- package/docs/docs/cmd/spo/list/list-contenttype-default-set.md +0 -52
- package/docs/docs/cmd/spo/list/list-contenttype-list.md +0 -150
- package/docs/docs/cmd/spo/list/list-contenttype-remove.md +0 -55
- package/docs/docs/cmd/spo/list/list-get.md +0 -282
- package/docs/docs/cmd/spo/list/list-list.md +0 -213
- package/docs/docs/cmd/spo/list/list-remove.md +0 -43
- package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.md +0 -68
- package/docs/docs/cmd/spo/list/list-retentionlabel-get.md +0 -151
- package/docs/docs/cmd/spo/list/list-retentionlabel-remove.md +0 -52
- package/docs/docs/cmd/spo/list/list-roleassignment-add.md +0 -82
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +0 -61
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +0 -71
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +0 -58
- package/docs/docs/cmd/spo/list/list-set.md +0 -248
- package/docs/docs/cmd/spo/list/list-sitescript-get.md +0 -155
- package/docs/docs/cmd/spo/list/list-view-add.md +0 -258
- package/docs/docs/cmd/spo/list/list-view-field-add.md +0 -70
- package/docs/docs/cmd/spo/list/list-view-field-remove.md +0 -61
- package/docs/docs/cmd/spo/list/list-view-field-set.md +0 -70
- package/docs/docs/cmd/spo/list/list-view-get.md +0 -233
- package/docs/docs/cmd/spo/list/list-view-list.md +0 -184
- package/docs/docs/cmd/spo/list/list-view-remove.md +0 -70
- package/docs/docs/cmd/spo/list/list-view-set.md +0 -72
- package/docs/docs/cmd/spo/list/list-webhook-add.md +0 -107
- package/docs/docs/cmd/spo/list/list-webhook-get.md +0 -104
- package/docs/docs/cmd/spo/list/list-webhook-list.md +0 -96
- package/docs/docs/cmd/spo/list/list-webhook-remove.md +0 -58
- package/docs/docs/cmd/spo/list/list-webhook-set.md +0 -65
- package/docs/docs/cmd/spo/listitem/listitem-add.md +0 -174
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.md +0 -97
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +0 -64
- package/docs/docs/cmd/spo/listitem/listitem-batch-set.md +0 -67
- package/docs/docs/cmd/spo/listitem/listitem-get.md +0 -310
- package/docs/docs/cmd/spo/listitem/listitem-isrecord.md +0 -74
- package/docs/docs/cmd/spo/listitem/listitem-list.md +0 -179
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +0 -101
- package/docs/docs/cmd/spo/listitem/listitem-record-lock.md +0 -52
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +0 -52
- package/docs/docs/cmd/spo/listitem/listitem-record-unlock.md +0 -52
- package/docs/docs/cmd/spo/listitem/listitem-remove.md +0 -58
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +0 -71
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.md +0 -55
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.md +0 -85
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +0 -71
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +0 -74
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.md +0 -55
- package/docs/docs/cmd/spo/listitem/listitem-set.md +0 -172
- package/docs/docs/cmd/spo/mail/mail-send.md +0 -65
- package/docs/docs/cmd/spo/navigation/navigation-node-add.md +0 -127
- package/docs/docs/cmd/spo/navigation/navigation-node-get.md +0 -91
- package/docs/docs/cmd/spo/navigation/navigation-node-list.md +0 -92
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +0 -43
- package/docs/docs/cmd/spo/navigation/navigation-node-set.md +0 -59
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.md +0 -45
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +0 -87
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +0 -66
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +0 -54
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +0 -42
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.md +0 -35
- package/docs/docs/cmd/spo/page/page-add.md +0 -106
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +0 -85
- package/docs/docs/cmd/spo/page/page-column-get.md +0 -115
- package/docs/docs/cmd/spo/page/page-column-list.md +0 -82
- package/docs/docs/cmd/spo/page/page-control-get.md +0 -119
- package/docs/docs/cmd/spo/page/page-control-list.md +0 -115
- package/docs/docs/cmd/spo/page/page-control-set.md +0 -53
- package/docs/docs/cmd/spo/page/page-copy.md +0 -151
- package/docs/docs/cmd/spo/page/page-get.md +0 -175
- package/docs/docs/cmd/spo/page/page-header-set.md +0 -86
- package/docs/docs/cmd/spo/page/page-list.md +0 -198
- package/docs/docs/cmd/spo/page/page-remove.md +0 -46
- package/docs/docs/cmd/spo/page/page-section-add.md +0 -41
- package/docs/docs/cmd/spo/page/page-section-get.md +0 -78
- package/docs/docs/cmd/spo/page/page-section-list.md +0 -79
- package/docs/docs/cmd/spo/page/page-set.md +0 -103
- package/docs/docs/cmd/spo/page/page-template-list.md +0 -112
- package/docs/docs/cmd/spo/page/page-text-add.md +0 -59
- package/docs/docs/cmd/spo/propertybag/propertybag-get.md +0 -80
- package/docs/docs/cmd/spo/propertybag/propertybag-list.md +0 -92
- package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +0 -61
- package/docs/docs/cmd/spo/propertybag/propertybag-set.md +0 -65
- package/docs/docs/cmd/spo/report/report-activityfilecounts.md +0 -78
- package/docs/docs/cmd/spo/report/report-activitypages.md +0 -75
- package/docs/docs/cmd/spo/report/report-activityusercounts.md +0 -83
- package/docs/docs/cmd/spo/report/report-activityuserdetail.md +0 -96
- package/docs/docs/cmd/spo/report/report-siteusagedetail.md +0 -99
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +0 -81
- package/docs/docs/cmd/spo/report/report-siteusagepages.md +0 -76
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +0 -81
- package/docs/docs/cmd/spo/report/report-siteusagestorage.md +0 -76
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +0 -47
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +0 -125
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +0 -118
- package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.md +0 -40
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +0 -101
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +0 -82
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +0 -41
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +0 -100
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +0 -41
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +0 -79
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +0 -99
- package/docs/docs/cmd/spo/site/site-add.md +0 -179
- package/docs/docs/cmd/spo/site/site-appcatalog-add.md +0 -33
- package/docs/docs/cmd/spo/site/site-appcatalog-list.md +0 -55
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +0 -35
- package/docs/docs/cmd/spo/site/site-apppermission-add.md +0 -37
- package/docs/docs/cmd/spo/site/site-apppermission-get.md +0 -27
- package/docs/docs/cmd/spo/site/site-apppermission-list.md +0 -40
- package/docs/docs/cmd/spo/site/site-apppermission-remove.md +0 -48
- package/docs/docs/cmd/spo/site/site-apppermission-set.md +0 -48
- package/docs/docs/cmd/spo/site/site-chrome-set.md +0 -58
- package/docs/docs/cmd/spo/site/site-commsite-enable.md +0 -32
- package/docs/docs/cmd/spo/site/site-ensure.md +0 -124
- package/docs/docs/cmd/spo/site/site-get.md +0 -28
- package/docs/docs/cmd/spo/site/site-groupify.md +0 -71
- package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -37
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -37
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -28
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +0 -33
- package/docs/docs/cmd/spo/site/site-list.md +0 -75
- package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.md +0 -45
- package/docs/docs/cmd/spo/site/site-recyclebinitem-list.md +0 -40
- package/docs/docs/cmd/spo/site/site-recyclebinitem-move.md +0 -43
- package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.md +0 -45
- package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.md +0 -27
- package/docs/docs/cmd/spo/site/site-remove.md +0 -65
- package/docs/docs/cmd/spo/site/site-rename.md +0 -58
- package/docs/docs/cmd/spo/site/site-set.md +0 -175
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.md +0 -63
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +0 -40
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +0 -41
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +0 -25
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +0 -41
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.md +0 -46
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +0 -34
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.md +0 -48
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +0 -37
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +0 -35
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.md +0 -76
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +0 -28
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +0 -28
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +0 -37
- package/docs/docs/cmd/spo/sitescript/sitescript-add.md +0 -38
- package/docs/docs/cmd/spo/sitescript/sitescript-get.md +0 -32
- package/docs/docs/cmd/spo/sitescript/sitescript-list.md +0 -25
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +0 -41
- package/docs/docs/cmd/spo/sitescript/sitescript-set.md +0 -44
- package/docs/docs/cmd/spo/spo-get.md +0 -60
- package/docs/docs/cmd/spo/spo-search.md +0 -153
- package/docs/docs/cmd/spo/spo-set.md +0 -32
- package/docs/docs/cmd/spo/storageentity/storageentity-get.md +0 -32
- package/docs/docs/cmd/spo/storageentity/storageentity-list.md +0 -32
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +0 -47
- package/docs/docs/cmd/spo/storageentity/storageentity-set.md +0 -49
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.md +0 -59
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +0 -26
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.md +0 -59
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +0 -142
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.md +0 -103
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.md +0 -49
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.md +0 -49
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.md +0 -57
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.md +0 -26
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +0 -43
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +0 -40
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +0 -26
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +0 -300
- package/docs/docs/cmd/spo/term/term-add.md +0 -184
- package/docs/docs/cmd/spo/term/term-get.md +0 -159
- package/docs/docs/cmd/spo/term/term-group-add.md +0 -47
- package/docs/docs/cmd/spo/term/term-group-get.md +0 -104
- package/docs/docs/cmd/spo/term/term-group-list.md +0 -94
- package/docs/docs/cmd/spo/term/term-list.md +0 -254
- package/docs/docs/cmd/spo/term/term-set-add.md +0 -149
- package/docs/docs/cmd/spo/term/term-set-get.md +0 -128
- package/docs/docs/cmd/spo/term/term-set-list.md +0 -118
- package/docs/docs/cmd/spo/theme/theme-apply.md +0 -48
- package/docs/docs/cmd/spo/theme/theme-get.md +0 -33
- package/docs/docs/cmd/spo/theme/theme-list.md +0 -30
- package/docs/docs/cmd/spo/theme/theme-remove.md +0 -42
- package/docs/docs/cmd/spo/theme/theme-set.md +0 -84
- package/docs/docs/cmd/spo/user/user-ensure.md +0 -108
- package/docs/docs/cmd/spo/user/user-get.md +0 -117
- package/docs/docs/cmd/spo/user/user-list.md +0 -89
- package/docs/docs/cmd/spo/user/user-remove.md +0 -51
- package/docs/docs/cmd/spo/userprofile/userprofile-get.md +0 -635
- package/docs/docs/cmd/spo/userprofile/userprofile-set.md +0 -44
- package/docs/docs/cmd/spo/web/web-add.md +0 -124
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +0 -69
- package/docs/docs/cmd/spo/web/web-get.md +0 -540
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +0 -69
- package/docs/docs/cmd/spo/web/web-list.md +0 -121
- package/docs/docs/cmd/spo/web/web-reindex.md +0 -32
- package/docs/docs/cmd/spo/web/web-remove.md +0 -31
- package/docs/docs/cmd/spo/web/web-retentionlabel-list.md +0 -101
- package/docs/docs/cmd/spo/web/web-roleassignment-add.md +0 -61
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +0 -58
- package/docs/docs/cmd/spo/web/web-roleinheritance-break.md +0 -44
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +0 -37
- package/docs/docs/cmd/spo/web/web-set.md +0 -117
- package/docs/docs/cmd/status.md +0 -71
- package/docs/docs/cmd/teams/app/app-install.md +0 -53
- package/docs/docs/cmd/teams/app/app-list.md +0 -77
- package/docs/docs/cmd/teams/app/app-publish.md +0 -75
- package/docs/docs/cmd/teams/app/app-remove.md +0 -41
- package/docs/docs/cmd/teams/app/app-uninstall.md +0 -39
- package/docs/docs/cmd/teams/app/app-update.md +0 -44
- package/docs/docs/cmd/teams/cache/cache-remove.md +0 -50
- package/docs/docs/cmd/teams/channel/channel-add.md +0 -118
- package/docs/docs/cmd/teams/channel/channel-get.md +0 -108
- package/docs/docs/cmd/teams/channel/channel-list.md +0 -98
- package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -58
- package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -105
- package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -55
- package/docs/docs/cmd/teams/channel/channel-member-set.md +0 -107
- package/docs/docs/cmd/teams/channel/channel-remove.md +0 -66
- package/docs/docs/cmd/teams/channel/channel-set.md +0 -49
- package/docs/docs/cmd/teams/chat/chat-get.md +0 -117
- package/docs/docs/cmd/teams/chat/chat-list.md +0 -102
- package/docs/docs/cmd/teams/chat/chat-member-list.md +0 -79
- package/docs/docs/cmd/teams/chat/chat-member-remove.md +0 -52
- package/docs/docs/cmd/teams/chat/chat-message-list.md +0 -107
- package/docs/docs/cmd/teams/chat/chat-message-send.md +0 -59
- package/docs/docs/cmd/teams/funsettings/funsettings-list.md +0 -68
- package/docs/docs/cmd/teams/funsettings/funsettings-set.md +0 -58
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +0 -62
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +0 -40
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.md +0 -69
- package/docs/docs/cmd/teams/meeting/meeting-get.md +0 -159
- package/docs/docs/cmd/teams/meeting/meeting-list.md +0 -149
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.md +0 -96
- package/docs/docs/cmd/teams/membersettings/membersettings-list.md +0 -74
- package/docs/docs/cmd/teams/membersettings/membersettings-set.md +0 -49
- package/docs/docs/cmd/teams/message/message-get.md +0 -149
- package/docs/docs/cmd/teams/message/message-list.md +0 -138
- package/docs/docs/cmd/teams/message/message-reply-list.md +0 -132
- package/docs/docs/cmd/teams/message/message-send.md +0 -119
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +0 -73
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +0 -49
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +0 -81
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +0 -82
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +0 -100
- package/docs/docs/cmd/teams/report/report-directroutingcalls.md +0 -101
- package/docs/docs/cmd/teams/report/report-pstncalls.md +0 -105
- package/docs/docs/cmd/teams/report/report-useractivitycounts.md +0 -85
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +0 -79
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +0 -113
- package/docs/docs/cmd/teams/tab/tab-add.md +0 -106
- package/docs/docs/cmd/teams/tab/tab-get.md +0 -101
- package/docs/docs/cmd/teams/tab/tab-list.md +0 -101
- package/docs/docs/cmd/teams/tab/tab-remove.md +0 -47
- package/docs/docs/cmd/teams/team/team-add.md +0 -271
- package/docs/docs/cmd/teams/team/team-app-list.md +0 -94
- package/docs/docs/cmd/teams/team/team-archive.md +0 -55
- package/docs/docs/cmd/teams/team/team-clone.md +0 -55
- package/docs/docs/cmd/teams/team/team-get.md +0 -141
- package/docs/docs/cmd/teams/team/team-list.md +0 -135
- package/docs/docs/cmd/teams/team/team-remove.md +0 -56
- package/docs/docs/cmd/teams/team/team-set.md +0 -49
- package/docs/docs/cmd/teams/team/team-unarchive.md +0 -45
- package/docs/docs/cmd/teams/user/user-app-add.md +0 -35
- package/docs/docs/cmd/teams/user/user-app-list.md +0 -95
- package/docs/docs/cmd/teams/user/user-app-remove.md +0 -39
- package/docs/docs/cmd/teams/user/user-list.md +0 -81
- package/docs/docs/cmd/tenant/id/id-get.md +0 -60
- package/docs/docs/cmd/tenant/report/report-activeusercounts.md +0 -81
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +0 -108
- package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +0 -60
- package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +0 -58
- package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +0 -64
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +0 -87
- package/docs/docs/cmd/tenant/security/security-alerts-list.md +0 -158
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +0 -152
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +0 -153
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +0 -112
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +0 -111
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +0 -114
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +0 -108
- package/docs/docs/cmd/todo/list/list-add.md +0 -73
- package/docs/docs/cmd/todo/list/list-get.md +0 -79
- package/docs/docs/cmd/todo/list/list-list.md +0 -70
- package/docs/docs/cmd/todo/list/list-remove.md +0 -40
- package/docs/docs/cmd/todo/list/list-set.md +0 -40
- package/docs/docs/cmd/todo/task/task-add.md +0 -164
- package/docs/docs/cmd/todo/task/task-get.md +0 -96
- package/docs/docs/cmd/todo/task/task-list.md +0 -101
- package/docs/docs/cmd/todo/task/task-remove.md +0 -44
- package/docs/docs/cmd/todo/task/task-set.md +0 -173
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.md +0 -71
- package/docs/docs/cmd/version.md +0 -47
- package/docs/docs/cmd/viva/connections/connections-app-create.md +0 -77
- package/docs/docs/cmd/yammer/group/group-list.md +0 -157
- package/docs/docs/cmd/yammer/group/group-user-add.md +0 -53
- package/docs/docs/cmd/yammer/group/group-user-remove.md +0 -51
- package/docs/docs/cmd/yammer/message/message-add.md +0 -158
- package/docs/docs/cmd/yammer/message/message-get.md +0 -131
- package/docs/docs/cmd/yammer/message/message-like-set.md +0 -51
- package/docs/docs/cmd/yammer/message/message-list.md +0 -184
- package/docs/docs/cmd/yammer/message/message-remove.md +0 -48
- package/docs/docs/cmd/yammer/network/network-list.md +0 -201
- package/docs/docs/cmd/yammer/report/report-activitycounts.md +0 -77
- package/docs/docs/cmd/yammer/report/report-activityusercounts.md +0 -77
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +0 -95
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +0 -79
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +0 -80
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +0 -97
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +0 -77
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +0 -96
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +0 -76
- package/docs/docs/cmd/yammer/user/user-get.md +0 -206
- package/docs/docs/cmd/yammer/user/user-list.md +0 -211
- package/docs/docs/cmd/yammer/yammer-search.md +0 -156
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# todo task set
|
|
6
|
+
|
|
7
|
+
Update a task in a Microsoft To Do task list
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 todo task set [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`-i, --id <id>`
|
|
19
|
+
: The id of the task to update.
|
|
20
|
+
|
|
21
|
+
`-t, --title [title]`
|
|
22
|
+
: Sets the task title.
|
|
23
|
+
|
|
24
|
+
`-s, --status [status]`
|
|
25
|
+
: Sets the status of the task. Allowed values are `notStarted`, `inProgress`, `completed`, `waitingOnOthers`, `deferred`.
|
|
26
|
+
|
|
27
|
+
`--listName [listName]`
|
|
28
|
+
: The name of the task list in which the task exists. Specify either `listName` or `listId`, but not both.
|
|
29
|
+
|
|
30
|
+
`--listId [listId]`
|
|
31
|
+
: The id of the task list in which the task exists. Specify either `listName` or `listId`, but not both.
|
|
32
|
+
|
|
33
|
+
`--bodyContent [bodyContent]`
|
|
34
|
+
: The body content of the task. In the UI this is called 'notes'.
|
|
35
|
+
|
|
36
|
+
`--bodyContentType [bodyContentType]`
|
|
37
|
+
: The type of the body content. Possible values are `text` and `html`. Default is `text`.
|
|
38
|
+
|
|
39
|
+
`--importance [importance]`
|
|
40
|
+
: The importance of the task. Possible values are: `low`, `normal`, `high`.
|
|
41
|
+
|
|
42
|
+
`--dueDateTime [dueDateTime]`
|
|
43
|
+
: The date and time when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
|
|
44
|
+
|
|
45
|
+
`--reminderDateTime [reminderDateTime]`
|
|
46
|
+
: The date and time for a reminder alert of the task to occur. This should be defined as a valid ISO 8601 string in the UTC time zone.
|
|
47
|
+
|
|
48
|
+
`--categories [categories]`
|
|
49
|
+
: Comma-separated list of categories associated with the task.
|
|
50
|
+
|
|
51
|
+
`--completedDateTime [completedDateTime]`
|
|
52
|
+
: The date and time when the task was finished. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
53
|
+
|
|
54
|
+
`--startDateTime [startDateTime]`
|
|
55
|
+
: The date and time when the task is scheduled to start. This should be defined as a valid ISO 8601 string. `2021-12-16T18:28:48.6964197Z`
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
<Global />
|
|
59
|
+
|
|
60
|
+
## Remarks
|
|
61
|
+
|
|
62
|
+
When you specify the values for `categories`, each category can correspond to the displayName property of an [outlookCategory](https://learn.microsoft.com/en-us/graph/api/resources/outlookcategory?view=graph-rest-1.0). It is permissible to use distinct names.
|
|
63
|
+
|
|
64
|
+
## Examples
|
|
65
|
+
|
|
66
|
+
Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --title "Update doco" --listName "My task list"
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name
|
|
73
|
+
|
|
74
|
+
```sh
|
|
75
|
+
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --status "inProgress" --listName "My task list"
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name
|
|
79
|
+
|
|
80
|
+
```sh
|
|
81
|
+
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Update a task with due date in Microsoft To Do tasks list with list id
|
|
85
|
+
|
|
86
|
+
```sh
|
|
87
|
+
m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Update a task to Microsoft To Do with several categories
|
|
91
|
+
|
|
92
|
+
```sh
|
|
93
|
+
m365 todo task set --title "New task" --listName "My task list" --categories "Red category,Important"
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Update a task to Microsoft To Do with a start date and set a reminder for the task
|
|
97
|
+
|
|
98
|
+
```sh
|
|
99
|
+
m365 todo task set --title "New task" --listName "My task list" --startDateTime "2023-12-16T18:28:48.6964197Z" --isReminderOn true
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Response
|
|
103
|
+
|
|
104
|
+
<Tabs>
|
|
105
|
+
<TabItem value="JSON">
|
|
106
|
+
|
|
107
|
+
```json
|
|
108
|
+
{
|
|
109
|
+
"importance": "high",
|
|
110
|
+
"isReminderOn": true,
|
|
111
|
+
"status": "notStarted",
|
|
112
|
+
"title": "Update doco",
|
|
113
|
+
"createdDateTime": "2022-10-29T11:03:20.9175176Z",
|
|
114
|
+
"lastModifiedDateTime": "2022-10-30T14:07:03.0718199Z",
|
|
115
|
+
"hasAttachments": false,
|
|
116
|
+
"categories": [],
|
|
117
|
+
"id": "AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=",
|
|
118
|
+
"body": {
|
|
119
|
+
"content": "I should not forget this",
|
|
120
|
+
"contentType": "text"
|
|
121
|
+
},
|
|
122
|
+
"dueDateTime": {
|
|
123
|
+
"dateTime": "2023-01-01T00:00:00.0000000",
|
|
124
|
+
"timeZone": "UTC"
|
|
125
|
+
},
|
|
126
|
+
"reminderDateTime": {
|
|
127
|
+
"dateTime": "2023-01-01T12:00:00.0000000",
|
|
128
|
+
"timeZone": "UTC"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
</TabItem>
|
|
134
|
+
<TabItem value="Text">
|
|
135
|
+
|
|
136
|
+
```text
|
|
137
|
+
body : {"content":"I should not forget this","contentType":"text"}
|
|
138
|
+
categories : []
|
|
139
|
+
createdDateTime : 2022-10-29T11:03:20.9175176Z
|
|
140
|
+
dueDateTime : {"dateTime":"2023-01-01T00:00:00.0000000","timeZone":"UTC"}
|
|
141
|
+
hasAttachments : false
|
|
142
|
+
id : AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=
|
|
143
|
+
importance : high
|
|
144
|
+
isReminderOn : true
|
|
145
|
+
lastModifiedDateTime: 2022-10-30T14:08:17.6665299Z
|
|
146
|
+
reminderDateTime : {"dateTime":"2023-01-01T12:00:00.0000000","timeZone":"UTC"}
|
|
147
|
+
status : notStarted
|
|
148
|
+
title : Update doco
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
</TabItem>
|
|
152
|
+
<TabItem value="CSV">
|
|
153
|
+
|
|
154
|
+
```csv
|
|
155
|
+
importance,isReminderOn,status,title,createdDateTime,lastModifiedDateTime,hasAttachments,categories,id,body,dueDateTime,reminderDateTime
|
|
156
|
+
high,1,notStarted,Update doco,2022-10-29T11:03:20.9175176Z,2022-10-30T14:09:14.7687057Z,,[],AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=,"{""content"":""I should not forget this"",""contentType"":""text""}","{""dateTime"":""2023-01-01T00:00:00.0000000"",""timeZone"":""UTC""}","{""dateTime"":""2023-01-01T12:00:00.0000000"",""timeZone"":""UTC""}"
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
</TabItem>
|
|
160
|
+
<TabItem value="Markdown">
|
|
161
|
+
|
|
162
|
+
```md
|
|
163
|
+
# todo task set --id "AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=" --title "Update doco" --listName "My task list" --status "notStarted"
|
|
164
|
+
|
|
165
|
+
Date: 4/3/2023
|
|
166
|
+
|
|
167
|
+
## Update doco (AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=)
|
|
168
|
+
|
|
169
|
+
Property | Value
|
|
170
|
+
---------|-------
|
|
171
|
+
importance | high
|
|
172
|
+
isReminderOn | true
|
|
173
|
+
status | notStarted
|
|
174
|
+
title | Update doco
|
|
175
|
+
createdDateTime | 2022-10-29T11:03:20.9175176Z
|
|
176
|
+
lastModifiedDateTime | 2022-10-30T14:07:03.0718199Z
|
|
177
|
+
hasAttachments | false
|
|
178
|
+
categories | []
|
|
179
|
+
id | AAMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAAAAAAw3-tXgryDSr5p162KnUPKBwDEwEFouXWWT50CfwqSN9cpAAL3xdLTAADEwEFouXWWT50CfwqSN9cpAAL3xhtSAAA=
|
|
180
|
+
body | {"content":"I should not forget this","contentType":"text"}
|
|
181
|
+
dueDateTime | {"dateTime": "2023-01-01T00:00:00.0000000","timeZone": "UTC"}
|
|
182
|
+
reminderDateTime | {"dateTime": "2023-01-01T12:00:00.0000000","timeZone": "UTC"}
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
</TabItem>
|
|
186
|
+
</Tabs>
|
|
187
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# util accesstoken get
|
|
6
|
+
|
|
7
|
+
Gets access token for the specified resource
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 util accesstoken get [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`-r, --resource <resource>`
|
|
19
|
+
: The resource for which to retrieve an access token
|
|
20
|
+
|
|
21
|
+
`--new`
|
|
22
|
+
: Retrieve a new access token to ensure that it's valid for as long as possible
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
<Global />
|
|
26
|
+
|
|
27
|
+
## Remarks
|
|
28
|
+
|
|
29
|
+
:::tip
|
|
30
|
+
|
|
31
|
+
Instead of specifying the full URL of the resource, you can use one of the following shorthand identifiers: `sharepoint`, `graph`.
|
|
32
|
+
|
|
33
|
+
:::
|
|
34
|
+
|
|
35
|
+
The `util accesstoken get` command returns an access token for the specified resource. If an access token has been previously retrieved and is still valid, the command will return the cached token. If you want to ensure that the returned access token is valid for as long as possible, you can force the command to retrieve a new access token by using the `--new` option.
|
|
36
|
+
|
|
37
|
+
## Examples
|
|
38
|
+
|
|
39
|
+
Get access token for the Microsoft Graph
|
|
40
|
+
|
|
41
|
+
```sh
|
|
42
|
+
m365 util accesstoken get --resource https://graph.microsoft.com
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Get access token for SharePoint Online using the shorthand identifier
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
m365 util accesstoken get --resource sharepoint
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Get access token for Microsoft Graph using the shorthand identifier
|
|
52
|
+
|
|
53
|
+
```sh
|
|
54
|
+
m365 util accesstoken get --resource graph
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Get a new access token for SharePoint Online
|
|
58
|
+
|
|
59
|
+
```sh
|
|
60
|
+
m365 util accesstoken get --resource https://contoso.sharepoint.com --new
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Response
|
|
64
|
+
|
|
65
|
+
<Tabs>
|
|
66
|
+
<TabItem value="JSON">
|
|
67
|
+
|
|
68
|
+
```json
|
|
69
|
+
"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.ewogICJhdWQiOiAiaHR0cHM6Ly9jb250b3NvLnNoYXJlcG9pbnQuY29tIiwKICAiaXNzIjogImh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOC8iLAogICJpYXQiOiAxNjY3NTE2MDM1LAogICJuYmYiOiAxNjY3NTE2MDM1LAogICJleHAiOiAxNjY3NTIwODE3LAogICJhY3IiOiAiMSIsCiAgImFpbyI6ICJBVFFBeS84VEFBQUE0NFZrYm45YWNXa3Y1RVIzT1M1R3N3WWxZdzlHRlpvQmtQUG50VHhlTDY4ZDNRUXdheFFlMU01OW1ycnBXOVlFIiwKICAiYW1yIjogWwogICAgInB3ZCIKICBdLAogICJhcHBfZGlzcGxheW5hbWUiOiAiUG5QIE1hbmFnZW1lbnQgU2hlbGwiLAogICJhcHBpZCI6ICIzMTM1OWM3Zi1iZDdlLTQ3NWMtODZkYi1mZGI4YzkzNzU0OGUiLAogICJhcHBpZGFjciI6ICIwIiwKICAiZmFtaWx5X25hbWUiOiAiRG9lIiwKICAiZ2l2ZW5fbmFtZSI6ICJKb2huIiwKICAiaWR0eXAiOiAidXNlciIsCiAgImlwYWRkciI6ICIyMTMuNDkuMTM3LjQ2IiwKICAibmFtZSI6ICJKb2huIERvZSIsCiAgIm9pZCI6ICJiMjA5MWUxOC03ODgyLTRlZmUtYjdkMS05MDcwM2Y1YTVjNjUiLAogICJwdWlkIjogIjEwMDMyMDAwMzJEQTIyQ0EiLAogICJyaCI6ICIwLkFURUFXSmVGOVhveE0wV0hDRVY0SHBnOGFnTUFBQUFBQVBFUHpnQUFBQUFBQUFBeEFIYy4iLAogICJzY3AiOiAiQWxsU2l0ZXMuRnVsbENvbnRyb2wgQXBwQ2F0YWxvZy5SZWFkV3JpdGUuQWxsIEF1ZGl0TG9nLlJlYWQuQWxsIEJvb2tpbmdzLlJlYWQuQWxsIENoYW5uZWxNZW1iZXIuUmVhZFdyaXRlLkFsbCBDaGFubmVsTWVzc2FnZS5SZWFkLkFsbCBDaGFubmVsTWVzc2FnZS5TZW5kIENoYW5uZWxTZXR0aW5ncy5SZWFkV3JpdGUuQWxsIENoYXQuUmVhZCBDaGF0LlJlYWRXcml0ZSBEaXJlY3RvcnkuQWNjZXNzQXNVc2VyLkFsbCBEaXJlY3RvcnkuUmVhZFdyaXRlLkFsbCBFeHRlcm5hbENvbm5lY3Rpb24uUmVhZFdyaXRlLkFsbCBHcm91cC5SZWFkV3JpdGUuQWxsIElkZW50aXR5UHJvdmlkZXIuUmVhZFdyaXRlLkFsbCBNYWlsLlJlYWRXcml0ZSBNYWlsLlNlbmQgTm90ZXMuUmVhZC5BbGwgUGxhY2UuUmVhZC5BbGwgUG9saWN5LlJlYWQuQWxsIFJlcG9ydHMuUmVhZC5BbGwgU2VjdXJpdHlFdmVudHMuUmVhZC5BbGwgU2VydmljZUhlYWx0aC5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZS5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZVZpZXdwb2ludC5Xcml0ZSBUYXNrcy5SZWFkV3JpdGUgVGVhbS5DcmVhdGUgVGVhbU1lbWJlci5SZWFkV3JpdGUuQWxsIFRlYW1zQXBwSW5zdGFsbGF0aW9uLlJlYWRXcml0ZUZvclVzZXIgVGVhbVNldHRpbmdzLlJlYWRXcml0ZS5BbGwgVGVhbXNUYWIuUmVhZFdyaXRlLkFsbCBUZXJtU3RvcmUuUmVhZFdyaXRlLkFsbCBVc2VyLkludml0ZS5BbGwgVXNlci5SZWFkV3JpdGUuQWxsIiwKICAic2lkIjogImQwNzE4ZmE2LTYyYzAtNDExYi04YTFjLTIyNjdhNWM5N2VkNSIsCiAgInNpZ25pbl9zdGF0ZSI6IFsKICAgICJrbXNpIgogIF0sCiAgInN1YiI6ICJCdFhiMVdVdmIzOVp6UXoyd2tTenozZnZ5emFwSFl5b1dlRHlhNzF2S3ZRIiwKICAidGlkIjogImVhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOCIsCiAgInVuaXF1ZV9uYW1lIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXBuIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXRpIjogIjdvdDQ4UjhlQmttbk5QTnpGM1F3QUEiLAogICJ2ZXIiOiAiMS4wIiwKICAid2lkcyI6IFsKICAgICI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLAogICAgImI3OWZiZjRkLTNlZjktNDY4OS04MTQzLTc2YjE5NGU4NTUwOSIKICBdCn0=.Y6yWiwlla_qNGKjePmkLsF8Oq0ZFK3ujk8eHixwtHIyus5g1ojbo7K-1lgExXrKGAp59YGLIKWoU7t-LeblKrdB35QHGjRoiQk0VaomE75iX9k-if_5D98h2N6t9WwSHGQcBj3lMonG4lmQfNV5hmBx9xFwJtCkbInaFRmoLZPBCcAFKrLRzE6LjdecXaBnGtxucWKsVOZVc6RRLTvWNpKbQLuJ3azremB77qZ49BxtuVLCgYzYsf8a14mJhMlEN4_m6mPjhdmElcr8JSe6EZRxrGlKMhUhkhc4zhjkQ_nDHqzXkin80FUbyX1y5U4r71KUJvtn5bqxeDK20DQD6mQ"
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
</TabItem>
|
|
73
|
+
<TabItem value="Text">
|
|
74
|
+
|
|
75
|
+
```text
|
|
76
|
+
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.ewogICJhdWQiOiAiaHR0cHM6Ly9jb250b3NvLnNoYXJlcG9pbnQuY29tIiwKICAiaXNzIjogImh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOC8iLAogICJpYXQiOiAxNjY3NTE2MDM1LAogICJuYmYiOiAxNjY3NTE2MDM1LAogICJleHAiOiAxNjY3NTIwODE3LAogICJhY3IiOiAiMSIsCiAgImFpbyI6ICJBVFFBeS84VEFBQUE0NFZrYm45YWNXa3Y1RVIzT1M1R3N3WWxZdzlHRlpvQmtQUG50VHhlTDY4ZDNRUXdheFFlMU01OW1ycnBXOVlFIiwKICAiYW1yIjogWwogICAgInB3ZCIKICBdLAogICJhcHBfZGlzcGxheW5hbWUiOiAiUG5QIE1hbmFnZW1lbnQgU2hlbGwiLAogICJhcHBpZCI6ICIzMTM1OWM3Zi1iZDdlLTQ3NWMtODZkYi1mZGI4YzkzNzU0OGUiLAogICJhcHBpZGFjciI6ICIwIiwKICAiZmFtaWx5X25hbWUiOiAiRG9lIiwKICAiZ2l2ZW5fbmFtZSI6ICJKb2huIiwKICAiaWR0eXAiOiAidXNlciIsCiAgImlwYWRkciI6ICIyMTMuNDkuMTM3LjQ2IiwKICAibmFtZSI6ICJKb2huIERvZSIsCiAgIm9pZCI6ICJiMjA5MWUxOC03ODgyLTRlZmUtYjdkMS05MDcwM2Y1YTVjNjUiLAogICJwdWlkIjogIjEwMDMyMDAwMzJEQTIyQ0EiLAogICJyaCI6ICIwLkFURUFXSmVGOVhveE0wV0hDRVY0SHBnOGFnTUFBQUFBQVBFUHpnQUFBQUFBQUFBeEFIYy4iLAogICJzY3AiOiAiQWxsU2l0ZXMuRnVsbENvbnRyb2wgQXBwQ2F0YWxvZy5SZWFkV3JpdGUuQWxsIEF1ZGl0TG9nLlJlYWQuQWxsIEJvb2tpbmdzLlJlYWQuQWxsIENoYW5uZWxNZW1iZXIuUmVhZFdyaXRlLkFsbCBDaGFubmVsTWVzc2FnZS5SZWFkLkFsbCBDaGFubmVsTWVzc2FnZS5TZW5kIENoYW5uZWxTZXR0aW5ncy5SZWFkV3JpdGUuQWxsIENoYXQuUmVhZCBDaGF0LlJlYWRXcml0ZSBEaXJlY3RvcnkuQWNjZXNzQXNVc2VyLkFsbCBEaXJlY3RvcnkuUmVhZFdyaXRlLkFsbCBFeHRlcm5hbENvbm5lY3Rpb24uUmVhZFdyaXRlLkFsbCBHcm91cC5SZWFkV3JpdGUuQWxsIElkZW50aXR5UHJvdmlkZXIuUmVhZFdyaXRlLkFsbCBNYWlsLlJlYWRXcml0ZSBNYWlsLlNlbmQgTm90ZXMuUmVhZC5BbGwgUGxhY2UuUmVhZC5BbGwgUG9saWN5LlJlYWQuQWxsIFJlcG9ydHMuUmVhZC5BbGwgU2VjdXJpdHlFdmVudHMuUmVhZC5BbGwgU2VydmljZUhlYWx0aC5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZS5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZVZpZXdwb2ludC5Xcml0ZSBUYXNrcy5SZWFkV3JpdGUgVGVhbS5DcmVhdGUgVGVhbU1lbWJlci5SZWFkV3JpdGUuQWxsIFRlYW1zQXBwSW5zdGFsbGF0aW9uLlJlYWRXcml0ZUZvclVzZXIgVGVhbVNldHRpbmdzLlJlYWRXcml0ZS5BbGwgVGVhbXNUYWIuUmVhZFdyaXRlLkFsbCBUZXJtU3RvcmUuUmVhZFdyaXRlLkFsbCBVc2VyLkludml0ZS5BbGwgVXNlci5SZWFkV3JpdGUuQWxsIiwKICAic2lkIjogImQwNzE4ZmE2LTYyYzAtNDExYi04YTFjLTIyNjdhNWM5N2VkNSIsCiAgInNpZ25pbl9zdGF0ZSI6IFsKICAgICJrbXNpIgogIF0sCiAgInN1YiI6ICJCdFhiMVdVdmIzOVp6UXoyd2tTenozZnZ5emFwSFl5b1dlRHlhNzF2S3ZRIiwKICAidGlkIjogImVhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOCIsCiAgInVuaXF1ZV9uYW1lIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXBuIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXRpIjogIjdvdDQ4UjhlQmttbk5QTnpGM1F3QUEiLAogICJ2ZXIiOiAiMS4wIiwKICAid2lkcyI6IFsKICAgICI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLAogICAgImI3OWZiZjRkLTNlZjktNDY4OS04MTQzLTc2YjE5NGU4NTUwOSIKICBdCn0=.Y6yWiwlla_qNGKjePmkLsF8Oq0ZFK3ujk8eHixwtHIyus5g1ojbo7K-1lgExXrKGAp59YGLIKWoU7t-LeblKrdB35QHGjRoiQk0VaomE75iX9k-if_5D98h2N6t9WwSHGQcBj3lMonG4lmQfNV5hmBx9xFwJtCkbInaFRmoLZPBCcAFKrLRzE6LjdecXaBnGtxucWKsVOZVc6RRLTvWNpKbQLuJ3azremB77qZ49BxtuVLCgYzYsf8a14mJhMlEN4_m6mPjhdmElcr8JSe6EZRxrGlKMhUhkhc4zhjkQ_nDHqzXkin80FUbyX1y5U4r71KUJvtn5bqxeDK20DQD6mQ
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
</TabItem>
|
|
80
|
+
<TabItem value="CSV">
|
|
81
|
+
|
|
82
|
+
```csv
|
|
83
|
+
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.ewogICJhdWQiOiAiaHR0cHM6Ly9jb250b3NvLnNoYXJlcG9pbnQuY29tIiwKICAiaXNzIjogImh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOC8iLAogICJpYXQiOiAxNjY3NTE2MDM1LAogICJuYmYiOiAxNjY3NTE2MDM1LAogICJleHAiOiAxNjY3NTIwODE3LAogICJhY3IiOiAiMSIsCiAgImFpbyI6ICJBVFFBeS84VEFBQUE0NFZrYm45YWNXa3Y1RVIzT1M1R3N3WWxZdzlHRlpvQmtQUG50VHhlTDY4ZDNRUXdheFFlMU01OW1ycnBXOVlFIiwKICAiYW1yIjogWwogICAgInB3ZCIKICBdLAogICJhcHBfZGlzcGxheW5hbWUiOiAiUG5QIE1hbmFnZW1lbnQgU2hlbGwiLAogICJhcHBpZCI6ICIzMTM1OWM3Zi1iZDdlLTQ3NWMtODZkYi1mZGI4YzkzNzU0OGUiLAogICJhcHBpZGFjciI6ICIwIiwKICAiZmFtaWx5X25hbWUiOiAiRG9lIiwKICAiZ2l2ZW5fbmFtZSI6ICJKb2huIiwKICAiaWR0eXAiOiAidXNlciIsCiAgImlwYWRkciI6ICIyMTMuNDkuMTM3LjQ2IiwKICAibmFtZSI6ICJKb2huIERvZSIsCiAgIm9pZCI6ICJiMjA5MWUxOC03ODgyLTRlZmUtYjdkMS05MDcwM2Y1YTVjNjUiLAogICJwdWlkIjogIjEwMDMyMDAwMzJEQTIyQ0EiLAogICJyaCI6ICIwLkFURUFXSmVGOVhveE0wV0hDRVY0SHBnOGFnTUFBQUFBQVBFUHpnQUFBQUFBQUFBeEFIYy4iLAogICJzY3AiOiAiQWxsU2l0ZXMuRnVsbENvbnRyb2wgQXBwQ2F0YWxvZy5SZWFkV3JpdGUuQWxsIEF1ZGl0TG9nLlJlYWQuQWxsIEJvb2tpbmdzLlJlYWQuQWxsIENoYW5uZWxNZW1iZXIuUmVhZFdyaXRlLkFsbCBDaGFubmVsTWVzc2FnZS5SZWFkLkFsbCBDaGFubmVsTWVzc2FnZS5TZW5kIENoYW5uZWxTZXR0aW5ncy5SZWFkV3JpdGUuQWxsIENoYXQuUmVhZCBDaGF0LlJlYWRXcml0ZSBEaXJlY3RvcnkuQWNjZXNzQXNVc2VyLkFsbCBEaXJlY3RvcnkuUmVhZFdyaXRlLkFsbCBFeHRlcm5hbENvbm5lY3Rpb24uUmVhZFdyaXRlLkFsbCBHcm91cC5SZWFkV3JpdGUuQWxsIElkZW50aXR5UHJvdmlkZXIuUmVhZFdyaXRlLkFsbCBNYWlsLlJlYWRXcml0ZSBNYWlsLlNlbmQgTm90ZXMuUmVhZC5BbGwgUGxhY2UuUmVhZC5BbGwgUG9saWN5LlJlYWQuQWxsIFJlcG9ydHMuUmVhZC5BbGwgU2VjdXJpdHlFdmVudHMuUmVhZC5BbGwgU2VydmljZUhlYWx0aC5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZS5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZVZpZXdwb2ludC5Xcml0ZSBUYXNrcy5SZWFkV3JpdGUgVGVhbS5DcmVhdGUgVGVhbU1lbWJlci5SZWFkV3JpdGUuQWxsIFRlYW1zQXBwSW5zdGFsbGF0aW9uLlJlYWRXcml0ZUZvclVzZXIgVGVhbVNldHRpbmdzLlJlYWRXcml0ZS5BbGwgVGVhbXNUYWIuUmVhZFdyaXRlLkFsbCBUZXJtU3RvcmUuUmVhZFdyaXRlLkFsbCBVc2VyLkludml0ZS5BbGwgVXNlci5SZWFkV3JpdGUuQWxsIiwKICAic2lkIjogImQwNzE4ZmE2LTYyYzAtNDExYi04YTFjLTIyNjdhNWM5N2VkNSIsCiAgInNpZ25pbl9zdGF0ZSI6IFsKICAgICJrbXNpIgogIF0sCiAgInN1YiI6ICJCdFhiMVdVdmIzOVp6UXoyd2tTenozZnZ5emFwSFl5b1dlRHlhNzF2S3ZRIiwKICAidGlkIjogImVhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOCIsCiAgInVuaXF1ZV9uYW1lIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXBuIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXRpIjogIjdvdDQ4UjhlQmttbk5QTnpGM1F3QUEiLAogICJ2ZXIiOiAiMS4wIiwKICAid2lkcyI6IFsKICAgICI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLAogICAgImI3OWZiZjRkLTNlZjktNDY4OS04MTQzLTc2YjE5NGU4NTUwOSIKICBdCn0=.Y6yWiwlla_qNGKjePmkLsF8Oq0ZFK3ujk8eHixwtHIyus5g1ojbo7K-1lgExXrKGAp59YGLIKWoU7t-LeblKrdB35QHGjRoiQk0VaomE75iX9k-if_5D98h2N6t9WwSHGQcBj3lMonG4lmQfNV5hmBx9xFwJtCkbInaFRmoLZPBCcAFKrLRzE6LjdecXaBnGtxucWKsVOZVc6RRLTvWNpKbQLuJ3azremB77qZ49BxtuVLCgYzYsf8a14mJhMlEN4_m6mPjhdmElcr8JSe6EZRxrGlKMhUhkhc4zhjkQ_nDHqzXkin80FUbyX1y5U4r71KUJvtn5bqxeDK20DQD6mQ
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
</TabItem>
|
|
87
|
+
<TabItem value="Markdown">
|
|
88
|
+
|
|
89
|
+
```md
|
|
90
|
+
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSIsImtpZCI6IjJaUXBKM1VwYmpBWVhZR2FYRUpsOGxWMFRPSSJ9.ewogICJhdWQiOiAiaHR0cHM6Ly9jb250b3NvLnNoYXJlcG9pbnQuY29tIiwKICAiaXNzIjogImh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2VhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOC8iLAogICJpYXQiOiAxNjY3NTE2MDM1LAogICJuYmYiOiAxNjY3NTE2MDM1LAogICJleHAiOiAxNjY3NTIwODE3LAogICJhY3IiOiAiMSIsCiAgImFpbyI6ICJBVFFBeS84VEFBQUE0NFZrYm45YWNXa3Y1RVIzT1M1R3N3WWxZdzlHRlpvQmtQUG50VHhlTDY4ZDNRUXdheFFlMU01OW1ycnBXOVlFIiwKICAiYW1yIjogWwogICAgInB3ZCIKICBdLAogICJhcHBfZGlzcGxheW5hbWUiOiAiUG5QIE1hbmFnZW1lbnQgU2hlbGwiLAogICJhcHBpZCI6ICIzMTM1OWM3Zi1iZDdlLTQ3NWMtODZkYi1mZGI4YzkzNzU0OGUiLAogICJhcHBpZGFjciI6ICIwIiwKICAiZmFtaWx5X25hbWUiOiAiRG9lIiwKICAiZ2l2ZW5fbmFtZSI6ICJKb2huIiwKICAiaWR0eXAiOiAidXNlciIsCiAgImlwYWRkciI6ICIyMTMuNDkuMTM3LjQ2IiwKICAibmFtZSI6ICJKb2huIERvZSIsCiAgIm9pZCI6ICJiMjA5MWUxOC03ODgyLTRlZmUtYjdkMS05MDcwM2Y1YTVjNjUiLAogICJwdWlkIjogIjEwMDMyMDAwMzJEQTIyQ0EiLAogICJyaCI6ICIwLkFURUFXSmVGOVhveE0wV0hDRVY0SHBnOGFnTUFBQUFBQVBFUHpnQUFBQUFBQUFBeEFIYy4iLAogICJzY3AiOiAiQWxsU2l0ZXMuRnVsbENvbnRyb2wgQXBwQ2F0YWxvZy5SZWFkV3JpdGUuQWxsIEF1ZGl0TG9nLlJlYWQuQWxsIEJvb2tpbmdzLlJlYWQuQWxsIENoYW5uZWxNZW1iZXIuUmVhZFdyaXRlLkFsbCBDaGFubmVsTWVzc2FnZS5SZWFkLkFsbCBDaGFubmVsTWVzc2FnZS5TZW5kIENoYW5uZWxTZXR0aW5ncy5SZWFkV3JpdGUuQWxsIENoYXQuUmVhZCBDaGF0LlJlYWRXcml0ZSBEaXJlY3RvcnkuQWNjZXNzQXNVc2VyLkFsbCBEaXJlY3RvcnkuUmVhZFdyaXRlLkFsbCBFeHRlcm5hbENvbm5lY3Rpb24uUmVhZFdyaXRlLkFsbCBHcm91cC5SZWFkV3JpdGUuQWxsIElkZW50aXR5UHJvdmlkZXIuUmVhZFdyaXRlLkFsbCBNYWlsLlJlYWRXcml0ZSBNYWlsLlNlbmQgTm90ZXMuUmVhZC5BbGwgUGxhY2UuUmVhZC5BbGwgUG9saWN5LlJlYWQuQWxsIFJlcG9ydHMuUmVhZC5BbGwgU2VjdXJpdHlFdmVudHMuUmVhZC5BbGwgU2VydmljZUhlYWx0aC5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZS5SZWFkLkFsbCBTZXJ2aWNlTWVzc2FnZVZpZXdwb2ludC5Xcml0ZSBUYXNrcy5SZWFkV3JpdGUgVGVhbS5DcmVhdGUgVGVhbU1lbWJlci5SZWFkV3JpdGUuQWxsIFRlYW1zQXBwSW5zdGFsbGF0aW9uLlJlYWRXcml0ZUZvclVzZXIgVGVhbVNldHRpbmdzLlJlYWRXcml0ZS5BbGwgVGVhbXNUYWIuUmVhZFdyaXRlLkFsbCBUZXJtU3RvcmUuUmVhZFdyaXRlLkFsbCBVc2VyLkludml0ZS5BbGwgVXNlci5SZWFkV3JpdGUuQWxsIiwKICAic2lkIjogImQwNzE4ZmE2LTYyYzAtNDExYi04YTFjLTIyNjdhNWM5N2VkNSIsCiAgInNpZ25pbl9zdGF0ZSI6IFsKICAgICJrbXNpIgogIF0sCiAgInN1YiI6ICJCdFhiMVdVdmIzOVp6UXoyd2tTenozZnZ5emFwSFl5b1dlRHlhNzF2S3ZRIiwKICAidGlkIjogImVhNjExNDcxLTE2ZTEtNDEwMS1hN2M0LTMzNTNmNjc1YTBkOCIsCiAgInVuaXF1ZV9uYW1lIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXBuIjogImpvaG4uZG9lQGNvbnRvc28ub25taWNyb3NvZnQuY29tIiwKICAidXRpIjogIjdvdDQ4UjhlQmttbk5QTnpGM1F3QUEiLAogICJ2ZXIiOiAiMS4wIiwKICAid2lkcyI6IFsKICAgICI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLAogICAgImI3OWZiZjRkLTNlZjktNDY4OS04MTQzLTc2YjE5NGU4NTUwOSIKICBdCn0=.Y6yWiwlla_qNGKjePmkLsF8Oq0ZFK3ujk8eHixwtHIyus5g1ojbo7K-1lgExXrKGAp59YGLIKWoU7t-LeblKrdB35QHGjRoiQk0VaomE75iX9k-if_5D98h2N6t9WwSHGQcBj3lMonG4lmQfNV5hmBx9xFwJtCkbInaFRmoLZPBCcAFKrLRzE6LjdecXaBnGtxucWKsVOZVc6RRLTvWNpKbQLuJ3azremB77qZ49BxtuVLCgYzYsf8a14mJhMlEN4_m6mPjhdmElcr8JSe6EZRxrGlKMhUhkhc4zhjkQ_nDHqzXkin80FUbyX1y5U4r71KUJvtn5bqxeDK20DQD6mQ
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
</TabItem>
|
|
94
|
+
</Tabs>
|
|
95
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# version
|
|
6
|
+
|
|
7
|
+
Shows CLI for Microsoft 365 version
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 version [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
<Global />
|
|
18
|
+
|
|
19
|
+
## Examples
|
|
20
|
+
|
|
21
|
+
Show the version of CLI for Microsoft 365
|
|
22
|
+
|
|
23
|
+
```sh
|
|
24
|
+
m365 version
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Response
|
|
28
|
+
|
|
29
|
+
<Tabs>
|
|
30
|
+
<TabItem value="JSON">
|
|
31
|
+
|
|
32
|
+
```json
|
|
33
|
+
"v6.3.0"
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
</TabItem>
|
|
37
|
+
<TabItem value="Text">
|
|
38
|
+
|
|
39
|
+
```text
|
|
40
|
+
v6.3.0
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
</TabItem>
|
|
44
|
+
<TabItem value="CSV">
|
|
45
|
+
|
|
46
|
+
```csv
|
|
47
|
+
v6.3.0
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
</TabItem>
|
|
51
|
+
<TabItem value="Markdown">
|
|
52
|
+
|
|
53
|
+
```md
|
|
54
|
+
v6.3.0
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
</TabItem>
|
|
58
|
+
</Tabs>
|
|
59
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
|
|
3
|
+
# viva connections app create
|
|
4
|
+
|
|
5
|
+
Creates a Viva Connections desktop app package to upload to Microsoft Teams
|
|
6
|
+
|
|
7
|
+
## Usage
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
m365 viva connections app create [options]
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Options
|
|
14
|
+
|
|
15
|
+
```md definition-list
|
|
16
|
+
`--portalUrl <portalUrl>`
|
|
17
|
+
: The URL of the site to pin in Microsoft Teams. Must be a Communication site
|
|
18
|
+
|
|
19
|
+
`--name <name>`
|
|
20
|
+
: Name of the app to create, eg. `Contoso`. No longer than 30 characters
|
|
21
|
+
|
|
22
|
+
`--description <description>`
|
|
23
|
+
: Short description of the app. Displayed in the app's _About_ dialog. No longer than 80 characters
|
|
24
|
+
|
|
25
|
+
`--longDescription <longDescription>`
|
|
26
|
+
: Long description of the app. Displayed in the app's _About_ dialog. No longer than 4000 characters
|
|
27
|
+
|
|
28
|
+
`--privacyPolicyUrl [privacyPolicyUrl]`
|
|
29
|
+
: URL to your organization's privacy policy. Displayed in the app's _About_ dialog. Defaults to `https://privacy.microsoft.com/en-us/privacystatement` if not specified
|
|
30
|
+
|
|
31
|
+
`--termsOfUseUrl [termsOfUseUrl]`
|
|
32
|
+
: URL to your organization's terms of use. Displayed in the app's _About_ dialog. Defaults to `https://go.microsoft.com/fwlink/?linkid=2039674` if not specified
|
|
33
|
+
|
|
34
|
+
`--companyName <companyName>`
|
|
35
|
+
: Your organization's name. Displayed in the app's _About_ dialog
|
|
36
|
+
|
|
37
|
+
`--companyWebsiteUrl <companyWebsiteUrl>`
|
|
38
|
+
: Your organization's website URL. Displayed in the app's _About_ dialog
|
|
39
|
+
|
|
40
|
+
`--coloredIconPath <coloredIconPath>`
|
|
41
|
+
: Absolute or relative path to the color icon for your app
|
|
42
|
+
|
|
43
|
+
`--outlineIconPath <outlineIconPath>`
|
|
44
|
+
: Absolute or relative path to the outline icon for your app
|
|
45
|
+
|
|
46
|
+
`--accentColor [accentColor]`
|
|
47
|
+
: A HEX color to use in conjunction with and as a background for your outline icon. Defaults to `#40497E` if not specified
|
|
48
|
+
|
|
49
|
+
`--force`
|
|
50
|
+
: Specify, to overwrite the existing package file on disk
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
<Global />
|
|
54
|
+
|
|
55
|
+
## Remarks
|
|
56
|
+
|
|
57
|
+
If the specified portal URL doesn't exist, the command will return `404 - FILE NOT FOUND` error.
|
|
58
|
+
|
|
59
|
+
The specified portal URL must point to a valid Communication site. To get the list of Communication sites in your tenant, execute: `m365 spo site list --type CommunicationSite`.
|
|
60
|
+
|
|
61
|
+
The command generates a Microsoft Teams app package. App packages must meet specific requirements to be uploaded to Microsoft Teams. Specified attributes must not exceed their maximum length and the specified color and outline icons must be respectively 192x192px and 32x32px. For the latest list of requirements, see the links in the **More information** section at the end of this page. The generated app package will be written in the current working folder.
|
|
62
|
+
|
|
63
|
+
After creating the Viva Connections desktop app package, you need to upload it to your Microsoft Teams app catalog. You can do it either manually, or using the CLI by executing `m365 teams app publish --filePath ./contoso.zip`.
|
|
64
|
+
|
|
65
|
+
## Examples
|
|
66
|
+
|
|
67
|
+
Create a Viva Connections desktop app package
|
|
68
|
+
|
|
69
|
+
```sh
|
|
70
|
+
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
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Response
|
|
74
|
+
|
|
75
|
+
The command won't return a response on success.
|
|
76
|
+
|
|
77
|
+
## More information
|
|
78
|
+
|
|
79
|
+
- Add the Viva Connections app in the Teams Admin Center: [https://docs.microsoft.com/viva/connections/add-viva-connections-app](https://docs.microsoft.com/viva/connections/add-viva-connections-app)
|
|
80
|
+
- App manifest checklist: [https://docs.microsoft.com/microsoftteams/platform/concepts/deploy-and-publish/appsource/prepare/app-manifest-checklist](https://docs.microsoft.com/microsoftteams/platform/concepts/deploy-and-publish/appsource/prepare/app-manifest-checklist?WT.mc_id=m365-15896-cxa)
|
|
81
|
+
- Reference: App manifest schema for Microsoft Teams: [https://docs.microsoft.com/microsoftteams/platform/resources/schema/manifest-schema](https://docs.microsoft.com/microsoftteams/platform/resources/schema/manifest-schema?WT.mc_id=m365-15896-cxa)
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# yammer group list
|
|
6
|
+
|
|
7
|
+
Returns the list of groups in a Yammer network or the groups for a specific user
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 yammer group list [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`--userId [userId]`
|
|
19
|
+
: Returns the groups for a specific user
|
|
20
|
+
|
|
21
|
+
`--limit [limit]`
|
|
22
|
+
: Limits the groups returned
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
<Global />
|
|
26
|
+
|
|
27
|
+
## Remarks
|
|
28
|
+
|
|
29
|
+
:::caution
|
|
30
|
+
|
|
31
|
+
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
|
|
32
|
+
|
|
33
|
+
:::
|
|
34
|
+
|
|
35
|
+
## Examples
|
|
36
|
+
|
|
37
|
+
Returns all Yammer network groups
|
|
38
|
+
|
|
39
|
+
```sh
|
|
40
|
+
m365 yammer group list
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Returns all Yammer network groups for the user with the ID `5611239081`
|
|
44
|
+
|
|
45
|
+
```sh
|
|
46
|
+
m365 yammer group list --userId 5611239081
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Returns the first 10 Yammer network groups
|
|
50
|
+
|
|
51
|
+
```sh
|
|
52
|
+
m365 yammer group list --limit 10
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Returns the first 10 Yammer network groups for the user with the ID `5611239081`
|
|
56
|
+
|
|
57
|
+
```sh
|
|
58
|
+
m365 yammer group list --userId 5611239081 --limit 10
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Response
|
|
62
|
+
|
|
63
|
+
<Tabs>
|
|
64
|
+
<TabItem value="JSON">
|
|
65
|
+
|
|
66
|
+
```json
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
|
+
"type": "group",
|
|
70
|
+
"id": 31158067201,
|
|
71
|
+
"email": "",
|
|
72
|
+
"full_name": "Contoso Hub",
|
|
73
|
+
"network_id": 5897756673,
|
|
74
|
+
"name": "contosohub",
|
|
75
|
+
"description": "",
|
|
76
|
+
"privacy": "public",
|
|
77
|
+
"url": "https://www.yammer.com/api/v1/groups/31158067201",
|
|
78
|
+
"web_url": "https://www.yammer.com/contoso.onmicrosoft.com/#/threads/inGroup?type=in_group&feedId=31158067201",
|
|
79
|
+
"mugshot_url": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/group_profile.png?P1=1668205176&P2=104&P3=1&P4=l98Wk4FkhCqVX1J8bQ_8yZDbK4cfU1lQGgkK0Ak1k2g-tfLV9_ecm6k7FyFApCq3Xnzl7NPKpGLWT2IVD-Ft5q3VSCwzv5c0A1l-SFC5MrfN25BIsR9ux8K-LlYbFUF3yeh-vFk_IxwE-AI2xEVCuq0aoINzHiIW4Gi5IxC6mDDni72sE2LuM3X4LooEowEYrzfz5d-m9hMveU1E8KPPEmq3WTejhJ_Bc3zY3XA3n4jEPDnZ09uPUyVCBpa84Ysh-GGSkFWsPBAldAQAbbzcjip_SzrfKz868BolCLlbM3DwRQfyDH9Of9IYEZpu1U85hBuNoolF68rKPVL6-bxl2w&size=48x48",
|
|
80
|
+
"mugshot_redirect_url": "https://www.yammer.com/mugshot/images/redirect/48x48/group_profile.png",
|
|
81
|
+
"mugshot_url_template": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/group_profile.png?P1=1668205176&P2=104&P3=1&P4=l98Wk4FkhCqVX1J8bQ_8yZDbK4cfU1lQGgkK0Ak1k2g-tfLV9_ecm6k7FyFApCq3Xnzl7NPKpGLWT2IVD-Ft5q3VSCwzv5c0A1l-SFC5MrfN25BIsR9ux8K-LlYbFUF3yeh-vFk_IxwE-AI2xEVCuq0aoINzHiIW4Gi5IxC6mDDni72sE2LuM3X4LooEowEYrzfz5d-m9hMveU1E8KPPEmq3WTejhJ_Bc3zY3XA3n4jEPDnZ09uPUyVCBpa84Ysh-GGSkFWsPBAldAQAbbzcjip_SzrfKz868BolCLlbM3DwRQfyDH9Of9IYEZpu1U85hBuNoolF68rKPVL6-bxl2w&size={width}x{height}",
|
|
82
|
+
"mugshot_redirect_url_template": "https://www.yammer.com/mugshot/images/redirect/{width}x{height}/group_profile.png",
|
|
83
|
+
"mugshot_id": null,
|
|
84
|
+
"show_in_directory": "true",
|
|
85
|
+
"created_at": "2022/11/11 20:54:52 +0000",
|
|
86
|
+
"aad_guests": 0,
|
|
87
|
+
"color": "#2c5b85",
|
|
88
|
+
"external": false,
|
|
89
|
+
"moderated": false,
|
|
90
|
+
"header_image_url": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/group-header-coffee.png?P1=1668204451&P2=104&P3=1&P4=hPZP6QJbY1Oj4KQZAodyMQyvjUahlwoqSCMqioVYvDoB-9Fx3qEB3ZTM7I_TF-mceKqGVDtasUIH8ZDYEfjTg9zgWWDpmkREJySioTZ0WcPtHIUkh2GUWJOfr-5aX9QhdpE1Fpp94mltGCtBc_nqlEbgIAYCJtBKgLAgUFZ4L2WSkQNn5Y_JLp5cM9Gnf7Z3MmHniN0Na1oemDhZ1vOsGCtaU09WPB5oNoSUMfwqYSKjF5IqXdd55Y3F2NZuuyTHoZS65BFZR9OJaICXJs6Q2dNExLqMvGQ76_aZsgli-BG67MVwfDsmqpxsjZZOBIZGQOEKc4D_bx8iQUHZD7p2xA",
|
|
91
|
+
"category": "unclassified",
|
|
92
|
+
"default_thread_starter_type": "normal",
|
|
93
|
+
"restricted_posting": false,
|
|
94
|
+
"company_group": false,
|
|
95
|
+
"creator_type": "user",
|
|
96
|
+
"creator_id": 36425097217,
|
|
97
|
+
"state": "active",
|
|
98
|
+
"stats": {
|
|
99
|
+
"members": 1,
|
|
100
|
+
"aad_guests": 0,
|
|
101
|
+
"updates": 0,
|
|
102
|
+
"last_message_id": null,
|
|
103
|
+
"last_message_at": null
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
</TabItem>
|
|
110
|
+
<TabItem value="Text">
|
|
111
|
+
|
|
112
|
+
```text
|
|
113
|
+
email :
|
|
114
|
+
external : false
|
|
115
|
+
id : 31158067201
|
|
116
|
+
moderated: false
|
|
117
|
+
name : contosohub
|
|
118
|
+
privacy : public
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
</TabItem>
|
|
122
|
+
<TabItem value="CSV">
|
|
123
|
+
|
|
124
|
+
```csv
|
|
125
|
+
id,name,email,privacy,external,moderated
|
|
126
|
+
31158067201,wombathub,,public,false,false
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
</TabItem>
|
|
130
|
+
<TabItem value="Markdown">
|
|
131
|
+
|
|
132
|
+
```md
|
|
133
|
+
# yammer group list --limit "1"
|
|
134
|
+
|
|
135
|
+
Date: 2023-05-16
|
|
136
|
+
|
|
137
|
+
## leadership (123412865024)
|
|
138
|
+
|
|
139
|
+
Property | Value
|
|
140
|
+
---------|-------
|
|
141
|
+
type | group
|
|
142
|
+
id | 123412865024
|
|
143
|
+
email | leadership+contoso.onmicrosoft.com@yammer.com
|
|
144
|
+
full\_name | Leadership
|
|
145
|
+
network\_id | 98327945216
|
|
146
|
+
name | leadership
|
|
147
|
+
description | Share what's on your mind and get important announcements from Patti and the rest of the Leadership Team.
|
|
148
|
+
privacy | public
|
|
149
|
+
url | https://www.yammer.com/api/v1/groups/123412865024
|
|
150
|
+
web\_url | https://www.yammer.com/contoso.onmicrosoft.com/#/threads/inGroup?type=in\_group&feedId=123412865024
|
|
151
|
+
mugshot\_url | https://mugshot0.assets-yammer.com/mugshot/images/5jjCjcSTJsdzFn0Ps50Vz0tqNdWdgnWs?P1=1684267104&P2=104&P3=1&P4=igdO9ZCQbSd5YS7tzwuIFj9CmMPsPWWpAjsk0xGDGrciD-3XKKsHbYx-e6H22yZ6OqLc3zt\_5ZOWefd8l537cWNUOPzeDg2lz\_fNxx1bowFMIdz6mRCHcCwygEwtKI0HxX5eHd4cdJBg54c4R6VN1\_Oex7Ug9Are6hVux4DsLg7eoNMMYvvcjXUp2zcT7o6bXYcZM2WBf\_r1IC24Sb-PLaSfAtKJZsswBBTkmz\_B7O5PZFcY4TQJvd5XzwEL17aqWm1hV1MCUSEd3Ms7Clc7KwxA0Hhv1rWYF064siAHEDiVlKZrE1yN7j-gCt0K1\_xUHWc54TrUIjFxnrwMDGZvzw&size=48x48
|
|
152
|
+
mugshot\_redirect\_url | https://www.yammer.com/mugshot/images/redirect/48x48/5jjCjcSTJsdzFn0Ps50Vz0tqNdWdgnWs
|
|
153
|
+
mugshot\_url\_template | https://mugshot0.assets-yammer.com/mugshot/images/5jjCjcSTJsdzFn0Ps50Vz0tqNdWdgnWs?P1=1684267104&P2=104&P3=1&P4=igdO9ZCQbSd5YS7tzwuIFj9CmMPsPWWpAjsk0xGDGrciD-3XKKsHbYx-e6H22yZ6OqLc3zt\_5ZOWefd8l537cWNUOPzeDg2lz\_fNxx1bowFMIdz6mRCHcCwygEwtKI0HxX5eHd4cdJBg54c4R6VN1\_Oex7Ug9Are6hVux4DsLg7eoNMMYvvcjXUp2zcT7o6bXYcZM2WBf\_r1IC24Sb-PLaSfAtKJZsswBBTkmz\_B7O5PZFcY4TQJvd5XzwEL17aqWm1hV1MCUSEd3Ms7Clc7KwxA0Hhv1rWYF064siAHEDiVlKZrE1yN7j-gCt0K1\_xUHWc54TrUIjFxnrwMDGZvzw&size={width}x{height}
|
|
154
|
+
mugshot\_redirect\_url\_template | https://www.yammer.com/mugshot/images/redirect/{width}x{height}/5jjCjcSTJsdzFn0Ps50Vz0tqNdWdgnWs
|
|
155
|
+
mugshot\_id | 5jjCjcSTJsdzFn0Ps50Vz0tqNdWdgnWs
|
|
156
|
+
show\_in\_directory | true
|
|
157
|
+
created\_at | 2022/12/12 12:51:11 +0000
|
|
158
|
+
aad\_guests | 0
|
|
159
|
+
color | #0e4f7a
|
|
160
|
+
external | false
|
|
161
|
+
moderated | false
|
|
162
|
+
header\_image\_url | https://mugshot0.assets-yammer.com/mugshot/images/group-header-megaphone.png?P1=1684266783&P2=104&P3=1&P4=FObDxfvTV7O201-7u4v-u4Y25mAZNrpD9QhUqSXbUyC8UaqvGJH7mT5yPtx0Qls\_QUkM3606i0F2GnkQHOwC1tVW8Vse0yNZHWDTyqA\_wSRX\_fn6cP47uoC4wvSsGAmWeb6epr-hJpDW\_qn-1CHQF7cen2Ti9Ap-XncmOiu2Tfd2DTuGyuHKivI6cxGGbIQ5ERU1NgiVEXqKClOMb9qPUBu4dqPc1gfaFDaA1umUslwTG3DRfAIVviECiG1eHI5cjkTX5qifscUXCmEOQU5lLih9J409qVUOPa0vs1clNspm6XtkVaAfC8FB2gaBmEqbVtFBVbAwyoUJhu2KM0Vp7w
|
|
163
|
+
category | unclassified
|
|
164
|
+
default\_thread\_starter\_type | normal
|
|
165
|
+
restricted\_posting | false
|
|
166
|
+
company\_group | false
|
|
167
|
+
creator\_type | user
|
|
168
|
+
creator\_id | 1842176974848
|
|
169
|
+
state | active
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
</TabItem>
|
|
173
|
+
</Tabs>
|
|
174
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
|
|
3
|
+
# yammer group user add
|
|
4
|
+
|
|
5
|
+
Adds a user to a Yammer Group
|
|
6
|
+
|
|
7
|
+
## Usage
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
m365 yammer group user add [options]
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Options
|
|
14
|
+
|
|
15
|
+
```md definition-list
|
|
16
|
+
`--groupId <groupId>`
|
|
17
|
+
: The ID of the group to add the user to
|
|
18
|
+
|
|
19
|
+
`--id [id]`
|
|
20
|
+
: ID of the user to add to the group. If not specified, adds the current user
|
|
21
|
+
|
|
22
|
+
`--email [email]`
|
|
23
|
+
: E-mail of the user to add to the group
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
<Global />
|
|
27
|
+
|
|
28
|
+
## Remarks
|
|
29
|
+
|
|
30
|
+
:::caution
|
|
31
|
+
|
|
32
|
+
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the `cli consent --service yammer` command.
|
|
33
|
+
|
|
34
|
+
:::
|
|
35
|
+
|
|
36
|
+
If the specified user is not a member of the network, the command will return an HTTP 400 error message.
|
|
37
|
+
|
|
38
|
+
## Examples
|
|
39
|
+
|
|
40
|
+
Adds the current user to the group with the ID `5611239081`
|
|
41
|
+
|
|
42
|
+
```sh
|
|
43
|
+
m365 yammer group user add --groupId 5611239081
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Adds the user with ID `66622349` to the group with the ID `5611239081`
|
|
47
|
+
|
|
48
|
+
```sh
|
|
49
|
+
m365 yammer group user add --groupId 5611239081 --id 66622349
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Adds the user with e-mail to the group with ID `5611239081`
|
|
53
|
+
|
|
54
|
+
```sh
|
|
55
|
+
m365 yammer group user add --groupId 5611239081 --email suzy@contoso.com
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Response
|
|
59
|
+
|
|
60
|
+
The command won't return a response on success.
|