@pnp/cli-microsoft365 6.8.0-beta.f473be5 → 6.9.0-beta.1cd2525
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +2 -0
- package/Dockerfile +2 -1
- package/README.md +6 -1
- package/dist/Command.js +6 -0
- package/dist/chili/chili.js +298 -0
- package/dist/chili/index.js +20 -0
- package/dist/cli/Cli.js +21 -5
- package/dist/m365/aad/commands/user/user-add.js +30 -21
- package/dist/m365/app/commands/permission/permission-add.js +279 -0
- package/dist/m365/app/commands.js +1 -0
- package/dist/m365/cli/commands/config/config-set.js +1 -0
- package/dist/m365/commands/commands.js +2 -0
- package/dist/m365/commands/docs.js +42 -0
- package/dist/m365/commands/login.js +1 -1
- package/dist/m365/commands/setup.js +180 -0
- package/dist/m365/commands/setupPresets.js +25 -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 +35 -2
- package/dist/m365/pa/commands/app/app-consent-set.js +101 -0
- package/dist/m365/pa/commands.js +1 -0
- 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/purview/commands/retentionevent/retentionevent-add.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +0 -5
- 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/purview/commands/sensitivitylabel/sensitivitylabel-get.js +97 -0
- package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-list.js +85 -0
- package/dist/m365/purview/commands/sensitivitylabel/sensitivitylabel-policysettings-list.js +89 -0
- package/dist/m365/purview/commands.js +3 -0
- package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.2.js +25 -0
- package/dist/m365/spfx/commands/project/project-doctor/rules/FN001035_DEP_fluentui_react.js +18 -0
- package/dist/m365/spfx/commands/project/project-doctor/rules/FN021009_PKG_no_duplicate_oui_deps.js +11 -4
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001035_DEP_fluentui_react.js +18 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +1 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.15.2.js +2 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.2.js +61 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
- package/dist/m365/spfx/commands/spfx-doctor.js +29 -30
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +146 -0
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
- 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-list.js +15 -4
- package/dist/m365/spo/commands/file/file-remove.js +3 -0
- package/dist/m365/spo/commands/list/list-get.js +30 -3
- package/dist/m365/spo/commands/list/list-list.js +39 -2
- package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +127 -0
- package/dist/m365/spo/commands/listitem/listitem-batch-set.js +308 -0
- package/dist/m365/spo/commands/navigation/navigation-node-add.js +31 -1
- package/dist/m365/spo/commands/navigation/navigation-node-set.js +31 -2
- package/dist/m365/spo/commands/page/page-section-add.js +2 -3
- package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +119 -0
- package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +106 -0
- package/dist/m365/spo/commands/tenant/Solution.js +3 -0
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +30 -39
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-list.js +47 -0
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +151 -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-remove.js +152 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +203 -0
- package/dist/m365/spo/commands/term/term-add.js +13 -4
- package/dist/m365/spo/commands/term/term-get.js +14 -5
- package/dist/m365/spo/commands/term/term-group-add.js +14 -10
- package/dist/m365/spo/commands/term/term-group-get.js +12 -3
- package/dist/m365/spo/commands/term/term-group-list.js +39 -4
- package/dist/m365/spo/commands/term/term-list.js +18 -9
- package/dist/m365/spo/commands/term/term-set-add.js +13 -4
- package/dist/m365/spo/commands/term/term-set-get.js +12 -3
- package/dist/m365/spo/commands/term/term-set-list.js +12 -3
- package/dist/m365/spo/commands.js +14 -0
- package/dist/m365/teams/commands/chat/chat-member-remove.js +137 -0
- package/dist/m365/teams/commands/team/team-add.js +53 -50
- package/dist/m365/teams/commands.js +1 -0
- package/dist/settingsNames.js +1 -0
- package/dist/utils/formatting.js +35 -11
- package/dist/utils/md.js +24 -19
- package/dist/utils/pid.js +5 -0
- 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/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 +191 -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 +204 -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 +90 -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.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 +64 -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-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 +83 -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 +85 -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 +3 -2
- package/package.json +2 -1
- 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 -45
- 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 -168
- 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 -192
- package/docs/docs/cmd/app/app-open.md +0 -65
- package/docs/docs/cmd/app/permission/permission-list.md +0 -79
- package/docs/docs/cmd/booking/business/business-get.md +0 -140
- package/docs/docs/cmd/booking/business/business-list.md +0 -55
- package/docs/docs/cmd/cli/cli-consent.md +0 -52
- package/docs/docs/cmd/cli/cli-doctor.md +0 -75
- package/docs/docs/cmd/cli/cli-issue.md +0 -54
- package/docs/docs/cmd/cli/cli-reconsent.md +0 -45
- 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 -45
- package/docs/docs/cmd/cli/completion/completion-sh-update.md +0 -33
- package/docs/docs/cmd/cli/config/config-get.md +0 -56
- 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/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 -123
- 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 -419
- package/docs/docs/cmd/flow/flow-list.md +0 -149
- 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 -53
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +0 -61
- package/docs/docs/cmd/graph/schemaextension/schemaextension-get.md +0 -29
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.md +0 -53
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.md +0 -38
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.md +0 -60
- package/docs/docs/cmd/graph/subscription/subscription-add.md +0 -64
- 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 -21
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.md +0 -39
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +0 -39
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.md +0 -48
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.md +0 -43
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.md +0 -48
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.md +0 -43
- package/docs/docs/cmd/onedrive/report/report-usagestorage.md +0 -39
- package/docs/docs/cmd/onenote/notebook/notebook-list.md +0 -70
- 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-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 -75
- 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 -48
- 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 -188
- 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 -149
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.md +0 -132
- 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 -98
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.md +0 -84
- 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/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 -71
- package/docs/docs/cmd/search/externalconnection/externalconnection-list.md +0 -59
- 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/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/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 -121
- package/docs/docs/cmd/spo/file/file-move.md +0 -63
- package/docs/docs/cmd/spo/file/file-remove.md +0 -48
- 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 -272
- package/docs/docs/cmd/spo/list/list-list.md +0 -185
- 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-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 -68
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +0 -54
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +0 -48
- 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 -100
- package/docs/docs/cmd/spo/page/page-column-list.md +0 -66
- package/docs/docs/cmd/spo/page/page-control-get.md +0 -101
- package/docs/docs/cmd/spo/page/page-control-list.md +0 -97
- package/docs/docs/cmd/spo/page/page-control-set.md +0 -53
- package/docs/docs/cmd/spo/page/page-copy.md +0 -116
- package/docs/docs/cmd/spo/page/page-get.md +0 -136
- package/docs/docs/cmd/spo/page/page-header-set.md +0 -86
- package/docs/docs/cmd/spo/page/page-list.md +0 -145
- 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 -66
- package/docs/docs/cmd/spo/page/page-section-list.md +0 -66
- package/docs/docs/cmd/spo/page/page-set.md +0 -103
- package/docs/docs/cmd/spo/page/page-template-list.md +0 -81
- package/docs/docs/cmd/spo/page/page-text-add.md +0 -59
- package/docs/docs/cmd/spo/propertybag/propertybag-get.md +0 -74
- package/docs/docs/cmd/spo/propertybag/propertybag-list.md +0 -79
- 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 -71
- package/docs/docs/cmd/spo/report/report-activitypages.md +0 -68
- package/docs/docs/cmd/spo/report/report-activityusercounts.md +0 -76
- package/docs/docs/cmd/spo/report/report-activityuserdetail.md +0 -89
- package/docs/docs/cmd/spo/report/report-siteusagedetail.md +0 -92
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.md +0 -74
- package/docs/docs/cmd/spo/report/report-siteusagepages.md +0 -69
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.md +0 -74
- package/docs/docs/cmd/spo/report/report-siteusagestorage.md +0 -69
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +0 -47
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.md +0 -105
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.md +0 -98
- package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.md +0 -40
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +0 -81
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +0 -64
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +0 -41
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +0 -80
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +0 -41
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +0 -62
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +0 -86
- 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-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-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 -83
- package/docs/docs/cmd/spo/term/term-get.md +0 -58
- package/docs/docs/cmd/spo/term/term-group-add.md +0 -47
- package/docs/docs/cmd/spo/term/term-group-get.md +0 -38
- package/docs/docs/cmd/spo/term/term-group-list.md +0 -26
- package/docs/docs/cmd/spo/term/term-list.md +0 -182
- package/docs/docs/cmd/spo/term/term-set-add.md +0 -65
- package/docs/docs/cmd/spo/term/term-set-get.md +0 -44
- package/docs/docs/cmd/spo/term/term-set-list.md +0 -38
- 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 -60
- package/docs/docs/cmd/teams/app/app-publish.md +0 -58
- 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 -98
- package/docs/docs/cmd/teams/channel/channel-get.md +0 -87
- package/docs/docs/cmd/teams/channel/channel-list.md +0 -77
- package/docs/docs/cmd/teams/channel/channel-member-add.md +0 -58
- package/docs/docs/cmd/teams/channel/channel-member-list.md +0 -85
- package/docs/docs/cmd/teams/channel/channel-member-remove.md +0 -55
- package/docs/docs/cmd/teams/channel/channel-member-set.md +0 -86
- 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 -95
- package/docs/docs/cmd/teams/chat/chat-list.md +0 -80
- package/docs/docs/cmd/teams/chat/chat-member-list.md +0 -59
- package/docs/docs/cmd/teams/chat/chat-message-list.md +0 -84
- package/docs/docs/cmd/teams/chat/chat-message-send.md +0 -59
- package/docs/docs/cmd/teams/funsettings/funsettings-list.md +0 -53
- package/docs/docs/cmd/teams/funsettings/funsettings-set.md +0 -58
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +0 -49
- 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 -57
- 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 -55
- package/docs/docs/cmd/todo/list/list-get.md +0 -61
- package/docs/docs/cmd/todo/list/list-list.md +0 -52
- 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 -75
- package/docs/docs/cmd/todo/task/task-list.md +0 -80
- 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 -65
- 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 -115
- 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 -126
- package/docs/docs/cmd/yammer/message/message-get.md +0 -99
- package/docs/docs/cmd/yammer/message/message-like-set.md +0 -51
- package/docs/docs/cmd/yammer/message/message-list.md +0 -150
- package/docs/docs/cmd/yammer/message/message-remove.md +0 -48
- package/docs/docs/cmd/yammer/network/network-list.md +0 -131
- package/docs/docs/cmd/yammer/report/report-activitycounts.md +0 -70
- package/docs/docs/cmd/yammer/report/report-activityusercounts.md +0 -70
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +0 -88
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +0 -72
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +0 -73
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +0 -90
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +0 -70
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +0 -89
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +0 -69
- package/docs/docs/cmd/yammer/user/user-get.md +0 -151
- package/docs/docs/cmd/yammer/user/user-list.md +0 -156
- package/docs/docs/cmd/yammer/yammer-search.md +0 -144
|
@@ -1,248 +0,0 @@
|
|
|
1
|
-
# pa app get
|
|
2
|
-
|
|
3
|
-
Gets information about the specified Microsoft Power App
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
pa app get [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Options
|
|
12
|
-
|
|
13
|
-
`-n, --name [name]`
|
|
14
|
-
: The name of the Microsoft Power App to get information about
|
|
15
|
-
|
|
16
|
-
`-d, --displayName [displayName]`
|
|
17
|
-
: The display name of the Microsoft Power App to get information about
|
|
18
|
-
|
|
19
|
-
--8<-- "docs/cmd/_global.md"
|
|
20
|
-
|
|
21
|
-
## Remarks
|
|
22
|
-
|
|
23
|
-
!!! attention
|
|
24
|
-
This command is based on an API that is currently in preview and is subject to change once the API reaches general availability.
|
|
25
|
-
|
|
26
|
-
If you try to retrieve a non-existing Microsoft Power App, you will get the `Request failed with status code 404` error.
|
|
27
|
-
|
|
28
|
-
## Examples
|
|
29
|
-
|
|
30
|
-
Get information about the specified Microsoft Power App by the app's name
|
|
31
|
-
|
|
32
|
-
```sh
|
|
33
|
-
m365 pa app get --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Get information about the specified Microsoft Power App by the app's display name
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
m365 pa app get --displayName App
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Response
|
|
43
|
-
|
|
44
|
-
=== "JSON"
|
|
45
|
-
|
|
46
|
-
```json
|
|
47
|
-
{
|
|
48
|
-
"name": "37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
49
|
-
"id": "/providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
50
|
-
"type": "Microsoft.PowerApps/apps",
|
|
51
|
-
"tags": {
|
|
52
|
-
"primaryDeviceWidth": "1366",
|
|
53
|
-
"primaryDeviceHeight": "768",
|
|
54
|
-
"supportsPortrait": "true",
|
|
55
|
-
"supportsLandscape": "true",
|
|
56
|
-
"primaryFormFactor": "Tablet",
|
|
57
|
-
"publisherVersion": "3.22102.32",
|
|
58
|
-
"minimumRequiredApiVersion": "2.2.0",
|
|
59
|
-
"hasComponent": "false",
|
|
60
|
-
"hasUnlockedComponent": "false",
|
|
61
|
-
"isUnifiedRootApp": "false",
|
|
62
|
-
"sienaVersion": "20221025T212812Z-3.22102.32.0"
|
|
63
|
-
},
|
|
64
|
-
"properties": {
|
|
65
|
-
"appVersion": "2022-10-25T21:28:12Z",
|
|
66
|
-
"lastDraftVersion": "2022-10-25T21:28:12Z",
|
|
67
|
-
"lifeCycleId": "Published",
|
|
68
|
-
"status": "Ready",
|
|
69
|
-
"createdByClientVersion": {
|
|
70
|
-
"major": 3,
|
|
71
|
-
"minor": 22102,
|
|
72
|
-
"build": 32,
|
|
73
|
-
"revision": 0,
|
|
74
|
-
"majorRevision": 0,
|
|
75
|
-
"minorRevision": 0
|
|
76
|
-
},
|
|
77
|
-
"minClientVersion": {
|
|
78
|
-
"major": 3,
|
|
79
|
-
"minor": 22102,
|
|
80
|
-
"build": 32,
|
|
81
|
-
"revision": 0,
|
|
82
|
-
"majorRevision": 0,
|
|
83
|
-
"minorRevision": 0
|
|
84
|
-
},
|
|
85
|
-
"owner": {
|
|
86
|
-
"id": "fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
87
|
-
"displayName": "contoso",
|
|
88
|
-
"email": "user@contoso.onmicrosoft.com",
|
|
89
|
-
"type": "User",
|
|
90
|
-
"tenantId": "e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
91
|
-
"userPrincipalName": "user@contoso.onmicrosoft.com"
|
|
92
|
-
},
|
|
93
|
-
"createdBy": {
|
|
94
|
-
"id": "fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
95
|
-
"displayName": "contoso",
|
|
96
|
-
"email": "user@contoso.onmicrosoft.com",
|
|
97
|
-
"type": "User",
|
|
98
|
-
"tenantId": "e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
99
|
-
"userPrincipalName": "user@contoso.onmicrosoft.com"
|
|
100
|
-
},
|
|
101
|
-
"lastModifiedBy": {
|
|
102
|
-
"id": "fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
103
|
-
"displayName": "contoso",
|
|
104
|
-
"email": "user@contoso.onmicrosoft.com",
|
|
105
|
-
"type": "User",
|
|
106
|
-
"tenantId": "e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
107
|
-
"userPrincipalName": "user@contoso.onmicrosoft.com"
|
|
108
|
-
},
|
|
109
|
-
"lastPublishedBy": {
|
|
110
|
-
"id": "fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
111
|
-
"displayName": "contoso",
|
|
112
|
-
"email": "user@contoso.onmicrosoft.com",
|
|
113
|
-
"type": "User",
|
|
114
|
-
"tenantId": "e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
115
|
-
"userPrincipalName": "user@contoso.onmicrosoft.com"
|
|
116
|
-
},
|
|
117
|
-
"backgroundColor": "RGBA(0,176,240,1)",
|
|
118
|
-
"backgroundImageUri": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
119
|
-
"teamsColorIconUrl": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
120
|
-
"teamsOutlineIconUrl": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
121
|
-
"displayName": "Test application",
|
|
122
|
-
"description": "",
|
|
123
|
-
"commitMessage": "",
|
|
124
|
-
"appUris": {
|
|
125
|
-
"documentUri": {
|
|
126
|
-
"value": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
127
|
-
"readonlyValue": "https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
128
|
-
},
|
|
129
|
-
"imageUris": [],
|
|
130
|
-
"additionalUris": []
|
|
131
|
-
},
|
|
132
|
-
"createdTime": "2022-10-25T21:28:12.7171469Z",
|
|
133
|
-
"lastModifiedTime": "2022-10-25T21:28:12.7456297Z",
|
|
134
|
-
"lastPublishTime": "2022-10-25T21:28:12Z",
|
|
135
|
-
"sharedGroupsCount": 0,
|
|
136
|
-
"sharedUsersCount": 0,
|
|
137
|
-
"appOpenProtocolUri": "ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
138
|
-
"appOpenUri": "https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc",
|
|
139
|
-
"appPlayUri": "https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
140
|
-
"appPlayEmbeddedUri": "https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu",
|
|
141
|
-
"appPlayTeamsUri": "https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}",
|
|
142
|
-
"userAppMetadata": {
|
|
143
|
-
"favorite": "NotSpecified",
|
|
144
|
-
"includeInAppsList": true
|
|
145
|
-
},
|
|
146
|
-
"isFeaturedApp": false,
|
|
147
|
-
"bypassConsent": false,
|
|
148
|
-
"isHeroApp": false,
|
|
149
|
-
"environment": {
|
|
150
|
-
"id": "/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
151
|
-
"name": "default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"
|
|
152
|
-
},
|
|
153
|
-
"appPackageDetails": {
|
|
154
|
-
"playerPackage": {
|
|
155
|
-
"value": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
156
|
-
"readonlyValue": "https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
157
|
-
},
|
|
158
|
-
"webPackage": {
|
|
159
|
-
"value": "https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
160
|
-
"readonlyValue": "https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
161
|
-
},
|
|
162
|
-
"unauthenticatedWebPackage": {
|
|
163
|
-
"value": "https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"
|
|
164
|
-
},
|
|
165
|
-
"documentServerVersion": {
|
|
166
|
-
"major": 3,
|
|
167
|
-
"minor": 22102,
|
|
168
|
-
"build": 33,
|
|
169
|
-
"revision": 0,
|
|
170
|
-
"majorRevision": 0,
|
|
171
|
-
"minorRevision": 0
|
|
172
|
-
},
|
|
173
|
-
"appPackageResourcesKind": "Split",
|
|
174
|
-
"packagePropertiesJson": "{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}",
|
|
175
|
-
"id": "20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"
|
|
176
|
-
},
|
|
177
|
-
"almMode": "Environment",
|
|
178
|
-
"performanceOptimizationEnabled": true,
|
|
179
|
-
"unauthenticatedWebPackageHint": "296b0ef7-b4d0-4124-b835-f9c220a1f4bc",
|
|
180
|
-
"canConsumeAppPass": true,
|
|
181
|
-
"enableModernRuntimeMode": false,
|
|
182
|
-
"executionRestrictions": {
|
|
183
|
-
"isTeamsOnly": false,
|
|
184
|
-
"dataLossPreventionEvaluationResult": {
|
|
185
|
-
"status": "Compliant",
|
|
186
|
-
"lastEvaluationDate": "2022-10-25T21:28:30.2281817Z",
|
|
187
|
-
"violations": [],
|
|
188
|
-
"violationsByPolicy": [],
|
|
189
|
-
"violationErrorMessage": "De app gebruikt de volgende connectors: ."
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
"appPlanClassification": "Standard",
|
|
193
|
-
"usesPremiumApi": false,
|
|
194
|
-
"usesOnlyGrandfatheredPremiumApis": true,
|
|
195
|
-
"usesCustomApi": false,
|
|
196
|
-
"usesOnPremiseGateway": false,
|
|
197
|
-
"usesPcfExternalServiceUsage": false,
|
|
198
|
-
"isCustomizable": true
|
|
199
|
-
},
|
|
200
|
-
"appLocation": "europe",
|
|
201
|
-
"appType": "ClassicCanvasApp",
|
|
202
|
-
"displayName": "PowerApps Application",
|
|
203
|
-
"description": "App Description",
|
|
204
|
-
"appVersion": "2022-10-25T21:28:12Z",
|
|
205
|
-
"owner": "user@tenant.onmicrosoft.com"
|
|
206
|
-
}
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
=== "Text"
|
|
210
|
-
|
|
211
|
-
```text
|
|
212
|
-
appVersion : 2022-10-25T21:28:12Z
|
|
213
|
-
description: App Description
|
|
214
|
-
displayName: Test application
|
|
215
|
-
name : 37ea6004-f07b-46ca-8ef3-a256b67b4dbb
|
|
216
|
-
owner : user@contoso.onmicrosoft.com
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
=== "CSV"
|
|
220
|
-
|
|
221
|
-
```csv
|
|
222
|
-
name,displayName,description,appVersion,owner
|
|
223
|
-
37ea6004-f07b-46ca-8ef3-a256b67b4dbb,PowerApps Application,App Description,2022-10-25T21:28:12Z,user@tenant.onmicrosoft.com
|
|
224
|
-
```
|
|
225
|
-
|
|
226
|
-
=== "Markdown"
|
|
227
|
-
|
|
228
|
-
```md
|
|
229
|
-
# pa app get --displayName "PowerApps Application"
|
|
230
|
-
|
|
231
|
-
Date: 9/1/2023
|
|
232
|
-
|
|
233
|
-
## PowerApps Application (/providers/Microsoft.PowerApps/apps/fe36f75e-c103-410b-a18a-2bf6df06ac3a)
|
|
234
|
-
|
|
235
|
-
Property | Value
|
|
236
|
-
---------|-------
|
|
237
|
-
name | fe36f75e-c103-410b-a18a-2bf6df06ac3a
|
|
238
|
-
id | /providers/Microsoft.PowerApps/apps/fe36f75e-c103-410b-a18a-2bf6df06ac3a
|
|
239
|
-
type | Microsoft.PowerApps/apps
|
|
240
|
-
tags | {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","publisherVersion":"3.22102.32","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20221025T212812Z-3.22102.32.0"}
|
|
241
|
-
properties | {"appVersion":"2022-10-25T21:28:12Z","lastDraftVersion":"2022-10-25T21:28:12Z","lifeCycleId":"Published","status":"Ready","createdByClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"minClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"owner":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"createdBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastModifiedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastPublishedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"backgroundColor":"RGBA(0,176,240,1)","backgroundImageUri":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsColorIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsOutlineIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","displayName":"Test application","description":"","commitMessage":"","appUris":{"documentUri":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"imageUris":[],"additionalUris":[]},"createdTime":"2022-10-25T21:28:12.7171469Z","lastModifiedTime":"2022-10-25T21:28:12.7456297Z","lastPublishTime":"2022-10-25T21:28:12Z","sharedGroupsCount":0,"sharedUsersCount":0,"appOpenProtocolUri":"ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb","appOpenUri":"https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc","appPlayUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d","appPlayEmbeddedUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu","appPlayTeamsUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}","userAppMetadata":{"favorite":"NotSpecified","includeInAppsList":true},"isFeaturedApp":false,"bypassConsent":false,"isHeroApp":false,"environment":{"id":"/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d","name":"default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"},"appPackageDetails":{"playerPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"webPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"unauthenticatedWebPackage":{"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"documentServerVersion":{"major":3,"minor":22102,"build":33,"revision":0,"majorRevision":0,"minorRevision":0},"appPackageResourcesKind":"Split","packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}","id":"20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"almMode":"Environment","performanceOptimizationEnabled":true,"unauthenticatedWebPackageHint":"296b0ef7-b4d0-4124-b835-f9c220a1f4bc","canConsumeAppPass":true,"enableModernRuntimeMode":false,"executionRestrictions":{"isTeamsOnly":false,"dataLossPreventionEvaluationResult":{"status":"Compliant","lastEvaluationDate":"2022-10-25T21:28:30.2281817Z","violations":[],"violationsByPolicy":[],"violationErrorMessage":"De app gebruikt de volgende connectors:."}},"appPlanClassification":"Standard","usesPremiumApi":false,"usesOnlyGrandfatheredPremiumApis":true,"usesCustomApi":false,"usesOnPremiseGateway":false,"usesPcfExternalServiceUsage":false,"isCustomizable":true}
|
|
242
|
-
appLocation | europe
|
|
243
|
-
appType | ClassicCanvasApp
|
|
244
|
-
displayName | PowerApps Application
|
|
245
|
-
description | App Description
|
|
246
|
-
appVersion | 2022-10-25T21:28:12Z
|
|
247
|
-
owner | user@tenant.onmicrosoft.com
|
|
248
|
-
```
|
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
# pa app list
|
|
2
|
-
|
|
3
|
-
Lists all Power Apps apps
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
pa app list [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Options
|
|
12
|
-
|
|
13
|
-
`-e, --environment [environment]`
|
|
14
|
-
: The name of the environment for which to retrieve available apps
|
|
15
|
-
|
|
16
|
-
`--asAdmin`
|
|
17
|
-
: Set, to list all Power Apps as admin. Otherwise will return only your own apps
|
|
18
|
-
|
|
19
|
-
--8<-- "docs/cmd/_global.md"
|
|
20
|
-
|
|
21
|
-
## Remarks
|
|
22
|
-
|
|
23
|
-
!!! attention
|
|
24
|
-
This command is based on an API that is currently in preview and is subject to change once the API reaches general availability.
|
|
25
|
-
|
|
26
|
-
If the environment with the name you specified doesn't exist, you will get the `Access to the environment 'xyz' is denied.` error.
|
|
27
|
-
|
|
28
|
-
By default, the `app list` command returns only your apps. To list all apps, use the `asAdmin` option and make sure to specify the `environment` option. You cannot specify only one of the options, when specifying the `environment` option the `asAdmin` option has to be present as well.
|
|
29
|
-
|
|
30
|
-
## Examples
|
|
31
|
-
|
|
32
|
-
List all your apps
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
m365 pa app list
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
List all apps in a given environment
|
|
39
|
-
|
|
40
|
-
```sh
|
|
41
|
-
m365 pa app list --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Response
|
|
45
|
-
|
|
46
|
-
=== "JSON"
|
|
47
|
-
|
|
48
|
-
```json
|
|
49
|
-
[
|
|
50
|
-
{
|
|
51
|
-
"name":"37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
52
|
-
"id":"/providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
53
|
-
"type":"Microsoft.PowerApps/apps",
|
|
54
|
-
"tags":{
|
|
55
|
-
"primaryDeviceWidth":"1366",
|
|
56
|
-
"primaryDeviceHeight":"768",
|
|
57
|
-
"supportsPortrait":"true",
|
|
58
|
-
"supportsLandscape":"true",
|
|
59
|
-
"primaryFormFactor":"Tablet",
|
|
60
|
-
"publisherVersion":"3.22102.32",
|
|
61
|
-
"minimumRequiredApiVersion":"2.2.0",
|
|
62
|
-
"hasComponent":"false",
|
|
63
|
-
"hasUnlockedComponent":"false",
|
|
64
|
-
"isUnifiedRootApp":"false",
|
|
65
|
-
"sienaVersion":"20221025T212812Z-3.22102.32.0"
|
|
66
|
-
},
|
|
67
|
-
"properties":{
|
|
68
|
-
"appVersion":"2022-10-25T21:28:12Z",
|
|
69
|
-
"lastDraftVersion":"2022-10-25T21:28:12Z",
|
|
70
|
-
"lifeCycleId":"Published",
|
|
71
|
-
"status":"Ready",
|
|
72
|
-
"createdByClientVersion":{
|
|
73
|
-
"major":3,
|
|
74
|
-
"minor":22102,
|
|
75
|
-
"build":32,
|
|
76
|
-
"revision":0,
|
|
77
|
-
"majorRevision":0,
|
|
78
|
-
"minorRevision":0
|
|
79
|
-
},
|
|
80
|
-
"minClientVersion":{
|
|
81
|
-
"major":3,
|
|
82
|
-
"minor":22102,
|
|
83
|
-
"build":32,
|
|
84
|
-
"revision":0,
|
|
85
|
-
"majorRevision":0,
|
|
86
|
-
"minorRevision":0
|
|
87
|
-
},
|
|
88
|
-
"owner":{
|
|
89
|
-
"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
90
|
-
"displayName":"contoso",
|
|
91
|
-
"email":"user@contoso.onmicrosoft.com",
|
|
92
|
-
"type":"User",
|
|
93
|
-
"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
94
|
-
"userPrincipalName":"user@contoso.onmicrosoft.com"
|
|
95
|
-
},
|
|
96
|
-
"createdBy":{
|
|
97
|
-
"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
98
|
-
"displayName":"contoso",
|
|
99
|
-
"email":"user@contoso.onmicrosoft.com",
|
|
100
|
-
"type":"User",
|
|
101
|
-
"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
102
|
-
"userPrincipalName":"user@contoso.onmicrosoft.com"
|
|
103
|
-
},
|
|
104
|
-
"lastModifiedBy":{
|
|
105
|
-
"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
106
|
-
"displayName":"contoso",
|
|
107
|
-
"email":"user@contoso.onmicrosoft.com",
|
|
108
|
-
"type":"User",
|
|
109
|
-
"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
110
|
-
"userPrincipalName":"user@contoso.onmicrosoft.com"
|
|
111
|
-
},
|
|
112
|
-
"lastPublishedBy":{
|
|
113
|
-
"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a",
|
|
114
|
-
"displayName":"contoso",
|
|
115
|
-
"email":"user@contoso.onmicrosoft.com",
|
|
116
|
-
"type":"User",
|
|
117
|
-
"tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
118
|
-
"userPrincipalName":"user@contoso.onmicrosoft.com"
|
|
119
|
-
},
|
|
120
|
-
"backgroundColor":"RGBA(0,176,240,1)",
|
|
121
|
-
"backgroundImageUri":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
122
|
-
"teamsColorIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
123
|
-
"teamsOutlineIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl",
|
|
124
|
-
"displayName":"Test application",
|
|
125
|
-
"description":"",
|
|
126
|
-
"commitMessage":"",
|
|
127
|
-
"appUris":{
|
|
128
|
-
"documentUri":{
|
|
129
|
-
"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
130
|
-
"readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
131
|
-
},
|
|
132
|
-
"imageUris":[],
|
|
133
|
-
"additionalUris":[]
|
|
134
|
-
},
|
|
135
|
-
"createdTime":"2022-10-25T21:28:12.7171469Z",
|
|
136
|
-
"lastModifiedTime":"2022-10-25T21:28:12.7456297Z",
|
|
137
|
-
"lastPublishTime":"2022-10-25T21:28:12Z",
|
|
138
|
-
"sharedGroupsCount":0,
|
|
139
|
-
"sharedUsersCount":0,
|
|
140
|
-
"appOpenProtocolUri":"ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb",
|
|
141
|
-
"appOpenUri":"https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc",
|
|
142
|
-
"appPlayUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
143
|
-
"appPlayEmbeddedUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu",
|
|
144
|
-
"appPlayTeamsUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}",
|
|
145
|
-
"userAppMetadata":{
|
|
146
|
-
"favorite":"NotSpecified",
|
|
147
|
-
"includeInAppsList":true
|
|
148
|
-
},
|
|
149
|
-
"isFeaturedApp":false,
|
|
150
|
-
"bypassConsent":false,
|
|
151
|
-
"isHeroApp":false,
|
|
152
|
-
"environment":{
|
|
153
|
-
"id":"/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d",
|
|
154
|
-
"name":"default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"
|
|
155
|
-
},
|
|
156
|
-
"appPackageDetails":{
|
|
157
|
-
"playerPackage":{
|
|
158
|
-
"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
159
|
-
"readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
160
|
-
},
|
|
161
|
-
"webPackage":{
|
|
162
|
-
"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl",
|
|
163
|
-
"readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"
|
|
164
|
-
},
|
|
165
|
-
"unauthenticatedWebPackage":{
|
|
166
|
-
"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"
|
|
167
|
-
},
|
|
168
|
-
"documentServerVersion":{
|
|
169
|
-
"major":3,
|
|
170
|
-
"minor":22102,
|
|
171
|
-
"build":33,
|
|
172
|
-
"revision":0,
|
|
173
|
-
"majorRevision":0,
|
|
174
|
-
"minorRevision":0
|
|
175
|
-
},
|
|
176
|
-
"appPackageResourcesKind":"Split",
|
|
177
|
-
"packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}",
|
|
178
|
-
"id":"20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"
|
|
179
|
-
},
|
|
180
|
-
"almMode":"Environment",
|
|
181
|
-
"performanceOptimizationEnabled":true,
|
|
182
|
-
"unauthenticatedWebPackageHint":"296b0ef7-b4d0-4124-b835-f9c220a1f4bc",
|
|
183
|
-
"canConsumeAppPass":true,
|
|
184
|
-
"enableModernRuntimeMode":false,
|
|
185
|
-
"executionRestrictions":{
|
|
186
|
-
"isTeamsOnly":false,
|
|
187
|
-
"dataLossPreventionEvaluationResult":{
|
|
188
|
-
"status":"Compliant",
|
|
189
|
-
"lastEvaluationDate":"2022-10-25T21:28:30.2281817Z",
|
|
190
|
-
"violations":[],
|
|
191
|
-
"violationsByPolicy":[],
|
|
192
|
-
"violationErrorMessage":"De app gebruikt de volgende connectors: ."
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"appPlanClassification":"Standard",
|
|
196
|
-
"usesPremiumApi":false,
|
|
197
|
-
"usesOnlyGrandfatheredPremiumApis":true,
|
|
198
|
-
"usesCustomApi":false,
|
|
199
|
-
"usesOnPremiseGateway":false,
|
|
200
|
-
"usesPcfExternalServiceUsage":false,
|
|
201
|
-
"isCustomizable":true
|
|
202
|
-
},
|
|
203
|
-
"appLocation":"europe",
|
|
204
|
-
"appType":"ClassicCanvasApp",
|
|
205
|
-
"displayName":"PowerApps Application"
|
|
206
|
-
}
|
|
207
|
-
]
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
=== "Text"
|
|
211
|
-
|
|
212
|
-
```text
|
|
213
|
-
name displayName
|
|
214
|
-
------------------------------------ ---------------------
|
|
215
|
-
37ea6004-f07b-46ca-8ef3-a256b67b4dbb PowerApps Application
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
=== "CSV"
|
|
219
|
-
|
|
220
|
-
```csv
|
|
221
|
-
name,displayName
|
|
222
|
-
37ea6004-f07b-46ca-8ef3-a256b67b4dbb,"PowerApps Application"
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
=== "Markdown"
|
|
226
|
-
|
|
227
|
-
```md
|
|
228
|
-
# pa app list
|
|
229
|
-
|
|
230
|
-
Date: 9/1/2023
|
|
231
|
-
|
|
232
|
-
## PowerApps Application (/providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb)
|
|
233
|
-
|
|
234
|
-
Property | Value
|
|
235
|
-
---------|-------
|
|
236
|
-
name | 37ea6004-f07b-46ca-8ef3-a256b67b4dbb
|
|
237
|
-
id | /providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb
|
|
238
|
-
type | Microsoft.PowerApps/apps
|
|
239
|
-
tags | {"primaryDeviceWidth":"1366","primaryDeviceHeight":"768","supportsPortrait":"true","supportsLandscape":"true","primaryFormFactor":"Tablet","publisherVersion":"3.22102.32","minimumRequiredApiVersion":"2.2.0","hasComponent":"false","hasUnlockedComponent":"false","isUnifiedRootApp":"false","sienaVersion":"20221025T212812Z-3.22102.32.0"}
|
|
240
|
-
properties | {"appVersion":"2022-10-25T21:28:12Z","lastDraftVersion":"2022-10-25T21:28:12Z","lifeCycleId":"Published","status":"Ready","createdByClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"minClientVersion":{"major":3,"minor":22102,"build":32,"revision":0,"majorRevision":0,"minorRevision":0},"owner":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"createdBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastModifiedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"lastPublishedBy":{"id":"fe36f75e-c103-410b-a18a-2bf6df06ac3a","displayName":"contoso","email":"user@contoso.onmicrosoft.com","type":"User","tenantId":"e1dd4023-a656-480a-8a0e-c1b1eec51e1d","userPrincipalName":"user@contoso.onmicrosoft.com"},"backgroundColor":"RGBA(0,176,240,1)","backgroundImageUri":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/logoSmallFile?sv=2018-03-28&sr=c&sig=cOkbwChyhCO%2BEJpqMDRxrXaxRoPD1TbTy%2B%2BFkdJEOjI%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsColorIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamscoloricon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","teamsOutlineIconUrl":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000ze297221f3dc643ed9686b72b22d9a414/teamsoutlineicon.png?sv=2018-03-28&sr=c&sig=Fhk8E0LO4Lw0mHvNawCF5Ld7GHzPHo9l7RxvZbeZY48%3D&se=2022-12-24T10%3A06%3A27Z&sp=rl","displayName":"Test application","description":"","commitMessage":"","appUris":{"documentUri":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zddd642012aba4021a4886c8e21a3e1cb/document.msapp?sv=2018-03-28&sr=c&sig=laSGdpZL03POyAABXvdsyxv8YDDB8JPZIBccztIe39Q%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"imageUris":[],"additionalUris":[]},"createdTime":"2022-10-25T21:28:12.7171469Z","lastModifiedTime":"2022-10-25T21:28:12.7456297Z","lastPublishTime":"2022-10-25T21:28:12Z","sharedGroupsCount":0,"sharedUsersCount":0,"appOpenProtocolUri":"ms-apps:///providers/Microsoft.PowerApps/apps/37ea6004-f07b-46ca-8ef3-a256b67b4dbb","appOpenUri":"https://apps.powerapps.com/play/e/Default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc","appPlayUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d","appPlayEmbeddedUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu","appPlayTeamsUri":"https://apps.powerapps.com/play/e/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d/a/37ea6004-f07b-46ca-8ef3-a256b67b4dbb?tenantId=e1dd4023-a656-480a-8a0e-c1b1eec51e1d&source=teamstab&hint=296b0ef7-b4d0-4124-b835-f9c220a1f4bc&telemetryLocation=eu&locale={locale}&channelId={channelId}&channelType={channelType}&chatId={chatId}&groupId={groupId}&hostClientType={hostClientType}&isFullScreen={isFullScreen}&entityId={entityId}&subEntityId={subEntityId}&teamId={teamId}&teamType={teamType}&theme={theme}&userTeamRole={userTeamRole}","userAppMetadata":{"favorite":"NotSpecified","includeInAppsList":true},"isFeaturedApp":false,"bypassConsent":false,"isHeroApp":false,"environment":{"id":"/providers/Microsoft.PowerApps/environments/default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d","name":"default-e1dd4023-a656-480a-8a0e-c1b1eec51e1d"},"appPackageDetails":{"playerPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"webPackage":{"value":"https://pafeblobprodam.blob.core.windows.net:443/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl","readonlyValue":"https://pafeblobprodam-secondary.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rl"},"unauthenticatedWebPackage":{"value":"https://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"documentServerVersion":{"major":3,"minor":22102,"build":33,"revision":0,"majorRevision":0,"minorRevision":0},"appPackageResourcesKind":"Split","packagePropertiesJson":"{\"cdnUrl\":\"https://content.powerapps.com/resource/app\",\"preLoadIdx\":\"https://content.powerapps.com/resource/app/kdfj31mdao7t9/preloadindex.web.html\",\"id\":\"638023301009567627\",\"v\":2.1}","id":"20221025t000000zac5237a2672a4782ad5a7d71040c032bhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/web/index.web.html?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/20221025t000000zac5237a2672a4782ad5a7d71040c032b/5b38cd68-a930-4a14-be71-c622de887d1a/player.msappk?sv=2018-03-28&sr=c&sig=eztEkTd1pFaFEITA%2Bqqj2XCpxwgeujMC7FahMmEkujA%3D&se=2022-11-04T12%3A00%3A00Z&sp=rlhttps://pafeblobprodam.blob.core.windows.net/alt20221025t000000z529d41282a634bf6b94383dde5a8d52c/20221025T212824Z/index.web.html"},"almMode":"Environment","performanceOptimizationEnabled":true,"unauthenticatedWebPackageHint":"296b0ef7-b4d0-4124-b835-f9c220a1f4bc","canConsumeAppPass":true,"enableModernRuntimeMode":false,"executionRestrictions":{"isTeamsOnly":false,"dataLossPreventionEvaluationResult":{"status":"Compliant","lastEvaluationDate":"2022-10-25T21:28:30.2281817Z","violations":[],"violationsByPolicy":[],"violationErrorMessage":"De app gebruikt de volgende connectors: ."}},"appPlanClassification":"Standard","usesPremiumApi":false,"usesOnlyGrandfatheredPremiumApis":true,"usesCustomApi":false,"usesOnPremiseGateway":false,"usesPcfExternalServiceUsage":false,"isCustomizable":true}
|
|
241
|
-
appLocation | europe
|
|
242
|
-
appType | ClassicCanvasApp
|
|
243
|
-
displayName | PowerApps Application
|
|
244
|
-
```
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# pa app remove
|
|
2
|
-
|
|
3
|
-
Removes the specified Power App
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
m365 pa app remove [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Options
|
|
12
|
-
|
|
13
|
-
`-n, --name <name>`
|
|
14
|
-
: The name of the Power App to remove
|
|
15
|
-
|
|
16
|
-
`--confirm`
|
|
17
|
-
: Don't prompt for confirmation
|
|
18
|
-
|
|
19
|
-
--8<-- "docs/cmd/_global.md"
|
|
20
|
-
|
|
21
|
-
## Remarks
|
|
22
|
-
|
|
23
|
-
By default, the command will try to remove a Power App. As maker, you are able to delete the Power Apps you own. As administrator, you are also able to delete Power Apps from other users.
|
|
24
|
-
|
|
25
|
-
To remove a model-driven Power App you need administrator permissions.
|
|
26
|
-
|
|
27
|
-
If the Power App with the name you specified doesn't exist, you will get the `Error: App 'abc' does not exist` error.
|
|
28
|
-
|
|
29
|
-
## Examples
|
|
30
|
-
|
|
31
|
-
Removes the specified Power App
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
Removes the specified Power App without confirmation
|
|
38
|
-
|
|
39
|
-
```sh
|
|
40
|
-
m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --confirm
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
## Response
|
|
44
|
-
|
|
45
|
-
The command won't return a response on success.
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# pa connector export
|
|
2
|
-
|
|
3
|
-
Exports the specified Power Automate or Power Apps custom connector
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
```sh
|
|
8
|
-
m365 pa connector export [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Alias
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
m365 flow connector export
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Options
|
|
18
|
-
|
|
19
|
-
`-e, --environmentName <environmentName>`
|
|
20
|
-
: The name of the environment where the custom connector to export is located
|
|
21
|
-
|
|
22
|
-
`-c, --connector <connector>`
|
|
23
|
-
: The name of the custom connector to export
|
|
24
|
-
|
|
25
|
-
`--outputFolder [outputFolder]`
|
|
26
|
-
: Path where the folder with connector's files should be saved. If not specified, will create the connector's folder in the current folder.
|
|
27
|
-
|
|
28
|
-
--8<-- "docs/cmd/_global.md"
|
|
29
|
-
|
|
30
|
-
## Remarks
|
|
31
|
-
|
|
32
|
-
!!! attention
|
|
33
|
-
This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
|
|
34
|
-
|
|
35
|
-
If no output folder has been specified, the `pa connector export` command will create a folder named after the connector in the current folder. If the output folder has been specified, the folder named after the connector will be created in that folder.
|
|
36
|
-
|
|
37
|
-
## Examples
|
|
38
|
-
|
|
39
|
-
Export the specified custom connector
|
|
40
|
-
|
|
41
|
-
```sh
|
|
42
|
-
m365 pa connector export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --connector shared_connector-201-5f20a1f2d8d6777a75-5fa602f410652f4dfa
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Export the specified custom connector to the specific directory
|
|
46
|
-
|
|
47
|
-
```sh
|
|
48
|
-
m365 pa connector export --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --connector shared_connector-201-5f20a1f2d8d6777a75-5fa602f410652f4dfa --outputFolder connector
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
## Response
|
|
52
|
-
|
|
53
|
-
The command won't return a response on success.
|