@pnp/cli-microsoft365 6.9.0-beta.f6054b4 → 6.10.0-beta.05cab2f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +12 -19
- package/.devcontainer/devcontainer.json +24 -17
- package/Dockerfile +3 -1
- package/README.md +7 -5
- package/dist/Auth.js +2 -8
- package/dist/AuthServer.js +2 -4
- package/dist/Command.js +1 -1
- package/dist/cli/Cli.js +25 -10
- package/dist/m365/aad/commands/app/app-add.js +258 -249
- package/dist/m365/aad/commands/app/app-get.js +65 -62
- package/dist/m365/aad/commands/app/app-remove.js +22 -23
- package/dist/m365/aad/commands/app/app-role-add.js +35 -34
- package/dist/m365/aad/commands/app/app-role-list.js +22 -23
- package/dist/m365/aad/commands/app/app-role-remove.js +76 -73
- package/dist/m365/aad/commands/app/app-set.js +103 -103
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +16 -14
- package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +43 -52
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +20 -16
- package/dist/m365/aad/commands/o365group/o365group-add.js +40 -37
- package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +7 -6
- package/dist/m365/aad/commands/o365group/o365group-list.js +6 -11
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +7 -8
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +23 -24
- package/dist/m365/aad/commands/o365group/o365group-set.js +15 -20
- package/dist/m365/aad/commands/o365group/o365group-teamify.js +15 -16
- package/dist/m365/aad/commands/o365group/o365group-user-list.js +17 -10
- package/dist/m365/aad/commands/o365group/o365group-user-set.js +17 -10
- package/dist/m365/aad/commands/policy/policy-list.js +12 -13
- package/dist/m365/aad/commands/siteclassification/siteclassification-enable.js +1 -3
- package/dist/m365/aad/commands/siteclassification/siteclassification-set.js +19 -20
- package/dist/m365/aad/commands/sp/sp-add.js +22 -23
- package/dist/m365/aad/commands/sp/sp-get.js +22 -23
- package/dist/m365/aad/commands/sp/sp-list.js +78 -0
- package/dist/m365/aad/commands.js +1 -0
- package/dist/m365/app/commands/app-open.js +4 -14
- package/dist/m365/base/AzmgmtItemsListCommand.js +31 -33
- package/dist/m365/booking/commands/business/business-get.js +14 -15
- package/dist/m365/cli/commands/cli-issue.js +4 -10
- package/dist/m365/cli/commands/cli-reconsent.js +2 -8
- package/dist/m365/cli/commands/config/config-set.js +1 -2
- package/dist/m365/commands/docs.js +2 -8
- package/dist/m365/commands/login.js +20 -0
- package/dist/m365/file/commands/convert/convert-pdf.js +147 -143
- package/dist/m365/file/commands/file-add.js +87 -93
- package/dist/m365/file/commands/file-list.js +49 -55
- package/dist/m365/flow/commands/flow-list.js +30 -12
- package/dist/m365/flow/commands/flow-remove.js +2 -3
- package/dist/m365/flow/commands/run/run-resubmit.js +11 -10
- package/dist/m365/onedrive/commands/onedrive-list.js +21 -32
- package/dist/m365/outlook/commands/message/message-list.js +18 -23
- package/dist/m365/outlook/commands/message/message-move.js +15 -20
- package/dist/m365/pa/commands/app/app-export.js +3 -4
- package/dist/m365/pa/commands/app/app-get.js +11 -9
- package/dist/m365/pa/commands/app/app-remove.js +1 -1
- package/dist/m365/pa/commands/pcf/pcf-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-reference-add.js +1 -2
- package/dist/m365/planner/commands/bucket/bucket-add.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-get.js +27 -28
- package/dist/m365/planner/commands/bucket/bucket-list.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-remove.js +33 -34
- package/dist/m365/planner/commands/bucket/bucket-set.js +33 -34
- package/dist/m365/planner/commands/plan/plan-add.js +49 -52
- package/dist/m365/planner/commands/plan/plan-set.js +19 -20
- package/dist/m365/planner/commands/task/task-add.js +75 -78
- package/dist/m365/planner/commands/task/task-checklistitem-add.js +11 -10
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -8
- package/dist/m365/planner/commands/task/task-get.js +53 -56
- package/dist/m365/planner/commands/task/task-list.js +23 -24
- package/dist/m365/planner/commands/task/task-reference-add.js +11 -10
- package/dist/m365/planner/commands/task/task-reference-remove.js +13 -14
- package/dist/m365/planner/commands/task/task-remove.js +44 -48
- package/dist/m365/planner/commands/task/task-set.js +83 -87
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +19 -20
- package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +3 -8
- package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +1 -6
- package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +1 -6
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +1 -6
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +1 -6
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +19 -22
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +0 -5
- package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +35 -34
- package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.3.js +25 -0
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.4.js +25 -0
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.18.0-beta.1.js +23 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +4 -1
- package/dist/m365/spfx/commands/project/project-externalize/rules/DynamicRule.js +59 -51
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001022_DEP_office_ui_fabric_react.js +2 -2
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002027_DEVDEP_fluentui_react.js +14 -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.17.3.js +59 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.4.js +55 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0-beta.1.js +61 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +18 -13
- package/dist/m365/spfx/commands/spfx-doctor.js +45 -0
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +17 -24
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
- package/dist/m365/spo/commands/apppage/apppage-set.js +1 -1
- package/dist/m365/spo/commands/commandset/commandset-set.js +11 -2
- package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +65 -94
- package/dist/m365/spo/commands/customaction/customaction-clear.js +4 -12
- package/dist/m365/spo/commands/customaction/customaction-remove.js +12 -23
- package/dist/m365/spo/commands/customaction/customaction-set.js +21 -29
- package/dist/m365/spo/commands/file/file-add.js +133 -133
- package/dist/m365/spo/commands/file/file-checkout-undo.js +119 -0
- package/dist/m365/spo/commands/file/file-rename.js +11 -9
- package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +2 -2
- package/dist/m365/spo/commands/file/file-roleassignment-add.js +41 -61
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -0
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +3 -0
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +3 -0
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +23 -21
- package/dist/m365/spo/commands/file/file-version-clear.js +1 -1
- package/dist/m365/spo/commands/file/file-version-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-version-restore.js +1 -1
- package/dist/m365/spo/commands/folder/folder-remove.js +30 -28
- package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +3 -3
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +1 -1
- package/dist/m365/spo/commands/group/group-member-add.js +17 -16
- package/dist/m365/spo/commands/group/group-set.js +20 -20
- package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
- package/dist/m365/spo/commands/hubsite/hubsite-get.js +33 -31
- package/dist/m365/spo/commands/hubsite/hubsite-list.js +18 -29
- package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +3 -0
- package/dist/m365/spo/commands/list/list-add.js +1 -1
- package/dist/m365/spo/commands/list/list-contenttype-default-set.js +1 -1
- package/dist/m365/spo/commands/list/list-roleassignment-add.js +24 -69
- package/dist/m365/spo/commands/list/list-roleassignment-remove.js +33 -38
- package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +137 -0
- package/dist/m365/spo/commands/list/list-view-field-add.js +12 -10
- package/dist/m365/spo/commands/list/list-view-field-remove.js +12 -10
- package/dist/m365/spo/commands/list/list-view-field-set.js +12 -10
- package/dist/m365/spo/commands/list/list-view-remove.js +3 -0
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +41 -61
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +71 -74
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +36 -34
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +32 -30
- package/dist/m365/spo/commands/navigation/navigation-node-remove.js +24 -22
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +29 -27
- package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +26 -24
- package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +34 -40
- package/dist/m365/spo/commands/page/page-remove.js +33 -31
- package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +25 -23
- package/dist/m365/spo/commands/site/site-apppermission-add.js +3 -3
- package/dist/m365/spo/commands/site/site-set.js +10 -2
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +23 -21
- package/dist/m365/spo/commands/sitescript/sitescript-remove.js +24 -22
- package/dist/m365/spo/commands/spo-search.js +7 -15
- package/dist/m365/spo/commands/storageentity/storageentity-remove.js +29 -27
- package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +12 -15
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +234 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +50 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +48 -48
- package/dist/m365/spo/commands.js +5 -0
- package/dist/m365/teams/commands/app/app-install.js +23 -21
- package/dist/m365/teams/commands/app/app-remove.js +3 -0
- package/dist/m365/teams/commands/app/app-uninstall.js +3 -0
- package/dist/m365/teams/commands/app/app-update.js +15 -16
- package/dist/m365/teams/commands/channel/channel-add.js +40 -39
- package/dist/m365/teams/commands/channel/channel-get.js +23 -25
- package/dist/m365/teams/commands/channel/channel-list.js +6 -7
- package/dist/m365/teams/commands/channel/channel-member-add.js +61 -60
- package/dist/m365/teams/commands/channel/channel-member-list.js +20 -22
- package/dist/m365/teams/commands/channel/channel-member-remove.js +43 -48
- package/dist/m365/teams/commands/channel/channel-member-set.js +36 -39
- package/dist/m365/teams/commands/channel/channel-remove.js +4 -1
- package/dist/m365/teams/commands/chat/chat-get.js +4 -4
- package/dist/m365/teams/commands/chat/chat-message-send.js +4 -4
- package/dist/m365/teams/commands/funsettings/funsettings-list.js +3 -0
- package/dist/m365/teams/commands/funsettings/funsettings-set.js +3 -0
- package/dist/m365/teams/commands/tab/tab-get.js +34 -37
- package/dist/m365/teams/commands/team/team-archive.js +6 -7
- package/dist/m365/teams/commands/team/team-get.js +6 -7
- package/dist/m365/teams/commands/team/team-list.js +9 -11
- package/dist/m365/teams/commands/team/team-remove.js +6 -7
- package/dist/m365/teams/commands/team/team-unarchive.js +6 -7
- package/dist/m365/teams/commands/user/user-app-list.js +13 -11
- package/dist/m365/teams/commands/user/user-list.js +7 -4
- package/dist/m365/tenant/commands/security/security-alerts-list.js +25 -26
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-health-list.js +13 -14
- package/dist/m365/todo/commands/list/list-remove.js +39 -36
- package/dist/m365/todo/commands/list/list-set.js +16 -14
- package/dist/m365/todo/commands/task/task-add.js +14 -14
- package/dist/m365/util/commands/accesstoken/accesstoken-get.js +10 -7
- package/dist/settingsNames.js +0 -1
- package/dist/utils/browserUtil.js +23 -0
- package/dist/utils/md.js +1 -3
- package/dist/utils/spo.js +74 -0
- package/docs/docs/_clisettings.mdx +17 -0
- package/docs/docs/cmd/_global.mdx +1 -1
- package/docs/docs/cmd/aad/app/app-add.mdx +113 -0
- package/docs/docs/cmd/aad/app/app-get.mdx +217 -0
- package/docs/docs/cmd/aad/app/app-list.mdx +21 -0
- package/docs/docs/cmd/aad/app/app-role-add.mdx +4 -0
- package/docs/docs/cmd/aad/app/app-role-list.mdx +63 -0
- package/docs/docs/cmd/aad/app/app-role-remove.mdx +4 -0
- package/docs/docs/cmd/aad/app/app-set.mdx +4 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +61 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +59 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +4 -0
- package/docs/docs/cmd/aad/group/group-get.mdx +24 -0
- package/docs/docs/cmd/aad/group/group-list.mdx +98 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +114 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +115 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +115 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +4 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +4 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +63 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +63 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.mdx +122 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +68 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +77 -0
- package/docs/docs/cmd/aad/o365group/o365group-get.mdx +122 -0
- package/docs/docs/cmd/aad/o365group/o365group-list.mdx +99 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +96 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +48 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +60 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-set.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +56 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +8 -4
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +4 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +59 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +4 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +4 -0
- package/docs/docs/cmd/aad/policy/policy-list.mdx +77 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +4 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +4 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +57 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +4 -0
- package/docs/docs/cmd/aad/sp/sp-add.mdx +136 -0
- package/docs/docs/cmd/aad/sp/sp-get.mdx +166 -0
- package/docs/docs/cmd/aad/sp/sp-list.mdx +162 -0
- package/docs/docs/cmd/aad/user/user-get.mdx +75 -0
- package/docs/docs/cmd/aad/user/user-guest-add.mdx +23 -0
- package/docs/docs/cmd/aad/user/user-hibp.mdx +82 -0
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-license-remove.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-list.mdx +52 -0
- package/docs/docs/cmd/aad/user/user-password-validate.mdx +67 -0
- package/docs/docs/cmd/aad/user/user-signin-list.mdx +131 -0
- package/docs/docs/cmd/flow/flow-list.mdx +15 -0
- package/docs/docs/cmd/login.mdx +39 -0
- package/docs/docs/cmd/pa/app/app-get.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-list.mdx +1 -1
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +1 -1
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-clone.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-get.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-list.mdx +1 -1
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +1 -1
- package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +0 -7
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +0 -6
- package/docs/docs/cmd/setup.mdx +2 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +72 -0
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +12 -3
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +55 -0
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +73 -0
- package/docs/docs/cmd/spo/site/site-add.mdx +35 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +5 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +14 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +68 -0
- package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +55 -0
- package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +55 -0
- package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +66 -0
- package/docs/docs/cmd/spo/site/site-chrome-set.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-ensure.mdx +70 -0
- package/docs/docs/cmd/spo/site/site-get.mdx +179 -0
- package/docs/docs/cmd/spo/site/site-groupify.mdx +54 -0
- package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +5 -1
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-list.mdx +303 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +80 -0
- package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-remove.mdx +4 -0
- package/docs/docs/cmd/spo/site/site-rename.mdx +92 -0
- package/docs/docs/cmd/spo/site/site-set.mdx +13 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +116 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +125 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +117 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +94 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +4 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +4 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +54 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +4 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +66 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +65 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +117 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +61 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +60 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +4 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +75 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +62 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +60 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +4 -0
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +63 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +53 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +54 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +4 -0
- package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +4 -0
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +4 -0
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +35 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +90 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +2 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +114 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +2 -2
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +67 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +4 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +50 -0
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +729 -0
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +11 -0
- package/docs/docs/cmd/spo/theme/theme-apply.mdx +35 -0
- package/docs/docs/cmd/spo/theme/theme-get.mdx +74 -0
- package/docs/docs/cmd/spo/theme/theme-list.mdx +52 -0
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +4 -0
- package/docs/docs/cmd/spo/theme/theme-set.mdx +4 -0
- package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +1 -1
- package/docs/docs/cmd/status.mdx +6 -3
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +12 -2
- package/npm-shrinkwrap.json +362 -335
- package/package.json +20 -19
- package/dist/m365/aad/commands/approleassignment/AppRoleAssignment.js +0 -3
- package/dist/m365/aad/commands/approleassignment/ServicePrincipal.js +0 -3
- package/dist/m365/aad/commands/groupsetting/GroupSetting.js +0 -3
- package/dist/m365/aad/commands/groupsettingtemplate/GroupSettingTemplate.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySetting.js +0 -10
- package/dist/m365/aad/commands/siteclassification/DirectorySettingTemplatesRsp.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySettingValue.js +0 -3
- package/dist/m365/outlook/Message.js +0 -3
- package/dist/m365/spo/commands/site/SitePermission.js +0 -3
- package/dist/m365/teams/Channel.js +0 -3
- package/dist/m365/teams/ConversationMember.js +0 -3
- package/dist/m365/teams/Message.js +0 -3
- package/dist/m365/teams/Reply.js +0 -3
- package/dist/m365/teams/Tab.js +0 -3
- package/dist/m365/teams/Team.js +0 -3
- package/dist/m365/teams/TeamsApp.js +0 -3
- package/dist/m365/teams/TeamsAppInstallation.js +0 -3
- package/dist/m365/teams/TeamsTabConfiguration.js +0 -3
- package/dist/m365/teams/commands/Meeting.js +0 -3
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitedesign set
|
|
4
6
|
|
|
@@ -73,6 +75,121 @@ Update the site design to be the default design for provisioning modern communic
|
|
|
73
75
|
m365 spo sitedesign set --id 9b142c22-037f-4a7f-9017-e9d8c0e34b98 --webTemplate CommunicationSite --isDefault true --siteScripts "19b0e1b2-e3d1-473f-9394-f08c198ef43e,b2307a39-e878-458b-bc90-03bc578531d6"
|
|
74
76
|
```
|
|
75
77
|
|
|
78
|
+
## Response
|
|
79
|
+
|
|
80
|
+
<Tabs>
|
|
81
|
+
<TabItem value="JSON">
|
|
82
|
+
|
|
83
|
+
```json
|
|
84
|
+
{
|
|
85
|
+
"Description": null,
|
|
86
|
+
"DesignPackageId": "00000000-0000-0000-0000-000000000000",
|
|
87
|
+
"DesignType": "0",
|
|
88
|
+
"ExpandedPreviewImages": [],
|
|
89
|
+
"InternalName": null,
|
|
90
|
+
"IsDefault": false,
|
|
91
|
+
"IsOutOfBoxTemplate": false,
|
|
92
|
+
"IsTenantAdminOnly": false,
|
|
93
|
+
"ListColor": "0",
|
|
94
|
+
"ListIcon": "0",
|
|
95
|
+
"PreviewImageAltText": null,
|
|
96
|
+
"PreviewImageUrl": null,
|
|
97
|
+
"RequiresClassConnected": false,
|
|
98
|
+
"RequiresGroupConnected": false,
|
|
99
|
+
"RequiresSyntexLicense": false,
|
|
100
|
+
"RequiresTeamsConnected": false,
|
|
101
|
+
"RequiresYammerConnected": false,
|
|
102
|
+
"SiteScriptIds": [
|
|
103
|
+
"0c88bed7-943b-42aa-8fef-8fb69eebe3fe"
|
|
104
|
+
],
|
|
105
|
+
"SupportedWebTemplates": [],
|
|
106
|
+
"TargetPlatforms": [],
|
|
107
|
+
"TemplateAssets": [],
|
|
108
|
+
"TemplateFeatures": [],
|
|
109
|
+
"ThumbnailUrl": null,
|
|
110
|
+
"Title": "Contoso site design",
|
|
111
|
+
"WebTemplate": "64",
|
|
112
|
+
"Id": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
|
|
113
|
+
"Order": null,
|
|
114
|
+
"Version": 2
|
|
115
|
+
}
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
</TabItem>
|
|
119
|
+
<TabItem value="Text">
|
|
120
|
+
|
|
121
|
+
```text
|
|
122
|
+
Description : null
|
|
123
|
+
DesignPackageId : 00000000-0000-0000-0000-000000000000
|
|
124
|
+
DesignType : 0
|
|
125
|
+
ExpandedPreviewImages : []
|
|
126
|
+
Id : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
|
|
127
|
+
InternalName : null
|
|
128
|
+
IsDefault : false
|
|
129
|
+
IsOutOfBoxTemplate : false
|
|
130
|
+
IsTenantAdminOnly : false
|
|
131
|
+
ListColor : 0
|
|
132
|
+
ListIcon : 0
|
|
133
|
+
Order : null
|
|
134
|
+
PreviewImageAltText : null
|
|
135
|
+
PreviewImageUrl : null
|
|
136
|
+
RequiresClassConnected : false
|
|
137
|
+
RequiresGroupConnected : false
|
|
138
|
+
RequiresSyntexLicense : false
|
|
139
|
+
RequiresTeamsConnected : false
|
|
140
|
+
RequiresYammerConnected: false
|
|
141
|
+
SiteScriptIds : ["0c88bed7-943b-42aa-8fef-8fb69eebe3fe"]
|
|
142
|
+
SupportedWebTemplates : []
|
|
143
|
+
TargetPlatforms : []
|
|
144
|
+
TemplateAssets : []
|
|
145
|
+
TemplateFeatures : []
|
|
146
|
+
ThumbnailUrl : null
|
|
147
|
+
Title : Contoso site design
|
|
148
|
+
Version : 2
|
|
149
|
+
WebTemplate : 64
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
</TabItem>
|
|
153
|
+
<TabItem value="CSV">
|
|
154
|
+
|
|
155
|
+
```csv
|
|
156
|
+
DesignPackageId,DesignType,IsDefault,IsOutOfBoxTemplate,IsTenantAdminOnly,ListColor,ListIcon,RequiresClassConnected,RequiresGroupConnected,RequiresSyntexLicense,RequiresTeamsConnected,RequiresYammerConnected,Title,WebTemplate,Id,Version
|
|
157
|
+
00000000-0000-0000-0000-000000000000,0,,,,0,0,,,,,,Contoso site design,64,00281728-3bc1-41d3-92b6-8fc493dcf4cc,2
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
</TabItem>
|
|
161
|
+
<TabItem value="Markdown">
|
|
162
|
+
|
|
163
|
+
```md
|
|
164
|
+
# spo sitedesign set --id "00281728-3bc1-41d3-92b6-8fc493dcf4cc" --title "Contoso site design" --version "2"
|
|
165
|
+
|
|
166
|
+
Date: 2023-06-22
|
|
167
|
+
|
|
168
|
+
## Contoso site design (00281728-3bc1-41d3-92b6-8fc493dcf4cc)
|
|
169
|
+
|
|
170
|
+
Property | Value
|
|
171
|
+
---------|-------
|
|
172
|
+
DesignPackageId | 00000000-0000-0000-0000-000000000000
|
|
173
|
+
DesignType | 0
|
|
174
|
+
IsDefault | false
|
|
175
|
+
IsOutOfBoxTemplate | false
|
|
176
|
+
IsTenantAdminOnly | false
|
|
177
|
+
ListColor | 0
|
|
178
|
+
ListIcon | 0
|
|
179
|
+
RequiresClassConnected | false
|
|
180
|
+
RequiresGroupConnected | false
|
|
181
|
+
RequiresSyntexLicense | false
|
|
182
|
+
RequiresTeamsConnected | false
|
|
183
|
+
RequiresYammerConnected | false
|
|
184
|
+
Title | Contoso site design
|
|
185
|
+
WebTemplate | 64
|
|
186
|
+
Id | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
|
|
187
|
+
Version | 2
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
</TabItem>
|
|
191
|
+
</Tabs>
|
|
192
|
+
|
|
76
193
|
## More information
|
|
77
194
|
|
|
78
195
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitedesign task get
|
|
4
6
|
|
|
@@ -27,6 +29,65 @@ Get information about the specified site design scheduled for execution
|
|
|
27
29
|
m365 spo sitedesign task get --id 6ec3ca5b-d04b-4381-b169-61378556d76e
|
|
28
30
|
```
|
|
29
31
|
|
|
32
|
+
## Response
|
|
33
|
+
|
|
34
|
+
<Tabs>
|
|
35
|
+
<TabItem value="JSON">
|
|
36
|
+
|
|
37
|
+
```json
|
|
38
|
+
{
|
|
39
|
+
"ID": "4ca76dd4-8a15-4012-99df-3b9375e9b62b",
|
|
40
|
+
"LogonName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
|
|
41
|
+
"SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
|
|
42
|
+
"SiteDesignStore": 0,
|
|
43
|
+
"SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
|
|
44
|
+
"WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
|
|
45
|
+
}
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
</TabItem>
|
|
49
|
+
<TabItem value="Text">
|
|
50
|
+
|
|
51
|
+
```text
|
|
52
|
+
ID : 4ca76dd4-8a15-4012-99df-3b9375e9b62b
|
|
53
|
+
LogonName : i:0#.f|membership|john@contoso.onmicrosoft.com
|
|
54
|
+
SiteDesignID : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
|
|
55
|
+
SiteDesignStore: 0
|
|
56
|
+
SiteID : 5fc2ea61-7204-41be-9d05-d44f017f958b
|
|
57
|
+
WebID : 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
</TabItem>
|
|
61
|
+
<TabItem value="CSV">
|
|
62
|
+
|
|
63
|
+
```csv
|
|
64
|
+
ID,LogonName,SiteDesignID,SiteDesignStore,SiteID,WebID
|
|
65
|
+
4ca76dd4-8a15-4012-99df-3b9375e9b62b,i:0#.f|membership|john@contoso.onmicrosoft.com,00281728-3bc1-41d3-92b6-8fc493dcf4cc,0,5fc2ea61-7204-41be-9d05-d44f017f958b,1c6a5768-89b1-4a68-8c85-9f8db4609bcf
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
</TabItem>
|
|
69
|
+
<TabItem value="Markdown">
|
|
70
|
+
|
|
71
|
+
```md
|
|
72
|
+
# spo sitedesign task get --id "4ca76dd4-8a15-4012-99df-3b9375e9b62b"
|
|
73
|
+
|
|
74
|
+
Date: 2023-06-22
|
|
75
|
+
|
|
76
|
+
## 4ca76dd4-8a15-4012-99df-3b9375e9b62b
|
|
77
|
+
|
|
78
|
+
Property | Value
|
|
79
|
+
---------|-------
|
|
80
|
+
ID | 4ca76dd4-8a15-4012-99df-3b9375e9b62b
|
|
81
|
+
LogonName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
|
|
82
|
+
SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
|
|
83
|
+
SiteDesignStore | 0
|
|
84
|
+
SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
|
|
85
|
+
WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
</TabItem>
|
|
89
|
+
</Tabs>
|
|
90
|
+
|
|
30
91
|
## More information
|
|
31
92
|
|
|
32
93
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitedesign task list
|
|
4
6
|
|
|
@@ -27,6 +29,64 @@ List site designs scheduled for execution on the specified site
|
|
|
27
29
|
m365 spo sitedesign task list --webUrl https://contoso.sharepoint.com/sites/team-a
|
|
28
30
|
```
|
|
29
31
|
|
|
32
|
+
## Response
|
|
33
|
+
|
|
34
|
+
<Tabs>
|
|
35
|
+
<TabItem value="JSON">
|
|
36
|
+
|
|
37
|
+
```json
|
|
38
|
+
[
|
|
39
|
+
{
|
|
40
|
+
"ID": "378ba758-cd39-4221-8d63-ff5de9ddac80",
|
|
41
|
+
"LogonName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
|
|
42
|
+
"SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
|
|
43
|
+
"SiteDesignStore": 0,
|
|
44
|
+
"SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
|
|
45
|
+
"WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
</TabItem>
|
|
51
|
+
<TabItem value="Text">
|
|
52
|
+
|
|
53
|
+
```text
|
|
54
|
+
ID SiteDesignID LogonName
|
|
55
|
+
------------------------------------ ------------------------------------ ---------------------------------------------
|
|
56
|
+
d35cee75-19b5-4575-9ddb-e4c37e619095 00281728-3bc1-41d3-92b6-8fc493dcf4cc i:0#.f|membership|john@contoso.onmicrosoft.com
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
</TabItem>
|
|
60
|
+
<TabItem value="CSV">
|
|
61
|
+
|
|
62
|
+
```csv
|
|
63
|
+
ID,LogonName,SiteDesignID,SiteDesignStore,SiteID,WebID
|
|
64
|
+
573e1244-9f09-4969-9299-6a4feb4aaeb5,i:0#.f|membership|john@contoso.onmicrosoft.com,00281728-3bc1-41d3-92b6-8fc493dcf4cc,0,5fc2ea61-7204-41be-9d05-d44f017f958b,1c6a5768-89b1-4a68-8c85-9f8db4609bcf
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
</TabItem>
|
|
68
|
+
<TabItem value="Markdown">
|
|
69
|
+
|
|
70
|
+
```md
|
|
71
|
+
# spo sitedesign task list --webUrl "https://contoso.sharepoint.com/teams/team1"
|
|
72
|
+
|
|
73
|
+
Date: 2023-06-22
|
|
74
|
+
|
|
75
|
+
## d35cee75-19b5-4575-9ddb-e4c37e619095
|
|
76
|
+
|
|
77
|
+
Property | Value
|
|
78
|
+
---------|-------
|
|
79
|
+
ID | d35cee75-19b5-4575-9ddb-e4c37e619095
|
|
80
|
+
LogonName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
|
|
81
|
+
SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
|
|
82
|
+
SiteDesignStore | 0
|
|
83
|
+
SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
|
|
84
|
+
WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
</TabItem>
|
|
88
|
+
</Tabs>
|
|
89
|
+
|
|
30
90
|
## More information
|
|
31
91
|
|
|
32
92
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -36,6 +36,10 @@ Removes the specified site design task with id _6ec3ca5b-d04b-4381-b169-61378556
|
|
|
36
36
|
m365 spo sitedesign task remove --id 6ec3ca5b-d04b-4381-b169-61378556d76e
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
## Response
|
|
40
|
+
|
|
41
|
+
The command won't return a response on success.
|
|
42
|
+
|
|
39
43
|
## More information
|
|
40
44
|
|
|
41
45
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitescript add
|
|
4
6
|
|
|
@@ -37,6 +39,79 @@ Create new site script for use with site designs. Script contents are stored in
|
|
|
37
39
|
m365 spo sitescript add --title "Contoso" --description "Contoso theme script" --content $script
|
|
38
40
|
```
|
|
39
41
|
|
|
42
|
+
## Response
|
|
43
|
+
|
|
44
|
+
<Tabs>
|
|
45
|
+
<TabItem value="JSON">
|
|
46
|
+
|
|
47
|
+
```json
|
|
48
|
+
{
|
|
49
|
+
"Content": null,
|
|
50
|
+
"ContentByteArray": null,
|
|
51
|
+
"Description": "Contoso site script",
|
|
52
|
+
"Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
|
|
53
|
+
"IsSiteScriptPackage": false,
|
|
54
|
+
"Title": "Contoso",
|
|
55
|
+
"Version": 0
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
</TabItem>
|
|
60
|
+
<TabItem value="Text">
|
|
61
|
+
|
|
62
|
+
```text
|
|
63
|
+
Content : null
|
|
64
|
+
ContentByteArray : null
|
|
65
|
+
Description : Contoso site script
|
|
66
|
+
Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
67
|
+
IsSiteScriptPackage: false
|
|
68
|
+
Title : Contoso
|
|
69
|
+
Version : 0
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
</TabItem>
|
|
73
|
+
<TabItem value="CSV">
|
|
74
|
+
|
|
75
|
+
```csv
|
|
76
|
+
Description,Id,IsSiteScriptPackage,Title,Version
|
|
77
|
+
Contoso site script,eeee7706-f8af-4ac0-b629-bcee87260c80,,Contoso,0
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
</TabItem>
|
|
81
|
+
<TabItem value="Markdown">
|
|
82
|
+
|
|
83
|
+
```md
|
|
84
|
+
# spo sitescript add --title "Contoso" --description "Contoso site script" --content "{
|
|
85
|
+
"$schema": "https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json",
|
|
86
|
+
"actions": [
|
|
87
|
+
{
|
|
88
|
+
"verb": "activateSPFeature",
|
|
89
|
+
"name": "SiteNotebook feature",
|
|
90
|
+
"title": "SiteNotebook feature",
|
|
91
|
+
"featureId": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
|
|
92
|
+
"scope": "web"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"bindata": {},
|
|
96
|
+
"version": 1
|
|
97
|
+
}"
|
|
98
|
+
|
|
99
|
+
Date: 2023-06-22
|
|
100
|
+
|
|
101
|
+
## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
|
|
102
|
+
|
|
103
|
+
Property | Value
|
|
104
|
+
---------|-------
|
|
105
|
+
Description | Contoso site script
|
|
106
|
+
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
107
|
+
IsSiteScriptPackage | false
|
|
108
|
+
Title | Contoso
|
|
109
|
+
Version | 0
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
</TabItem>
|
|
113
|
+
</Tabs>
|
|
114
|
+
|
|
40
115
|
## More information
|
|
41
116
|
|
|
42
117
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitescript get
|
|
4
6
|
|
|
@@ -31,6 +33,66 @@ Get information about the site script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34
|
|
|
31
33
|
m365 spo sitescript get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
|
|
32
34
|
```
|
|
33
35
|
|
|
36
|
+
## Response
|
|
37
|
+
|
|
38
|
+
<Tabs>
|
|
39
|
+
<TabItem value="JSON">
|
|
40
|
+
|
|
41
|
+
```json
|
|
42
|
+
{
|
|
43
|
+
"Content": "{\"$schema\":\"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json\",\"actions\":[{\"verb\":\"activateSPFeature\",\"name\":\"SiteNotebook feature\",\"title\":\"SiteNotebook feature\",\"featureId\":\"f151bb39-7c3b-414f-bb36-6bf18872052f\",\"scope\":\"web\"}],\"bindata\":{},\"version\":1}",
|
|
44
|
+
"ContentByteArray": null,
|
|
45
|
+
"Description": "Contoso site script",
|
|
46
|
+
"Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
|
|
47
|
+
"IsSiteScriptPackage": false,
|
|
48
|
+
"Title": "Contoso",
|
|
49
|
+
"Version": 1
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
</TabItem>
|
|
54
|
+
<TabItem value="Text">
|
|
55
|
+
|
|
56
|
+
```text
|
|
57
|
+
Content : {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
|
|
58
|
+
ContentByteArray : null
|
|
59
|
+
Description : Contoso site script
|
|
60
|
+
Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
61
|
+
IsSiteScriptPackage: false
|
|
62
|
+
Title : Contoso
|
|
63
|
+
Version : 1
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
</TabItem>
|
|
67
|
+
<TabItem value="CSV">
|
|
68
|
+
|
|
69
|
+
```csv
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
</TabItem>
|
|
74
|
+
<TabItem value="Markdown">
|
|
75
|
+
|
|
76
|
+
```md
|
|
77
|
+
# spo sitescript get --id "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5"
|
|
78
|
+
|
|
79
|
+
Date: 2023-06-22
|
|
80
|
+
|
|
81
|
+
## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
|
|
82
|
+
|
|
83
|
+
Property | Value
|
|
84
|
+
---------|-------
|
|
85
|
+
Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
|
|
86
|
+
Description | Contoso site script
|
|
87
|
+
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
88
|
+
IsSiteScriptPackage | false
|
|
89
|
+
Title | Contoso
|
|
90
|
+
Version | 1
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
</TabItem>
|
|
94
|
+
</Tabs>
|
|
95
|
+
|
|
34
96
|
## More information
|
|
35
97
|
|
|
36
98
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitescript list
|
|
4
6
|
|
|
@@ -22,6 +24,64 @@ List all site scripts available for use with site designs
|
|
|
22
24
|
m365 spo sitescript list
|
|
23
25
|
```
|
|
24
26
|
|
|
27
|
+
## Response
|
|
28
|
+
|
|
29
|
+
<Tabs>
|
|
30
|
+
<TabItem value="JSON">
|
|
31
|
+
|
|
32
|
+
```json
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
|
+
"Content": null,
|
|
36
|
+
"ContentByteArray": null,
|
|
37
|
+
"Description": "Contoso site script",
|
|
38
|
+
"Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
|
|
39
|
+
"IsSiteScriptPackage": false,
|
|
40
|
+
"Title": "Contoso",
|
|
41
|
+
"Version": 1
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
</TabItem>
|
|
47
|
+
<TabItem value="Text">
|
|
48
|
+
|
|
49
|
+
```text
|
|
50
|
+
Content ContentByteArray Description Id IsSiteScriptPackage Title Version
|
|
51
|
+
------- ---------------- ------------------------- ------------------------------------ ------------------- ------------------- -------
|
|
52
|
+
null null Contoso site script 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5 false Contoso 1
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
</TabItem>
|
|
56
|
+
<TabItem value="CSV">
|
|
57
|
+
|
|
58
|
+
```csv
|
|
59
|
+
Id,IsSiteScriptPackage,Title,Version
|
|
60
|
+
43d4ffa0-c7ee-4a97-91d7-db27e5b62de5,,Contoso,1
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
</TabItem>
|
|
64
|
+
<TabItem value="Markdown">
|
|
65
|
+
|
|
66
|
+
```md
|
|
67
|
+
# spo sitescript list
|
|
68
|
+
|
|
69
|
+
Date: 2023-06-22
|
|
70
|
+
|
|
71
|
+
## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
|
|
72
|
+
|
|
73
|
+
Property | Value
|
|
74
|
+
---------|-------
|
|
75
|
+
Description | Contoso site script
|
|
76
|
+
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
77
|
+
IsSiteScriptPackage | false
|
|
78
|
+
Title | Contoso
|
|
79
|
+
Version | 1
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
</TabItem>
|
|
83
|
+
</Tabs>
|
|
84
|
+
|
|
25
85
|
## More information
|
|
26
86
|
|
|
27
87
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -40,6 +40,10 @@ Remove site script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_ without prompt
|
|
|
40
40
|
m365 spo sitescript remove --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --confirm
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
## Response
|
|
44
|
+
|
|
45
|
+
The command won't return a response on success.
|
|
46
|
+
|
|
43
47
|
## More information
|
|
44
48
|
|
|
45
49
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo sitescript set
|
|
4
6
|
|
|
@@ -43,6 +45,67 @@ Update title of the existing site script with ID _2c1ba4c4-cd9b-4417-832f-92a34b
|
|
|
43
45
|
m365 spo sitescript set --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --title "Contoso"
|
|
44
46
|
```
|
|
45
47
|
|
|
48
|
+
## Response
|
|
49
|
+
|
|
50
|
+
<Tabs>
|
|
51
|
+
<TabItem value="JSON">
|
|
52
|
+
|
|
53
|
+
```json
|
|
54
|
+
{
|
|
55
|
+
"Content": "{\"$schema\":\"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json\",\"actions\":[{\"verb\":\"activateSPFeature\",\"name\":\"SiteNotebook feature\",\"title\":\"SiteNotebook feature\",\"featureId\":\"f151bb39-7c3b-414f-bb36-6bf18872052f\",\"scope\":\"web\"}],\"bindata\":{},\"version\":1}",
|
|
56
|
+
"ContentByteArray": null,
|
|
57
|
+
"Description": "Contoso site script",
|
|
58
|
+
"Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
|
|
59
|
+
"IsSiteScriptPackage": false,
|
|
60
|
+
"Title": "Contoso",
|
|
61
|
+
"Version": 1
|
|
62
|
+
}
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
</TabItem>
|
|
66
|
+
<TabItem value="Text">
|
|
67
|
+
|
|
68
|
+
```text
|
|
69
|
+
Content : {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
|
|
70
|
+
ContentByteArray : null
|
|
71
|
+
Description : Contoso site script
|
|
72
|
+
Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
73
|
+
IsSiteScriptPackage: false
|
|
74
|
+
Title : Contoso
|
|
75
|
+
Version : 1
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
</TabItem>
|
|
79
|
+
<TabItem value="CSV">
|
|
80
|
+
|
|
81
|
+
```csv
|
|
82
|
+
Content,Description,Id,IsSiteScriptPackage,Title,Version
|
|
83
|
+
"{""$schema"":""https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json"",""actions"":[{""verb"":""activateSPFeature"",""name"":""SiteNotebook feature"",""title"":""SiteNotebook feature"",""featureId"":""f151bb39-7c3b-414f-bb36-6bf18872052f"",""scope"":""web""}],""bindata"":{},""version"":1}",Contoso site script,43d4ffa0-c7ee-4a97-91d7-db27e5b62de5,,Contoso,1
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
</TabItem>
|
|
87
|
+
<TabItem value="Markdown">
|
|
88
|
+
|
|
89
|
+
```md
|
|
90
|
+
# spo sitescript set --id "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5" --title "Contoso"
|
|
91
|
+
|
|
92
|
+
Date: 2023-06-22
|
|
93
|
+
|
|
94
|
+
## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
|
|
95
|
+
|
|
96
|
+
Property | Value
|
|
97
|
+
---------|-------
|
|
98
|
+
Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
|
|
99
|
+
Description | Contoso site script
|
|
100
|
+
Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
|
|
101
|
+
IsSiteScriptPackage | false
|
|
102
|
+
Title | Contoso
|
|
103
|
+
Version | 1
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
</TabItem>
|
|
107
|
+
</Tabs>
|
|
108
|
+
|
|
46
109
|
## More information
|
|
47
110
|
|
|
48
111
|
- SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo storageentity get
|
|
4
6
|
|
|
@@ -31,6 +33,57 @@ Show the value, description and comment of the _AnalyticsId_ tenant property
|
|
|
31
33
|
m365 spo storageentity get -k AnalyticsId
|
|
32
34
|
```
|
|
33
35
|
|
|
36
|
+
## Response
|
|
37
|
+
|
|
38
|
+
<Tabs>
|
|
39
|
+
<TabItem value="JSON">
|
|
40
|
+
|
|
41
|
+
```json
|
|
42
|
+
{
|
|
43
|
+
"Key": "AnalyticsId",
|
|
44
|
+
"Value": "123",
|
|
45
|
+
"Description": "Web analytics ID",
|
|
46
|
+
"Comment": "Use on all sites"
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
</TabItem>
|
|
51
|
+
<TabItem value="Text">
|
|
52
|
+
|
|
53
|
+
```text
|
|
54
|
+
Comment : Use on all sites
|
|
55
|
+
Description: Web analytics ID
|
|
56
|
+
Key : AnalyticsId
|
|
57
|
+
Value : 123
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
</TabItem>
|
|
61
|
+
<TabItem value="CSV">
|
|
62
|
+
|
|
63
|
+
```csv
|
|
64
|
+
Key,Value,Description,Comment
|
|
65
|
+
AnalyticsId,123,Web analytics ID,Use on all sites
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
</TabItem>
|
|
69
|
+
<TabItem value="Markdown">
|
|
70
|
+
|
|
71
|
+
```md
|
|
72
|
+
# spo storageentity get --key "AnalyticsId"
|
|
73
|
+
|
|
74
|
+
Date: 2023-06-22
|
|
75
|
+
|
|
76
|
+
Property | Value
|
|
77
|
+
---------|-------
|
|
78
|
+
Key | AnalyticsId
|
|
79
|
+
Value | 123
|
|
80
|
+
Description | Web analytics ID
|
|
81
|
+
Comment | Use on all sites
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
</TabItem>
|
|
85
|
+
</Tabs>
|
|
86
|
+
|
|
34
87
|
## More information
|
|
35
88
|
|
|
36
89
|
- SharePoint Framework Tenant Properties: [https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-properties](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-properties)
|