@pnp/cli-microsoft365 11.6.0-beta.ab6d130 → 11.6.0-beta.bc374af
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/.devproxy/api-specs/sharepoint-admin.yaml +40 -0
- package/.devproxy/api-specs/sharepoint.yaml +48 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/cli/cli.js +3 -0
- package/dist/m365/base/PeriodBasedReport.js +1 -1
- package/dist/m365/cli/commands/config/config-set.js +1 -1
- package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +2 -2
- package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +1 -1
- package/dist/m365/entra/commands/group/group-add.js +2 -4
- package/dist/m365/entra/commands/group/group-member-list.js +1 -1
- package/dist/m365/entra/commands/m365group/m365group-add.js +4 -8
- package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +5 -0
- package/dist/m365/file/commands/convert/convert-pdf.js +3 -5
- package/dist/m365/file/commands/file-add.js +3 -5
- package/dist/m365/file/commands/file-list.js +1 -2
- package/dist/m365/flow/commands/flow-export.js +1 -2
- package/dist/m365/flow/commands/owner/owner-remove.js +1 -1
- package/dist/m365/graph/commands/schemaextension/schemaextension-set.js +1 -1
- package/dist/m365/outlook/commands/calendargroup/calendargroup-list.js +87 -0
- package/dist/m365/outlook/commands.js +1 -0
- package/dist/m365/planner/commands/task/task-add.js +1 -2
- package/dist/m365/planner/commands/task/task-list.js +1 -1
- package/dist/m365/planner/commands/task/task-set.js +1 -2
- package/dist/m365/pp/commands/environment/environment-list.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/rules/DependencyRule.js +1 -2
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN003003_CFG_bundles.js +4 -5
- package/dist/m365/spfx/commands/spfx-doctor.js +1 -2
- package/dist/m365/spo/commands/agent/agent-add.js +172 -0
- package/dist/m365/spo/commands/app/app-deploy.js +2 -4
- package/dist/m365/spo/commands/app/app-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-get.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-origin-add.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-origin-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-policy-list.js +2 -4
- package/dist/m365/spo/commands/cdn/cdn-set.js +2 -3
- package/dist/m365/spo/commands/contenttype/contenttype-set.js +2 -2
- package/dist/m365/spo/commands/field/field-get.js +1 -1
- package/dist/m365/spo/commands/field/field-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-remove.js +1 -1
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +1 -1
- package/dist/m365/spo/commands/list/list-remove.js +1 -1
- package/dist/m365/spo/commands/list/list-set.js +186 -378
- package/dist/m365/spo/commands/list/list-view-field-add.js +1 -2
- package/dist/m365/spo/commands/listitem/listitem-isrecord.js +2 -3
- package/dist/m365/spo/commands/listitem/listitem-record-declare.js +1 -1
- package/dist/m365/spo/commands/navigation/navigation-node-get.js +18 -28
- package/dist/m365/spo/commands/navigation/navigation-node-list.js +14 -39
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-add.js +1 -2
- package/dist/m365/spo/commands/page/clientsidepages.js +6 -6
- package/dist/m365/spo/commands/page/page-add.js +2 -4
- package/dist/m365/spo/commands/page/page-header-set.js +4 -6
- package/dist/m365/spo/commands/page/page-section-add.js +7 -7
- package/dist/m365/spo/commands/page/page-set.js +6 -12
- package/dist/m365/spo/commands/page/page-text-add.js +1 -2
- package/dist/m365/spo/commands/site/site-accessrequest-setting-set.js +102 -0
- package/dist/m365/spo/commands/site/site-add.js +38 -8
- package/dist/m365/spo/commands/site/site-apppermission-add.js +1 -1
- package/dist/m365/spo/commands/site/site-set.js +1 -1
- package/dist/m365/spo/commands/spo-search.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-site-get.js +112 -0
- package/dist/m365/spo/commands/term/term-group-add.js +1 -2
- package/dist/m365/spo/commands/term/term-set-add.js +1 -2
- package/dist/m365/spo/commands/theme/theme-apply.js +1 -1
- package/dist/m365/spo/commands/user/user-list.js +1 -3
- package/dist/m365/spo/commands/web/web-add.js +2 -4
- package/dist/m365/spo/commands/web/web-reindex.js +1 -2
- package/dist/m365/spo/commands.js +3 -0
- package/dist/m365/spp/commands/autofillcolumn/autofillcolumn-set.js +1 -1
- package/dist/m365/viva/commands/engage/engage-role-member-remove.js +83 -0
- package/dist/m365/viva/commands/engage/engage-search.js +1 -1
- package/dist/m365/viva/commands.js +1 -0
- package/dist/utils/accessToken.js +21 -0
- package/dist/utils/brandCenter.js +29 -0
- package/dist/utils/odata.js +1 -2
- package/dist/utils/powerPlatform.js +1 -1
- package/dist/utils/spo.js +2 -2
- package/dist/utils/urlUtil.js +2 -12
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
- package/docs/docs/cmd/app/app-get.mdx +1 -1
- package/docs/docs/cmd/app/app-open.mdx +1 -1
- package/docs/docs/cmd/app/permission/permission-add.mdx +1 -1
- package/docs/docs/cmd/app/permission/permission-list.mdx +1 -1
- package/docs/docs/cmd/booking/business/business-get.mdx +1 -1
- package/docs/docs/cmd/booking/business/business-list.mdx +1 -1
- package/docs/docs/cmd/cli/app/app-add.mdx +1 -1
- package/docs/docs/cmd/cli/app/app-reconsent.mdx +1 -1
- package/docs/docs/cmd/cli/cli-consent.mdx +1 -1
- package/docs/docs/cmd/cli/cli-doctor.mdx +1 -1
- package/docs/docs/cmd/cli/cli-issue.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-clink-update.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-setup.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-update.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-setup.mdx +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-update.mdx +1 -1
- package/docs/docs/cmd/cli/config/config-get.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-list.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-reset.mdx +2 -2
- package/docs/docs/cmd/cli/config/config-set.mdx +2 -2
- package/docs/docs/cmd/connection/connection-list.mdx +1 -1
- package/docs/docs/cmd/connection/connection-remove.mdx +1 -1
- package/docs/docs/cmd/connection/connection-set.mdx +1 -1
- package/docs/docs/cmd/connection/connection-use.mdx +1 -1
- package/docs/docs/cmd/context/context-init.mdx +1 -1
- package/docs/docs/cmd/context/context-remove.mdx +1 -1
- package/docs/docs/cmd/context/option/option-list.mdx +1 -1
- package/docs/docs/cmd/context/option/option-remove.mdx +1 -1
- package/docs/docs/cmd/context/option/option-set.mdx +1 -1
- package/docs/docs/cmd/docs.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-get.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-list.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-add.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-list.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-permission-remove.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/entra/app/app-role-add.mdx +22 -1
- package/docs/docs/cmd/entra/app/app-role-list.mdx +21 -2
- package/docs/docs/cmd/entra/app/app-role-remove.mdx +23 -2
- package/docs/docs/cmd/entra/app/app-set.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +1 -1
- package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-add.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-get.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-list.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-add.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-list.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-member-set.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-remove.mdx +1 -1
- package/docs/docs/cmd/entra/group/group-set.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +1 -1
- package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +1 -1
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +1 -1
- package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +1 -1
- package/docs/docs/cmd/entra/license/license-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-get.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-set.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +1 -1
- package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-add.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx +1 -1
- package/docs/docs/cmd/entra/multitenant/multitenant-set.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +1 -1
- package/docs/docs/cmd/entra/organization/organization-list.mdx +1 -1
- package/docs/docs/cmd/entra/organization/organization-set.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-assignment-remove.mdx +1 -1
- package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +1 -1
- package/docs/docs/cmd/entra/policy/policy-list.mdx +20 -1
- package/docs/docs/cmd/entra/resourcenamespace/resourcenamespace-list.mdx +20 -1
- package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-add.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-get.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-list.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-remove.mdx +1 -1
- package/docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx +1 -1
- package/docs/docs/cmd/entra/rolepermission/rolepermission-list.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -1
- package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-get.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-groupmembership-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-guest-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-hibp.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-add.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-license-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-session-revoke.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-set.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-signin-list.mdx +1 -1
- package/docs/docs/cmd/exo/approleassignment/approleassignment-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-get.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-list.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-remove.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-schema-add.mdx +1 -1
- package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +1 -1
- package/docs/docs/cmd/external/item/item-add.mdx +1 -1
- package/docs/docs/cmd/file/convert/convert-pdf.mdx +1 -1
- package/docs/docs/cmd/file/file-add.mdx +1 -1
- package/docs/docs/cmd/file/file-copy.mdx +1 -1
- package/docs/docs/cmd/file/file-list.mdx +1 -1
- package/docs/docs/cmd/file/file-move.mdx +1 -1
- package/docs/docs/cmd/flow/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/flow/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/flow/flow-disable.mdx +1 -1
- package/docs/docs/cmd/flow/flow-enable.mdx +1 -1
- package/docs/docs/cmd/flow/flow-export.mdx +1 -1
- package/docs/docs/cmd/flow/flow-get.mdx +1 -1
- package/docs/docs/cmd/flow/flow-list.mdx +1 -1
- package/docs/docs/cmd/flow/flow-remove.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-ensure.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-list.mdx +1 -1
- package/docs/docs/cmd/flow/owner/owner-remove.mdx +1 -1
- package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/flow/recyclebinitem/recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-cancel.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-get.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-list.mdx +1 -1
- package/docs/docs/cmd/flow/run/run-resubmit.mdx +1 -1
- package/docs/docs/cmd/graph/changelog/changelog-list.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/openextension/openextension-set.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
- package/docs/docs/cmd/graph/subscription/subscription-add.mdx +1 -1
- package/docs/docs/cmd/login.mdx +1 -1
- package/docs/docs/cmd/logout.mdx +1 -1
- package/docs/docs/cmd/onedrive/onedrive-list.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +1 -1
- package/docs/docs/cmd/onenote/notebook/notebook-add.mdx +1 -1
- package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +1 -1
- package/docs/docs/cmd/onenote/page/page-list.mdx +1 -1
- package/docs/docs/cmd/outlook/calendargroup/calendargroup-list.mdx +120 -0
- package/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx +1 -1
- package/docs/docs/cmd/outlook/mail/mail-send.mdx +1 -1
- package/docs/docs/cmd/outlook/mailbox/mailbox-settings-get.mdx +1 -1
- package/docs/docs/cmd/outlook/mailbox/mailbox-settings-set.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-get.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-list.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-move.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-remove.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +1 -1
- package/docs/docs/cmd/outlook/room/room-list.mdx +1 -1
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-consent-set.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-export.mdx +1 -1
- 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/pa/app/app-owner-set.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-ensure.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-list.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-permission-remove.mdx +1 -1
- package/docs/docs/cmd/pa/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/pa/connector/connector-export.mdx +1 -1
- package/docs/docs/cmd/pa/connector/connector-list.mdx +1 -1
- package/docs/docs/cmd/pa/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-get.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-list.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-get.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-list.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-remove.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-set.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-add.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-get.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-plan-list.mdx +1 -1
- package/docs/docs/cmd/planner/roster/roster-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-get.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-reference-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.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/aibuildermodel/aibuildermodel-remove.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-get.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-list.mdx +1 -1
- package/docs/docs/cmd/pp/copilot/copilot-remove.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/pp/environment/environment-get.mdx +1 -1
- package/docs/docs/cmd/pp/environment/environment-list.mdx +1 -1
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +1 -1
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -1
- package/docs/docs/cmd/pp/managementapp/managementapp-add.mdx +1 -1
- package/docs/docs/cmd/pp/managementapp/managementapp-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-get.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publish.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +1 -1
- package/docs/docs/cmd/pp/solution/solution-remove.mdx +1 -1
- package/docs/docs/cmd/pp/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/pp/tenant/tenant-settings-set.mdx +1 -1
- package/docs/docs/cmd/pp/website/website-get.mdx +1 -1
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-add.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +1 -1
- package/docs/docs/cmd/purview/threatassessment/threatassessment-list.mdx +1 -1
- package/docs/docs/cmd/request.mdx +1 -1
- package/docs/docs/cmd/search.mdx +1 -1
- package/docs/docs/cmd/setup.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-activate.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-add.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-get.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-permission-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spe/container/container-remove.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-add.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-get.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-list.mdx +1 -1
- package/docs/docs/cmd/spe/containertype/containertype-remove.mdx +1 -1
- package/docs/docs/cmd/spfx/package/package-generate.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-azuredevops-pipeline-add.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-github-workflow-add.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-permissions-grant.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-rename.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/agent/agent-add.mdx +190 -0
- package/docs/docs/cmd/spo/app/app-add.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-deploy.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-get.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-install.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-list.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-retract.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +1 -1
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +1 -1
- package/docs/docs/cmd/spo/brandcenter/brandcenter-settings-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +1 -1
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-list.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-sync.mdx +1 -1
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +1 -1
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +1 -1
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +1 -1
- package/docs/docs/cmd/spo/feature/feature-list.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-add.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-get.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-list.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkin.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-copy.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-move.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-rename.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-keep.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-list.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-list.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-move.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-set.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-add.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-clear.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-get.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-list.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-remove.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-sharinglink-set.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-get.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-list.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-add.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-list.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-remove.mdx +1 -1
- package/docs/docs/cmd/spo/group/group-set.mdx +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-add.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-get.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-list.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-set.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +1 -1
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-default-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-clear.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-defaultvalue-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-set.mdx +20 -2
- package/docs/docs/cmd/spo/list/list-sitescript-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-field-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-add.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-get.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-list.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-webhook-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-get.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-attachment-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-isrecord.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-declare.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-lock.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-record-unlock.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +44 -11
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +37 -4
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.mdx +1 -1
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +1 -1
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-column-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-column-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-copy.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-header-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-publish.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-get.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-section-remove.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-template-list.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-text-add.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-get.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-list.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-remove.mdx +1 -1
- package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activitypages.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-get.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-list.mdx +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-remove.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.mdx +1 -1
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-accessrequest-setting-set.mdx +77 -0
- package/docs/docs/cmd/spo/site/site-add.mdx +15 -6
- package/docs/docs/cmd/spo/site/site-admin-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-admin-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-admin-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-archive.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-chrome-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-get.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-membership-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-move.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-rename.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-unarchive.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-versionpolicy-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +1 -1
- package/docs/docs/cmd/spo/spo-get.mdx +1 -1
- package/docs/docs/cmd/spo/spo-search.mdx +1 -1
- package/docs/docs/cmd/spo/spo-set.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
- 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 +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-site-get.mdx +479 -0
- package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-list.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-list.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-get.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-list.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-set.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-ensure.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-list.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +1 -1
- package/docs/docs/cmd/spo/userprofile/userprofile-set.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-add.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-alert-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-alert-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-get.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-reindex.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-retentionlabel-list.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleassignment-add.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-set.mdx +1 -1
- package/docs/docs/cmd/spp/autofillcolumn/autofillcolumn-set.mdx +1 -1
- package/docs/docs/cmd/spp/contentcenter/contentcenter-list.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-apply.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-get.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-list.mdx +1 -1
- package/docs/docs/cmd/spp/model/model-remove.mdx +1 -1
- package/docs/docs/cmd/status.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-install.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-list.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-publish.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/teams/app/app-update.mdx +1 -1
- package/docs/docs/cmd/teams/cache/cache-remove.mdx +1 -1
- package/docs/docs/cmd/teams/callrecord/callrecord-get.mdx +1 -1
- package/docs/docs/cmd/teams/callrecord/callrecord-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-add.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-get.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-add.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-set.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-get.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-add.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-message-list.mdx +1 -1
- package/docs/docs/cmd/teams/chat/chat-message-send.mdx +1 -1
- package/docs/docs/cmd/teams/funsettings/funsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/funsettings/funsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-add.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-list.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-transcript-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/membersettings/membersettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-get.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-list.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-remove.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-restore.mdx +1 -1
- package/docs/docs/cmd/teams/message/message-send.mdx +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.mdx +1 -1
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-pstncalls.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-add.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-get.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-list.mdx +1 -1
- package/docs/docs/cmd/teams/tab/tab-remove.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-app-list.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-archive.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-clone.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-get.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-list.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-remove.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-set.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-unarchive.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-add.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-list.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-upgrade.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-list.mdx +1 -1
- package/docs/docs/cmd/tenant/id/id-get.mdx +1 -1
- package/docs/docs/cmd/tenant/info/info-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-list.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-pronouns-get.mdx +1 -1
- package/docs/docs/cmd/tenant/people/people-pronouns-set.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationcounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-settings-get.mdx +1 -1
- package/docs/docs/cmd/tenant/report/report-settings-set.mdx +1 -1
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-add.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-get.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-list.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-remove.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-set.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-get.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-remove.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-set.mdx +1 -1
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +1 -1
- package/docs/docs/cmd/version.mdx +1 -1
- package/docs/docs/cmd/viva/connections/connections-app-create.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-set.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-add.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-like-set.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-message-remove.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-network-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusagedistributionusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusageusercounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-deviceusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitycounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitydetail.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-report-groupsactivitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-member-list.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-role-member-remove.mdx +71 -0
- package/docs/docs/cmd/viva/engage/engage-search.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-user-get.mdx +1 -1
- package/docs/docs/cmd/viva/engage/engage-user-list.mdx +1 -1
- package/npm-shrinkwrap.json +289 -249
- package/package.json +7 -5
|
@@ -1,17 +1,105 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
5
|
-
};
|
|
6
|
-
var _SpoListSetCommand_instances, _a, _SpoListSetCommand_initTelemetry, _SpoListSetCommand_initOptions, _SpoListSetCommand_initValidators, _SpoListSetCommand_initTypes, _SpoListSetCommand_initOptionSets;
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { globalOptionsZod } from '../../../../Command.js';
|
|
3
|
+
import config from '../../../../config.js';
|
|
7
4
|
import request from '../../../../request.js';
|
|
8
5
|
import { formatting } from '../../../../utils/formatting.js';
|
|
6
|
+
import { spo } from '../../../../utils/spo.js';
|
|
9
7
|
import { urlUtil } from '../../../../utils/urlUtil.js';
|
|
10
8
|
import { validation } from '../../../../utils/validation.js';
|
|
11
9
|
import SpoCommand from '../../../base/SpoCommand.js';
|
|
12
10
|
import commands from '../../commands.js';
|
|
13
11
|
import { DraftVisibilityType } from './DraftVisibilityType.js';
|
|
14
12
|
import { ListExperience } from './ListExperience.js';
|
|
13
|
+
export const options = z.strictObject({
|
|
14
|
+
...globalOptionsZod.shape,
|
|
15
|
+
webUrl: z.string()
|
|
16
|
+
.refine(url => validation.isValidSharePointUrl(url) === true, {
|
|
17
|
+
error: e => `${e.input} is not a valid SharePoint Online site URL.`
|
|
18
|
+
})
|
|
19
|
+
.alias('u'),
|
|
20
|
+
id: z.string()
|
|
21
|
+
.refine(id => validation.isValidGuid(id), {
|
|
22
|
+
error: e => `${e.input} is not a valid GUID`
|
|
23
|
+
})
|
|
24
|
+
.optional(),
|
|
25
|
+
title: z.string().optional(),
|
|
26
|
+
url: z.string().optional(),
|
|
27
|
+
newTitle: z.string().optional(),
|
|
28
|
+
allowDeletion: z.boolean().optional(),
|
|
29
|
+
allowEveryoneViewItems: z.boolean().optional(),
|
|
30
|
+
allowMultiResponses: z.boolean().optional(),
|
|
31
|
+
contentTypesEnabled: z.boolean().optional(),
|
|
32
|
+
crawlNonDefaultViews: z.boolean().optional(),
|
|
33
|
+
defaultContentApprovalWorkflowId: z.string()
|
|
34
|
+
.refine(id => validation.isValidGuid(id), {
|
|
35
|
+
error: e => `${e.input} in option defaultContentApprovalWorkflowId is not a valid GUID`
|
|
36
|
+
})
|
|
37
|
+
.optional(),
|
|
38
|
+
defaultDisplayFormUrl: z.string().optional(),
|
|
39
|
+
defaultEditFormUrl: z.string().optional(),
|
|
40
|
+
description: z.string().optional(),
|
|
41
|
+
direction: z.enum(['NONE', 'LTR', 'RTL']).optional(),
|
|
42
|
+
disableCommenting: z.boolean().optional(),
|
|
43
|
+
disableGridEditing: z.boolean().optional(),
|
|
44
|
+
draftVersionVisibility: z.enum(['Reader', 'Author', 'Approver']).optional(),
|
|
45
|
+
emailAlias: z.string().optional(),
|
|
46
|
+
enableAssignToEmail: z.boolean().optional(),
|
|
47
|
+
enableAttachments: z.boolean().optional(),
|
|
48
|
+
enableDeployWithDependentList: z.boolean().optional(),
|
|
49
|
+
enableFolderCreation: z.boolean().optional(),
|
|
50
|
+
enableMinorVersions: z.boolean().optional(),
|
|
51
|
+
enableModeration: z.boolean().optional(),
|
|
52
|
+
enablePeopleSelector: z.boolean().optional(),
|
|
53
|
+
enableResourceSelector: z.boolean().optional(),
|
|
54
|
+
enableSchemaCaching: z.boolean().optional(),
|
|
55
|
+
enableSyndication: z.boolean().optional(),
|
|
56
|
+
enableThrottling: z.boolean().optional(),
|
|
57
|
+
enableVersioning: z.boolean().optional(),
|
|
58
|
+
enforceDataValidation: z.boolean().optional(),
|
|
59
|
+
excludeFromOfflineClient: z.boolean().optional(),
|
|
60
|
+
fetchPropertyBagForListView: z.boolean().optional(),
|
|
61
|
+
followable: z.boolean().optional(),
|
|
62
|
+
forceCheckout: z.boolean().optional(),
|
|
63
|
+
forceDefaultContentType: z.boolean().optional(),
|
|
64
|
+
hidden: z.boolean().optional(),
|
|
65
|
+
includedInMyFilesScope: z.boolean().optional(),
|
|
66
|
+
irmEnabled: z.boolean().optional(),
|
|
67
|
+
irmExpire: z.boolean().optional(),
|
|
68
|
+
irmReject: z.boolean().optional(),
|
|
69
|
+
isApplicationList: z.boolean().optional(),
|
|
70
|
+
listExperienceOptions: z.enum(['Auto', 'NewExperience', 'ClassicExperience']).optional(),
|
|
71
|
+
majorVersionLimit: z.number().int().positive().optional(),
|
|
72
|
+
majorWithMinorVersionsLimit: z.number().int().positive().optional(),
|
|
73
|
+
multipleDataList: z.boolean().optional(),
|
|
74
|
+
navigateForFormsPages: z.boolean().optional(),
|
|
75
|
+
needUpdateSiteClientTag: z.boolean().optional(),
|
|
76
|
+
noCrawl: z.boolean().optional(),
|
|
77
|
+
onQuickLaunch: z.boolean().optional(),
|
|
78
|
+
ordered: z.boolean().optional(),
|
|
79
|
+
parserDisabled: z.boolean().optional(),
|
|
80
|
+
readOnlyUI: z.boolean().optional(),
|
|
81
|
+
readSecurity: z.number().refine(v => v === 1 || v === 2, {
|
|
82
|
+
error: e => `${e.input} is not a valid readSecurity value. Allowed values are 1|2`
|
|
83
|
+
}).optional(),
|
|
84
|
+
requestAccessEnabled: z.boolean().optional(),
|
|
85
|
+
restrictUserUpdates: z.boolean().optional(),
|
|
86
|
+
sendToLocationName: z.string().optional(),
|
|
87
|
+
sendToLocationUrl: z.string().optional(),
|
|
88
|
+
showUser: z.boolean().optional(),
|
|
89
|
+
templateFeatureId: z.string()
|
|
90
|
+
.refine(id => validation.isValidGuid(id), {
|
|
91
|
+
error: e => `${e.input} in option templateFeatureId is not a valid GUID`
|
|
92
|
+
})
|
|
93
|
+
.optional(),
|
|
94
|
+
useFormsForDisplay: z.boolean().optional(),
|
|
95
|
+
validationFormula: z.string().optional(),
|
|
96
|
+
validationMessage: z.string().optional(),
|
|
97
|
+
versionAutoExpireTrim: z.boolean().optional(),
|
|
98
|
+
versionExpireAfterDays: z.number().int().positive().optional(),
|
|
99
|
+
writeSecurity: z.number().refine(v => v === 1 || v === 2 || v === 4, {
|
|
100
|
+
error: e => `${e.input} is not a valid writeSecurity value. Allowed values are 1|2|4`
|
|
101
|
+
}).optional()
|
|
102
|
+
});
|
|
15
103
|
class SpoListSetCommand extends SpoCommand {
|
|
16
104
|
get name() {
|
|
17
105
|
return commands.LIST_SET;
|
|
@@ -19,40 +107,29 @@ class SpoListSetCommand extends SpoCommand {
|
|
|
19
107
|
get description() {
|
|
20
108
|
return 'Updates the settings of the specified list';
|
|
21
109
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
* more easily be used in validation or descriptions.
|
|
25
|
-
*/
|
|
26
|
-
get draftVisibilityTypeMap() {
|
|
27
|
-
const result = [];
|
|
28
|
-
for (const draftType in DraftVisibilityType) {
|
|
29
|
-
if (typeof DraftVisibilityType[draftType] === 'number') {
|
|
30
|
-
result.push(draftType);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
return result;
|
|
110
|
+
get schema() {
|
|
111
|
+
return options;
|
|
34
112
|
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
__classPrivateFieldGet(this, _SpoListSetCommand_instances, "m", _SpoListSetCommand_initOptionSets).call(this);
|
|
113
|
+
getRefinedSchema(schema) {
|
|
114
|
+
return schema
|
|
115
|
+
.refine((opts) => [opts.id, opts.title, opts.url].filter(o => o !== undefined).length === 1, {
|
|
116
|
+
error: 'Use one of the following options: id, title, or url.'
|
|
117
|
+
})
|
|
118
|
+
.refine((opts) => !opts.emailAlias || opts.enableAssignToEmail === true, {
|
|
119
|
+
error: 'emailAlias could not be set if enableAssignToEmail is not set to true. Please set enableAssignToEmail.'
|
|
120
|
+
})
|
|
121
|
+
.refine((opts) => opts.majorWithMinorVersionsLimit === undefined || opts.enableMinorVersions === true || opts.enableModeration === true, {
|
|
122
|
+
error: 'majorWithMinorVersionsLimit option is only valid in combination with enableMinorVersions or enableModeration.'
|
|
123
|
+
})
|
|
124
|
+
.refine((opts) => opts.versionExpireAfterDays === undefined || opts.versionAutoExpireTrim !== true, {
|
|
125
|
+
error: 'versionExpireAfterDays cannot be used together with versionAutoExpireTrim set to true.'
|
|
126
|
+
})
|
|
127
|
+
.refine((opts) => {
|
|
128
|
+
const identifierAndGlobalKeys = new Set(['webUrl', 'id', 'title', 'url', 'output', 'query', 'debug', 'verbose']);
|
|
129
|
+
return Object.entries(opts).some(([key, value]) => !identifierAndGlobalKeys.has(key) && value !== undefined);
|
|
130
|
+
}, {
|
|
131
|
+
error: 'Specify at least one option to update.'
|
|
132
|
+
});
|
|
56
133
|
}
|
|
57
134
|
async commandAction(logger, args) {
|
|
58
135
|
if (this.verbose) {
|
|
@@ -82,13 +159,78 @@ class SpoListSetCommand extends SpoCommand {
|
|
|
82
159
|
responseType: 'json'
|
|
83
160
|
};
|
|
84
161
|
try {
|
|
85
|
-
|
|
86
|
-
|
|
162
|
+
if (Object.keys(requestBody).length > 0) {
|
|
163
|
+
await request.post(requestOptions);
|
|
164
|
+
}
|
|
165
|
+
if (args.options.versionExpireAfterDays !== undefined || args.options.versionAutoExpireTrim !== undefined) {
|
|
166
|
+
await this.setVersionPolicies(args.options);
|
|
167
|
+
}
|
|
87
168
|
}
|
|
88
169
|
catch (err) {
|
|
89
170
|
this.handleRejectedODataJsonPromise(err);
|
|
90
171
|
}
|
|
91
172
|
}
|
|
173
|
+
async setVersionPolicies(options) {
|
|
174
|
+
const digest = await spo.getRequestDigest(options.webUrl);
|
|
175
|
+
let objectPaths = '';
|
|
176
|
+
let actions = '';
|
|
177
|
+
// SPContext.Current
|
|
178
|
+
objectPaths += `<StaticProperty Id="0" TypeId="{3747adcd-a3c3-41b9-bfab-4a64dd2f1e0a}" Name="Current" />`;
|
|
179
|
+
actions += `<ObjectPath Id="1" ObjectPathId="0" />`;
|
|
180
|
+
// Web
|
|
181
|
+
objectPaths += `<Property Id="2" ParentId="0" Name="Web" />`;
|
|
182
|
+
actions += `<ObjectPath Id="3" ObjectPathId="2" />`;
|
|
183
|
+
let listObjectPathId;
|
|
184
|
+
if (options.url) {
|
|
185
|
+
const listServerRelativeUrl = urlUtil.getServerRelativePath(options.webUrl, options.url);
|
|
186
|
+
objectPaths += `<Method Id="4" ParentId="2" Name="GetList"><Parameters><Parameter Type="String">${formatting.escapeXml(listServerRelativeUrl)}</Parameter></Parameters></Method>`;
|
|
187
|
+
listObjectPathId = 4;
|
|
188
|
+
actions += `<ObjectPath Id="5" ObjectPathId="4" />`;
|
|
189
|
+
}
|
|
190
|
+
else if (options.id) {
|
|
191
|
+
objectPaths += `<Property Id="4" ParentId="2" Name="Lists" />`;
|
|
192
|
+
actions += `<ObjectPath Id="5" ObjectPathId="4" />`;
|
|
193
|
+
objectPaths += `<Method Id="6" ParentId="4" Name="GetById"><Parameters><Parameter Type="Guid">{${formatting.escapeXml(options.id)}}</Parameter></Parameters></Method>`;
|
|
194
|
+
listObjectPathId = 6;
|
|
195
|
+
actions += `<ObjectPath Id="7" ObjectPathId="6" />`;
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
const titleForLookup = options.newTitle ?? options.title;
|
|
199
|
+
objectPaths += `<Property Id="4" ParentId="2" Name="Lists" />`;
|
|
200
|
+
actions += `<ObjectPath Id="5" ObjectPathId="4" />`;
|
|
201
|
+
objectPaths += `<Method Id="6" ParentId="4" Name="GetByTitle"><Parameters><Parameter Type="String">${formatting.escapeXml(titleForLookup)}</Parameter></Parameters></Method>`;
|
|
202
|
+
listObjectPathId = 6;
|
|
203
|
+
actions += `<ObjectPath Id="7" ObjectPathId="6" />`;
|
|
204
|
+
}
|
|
205
|
+
const versionPoliciesId = listObjectPathId + 10;
|
|
206
|
+
objectPaths += `<Property Id="${versionPoliciesId}" ParentId="${listObjectPathId}" Name="VersionPolicies" />`;
|
|
207
|
+
actions += `<ObjectPath Id="${versionPoliciesId + 1}" ObjectPathId="${versionPoliciesId}" />`;
|
|
208
|
+
let nextActionId = versionPoliciesId + 2;
|
|
209
|
+
if (options.versionExpireAfterDays !== undefined) {
|
|
210
|
+
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultTrimMode"><Parameter Type="Int32">1</Parameter></SetProperty>`;
|
|
211
|
+
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultExpireAfterDays"><Parameter Type="Int32">${options.versionExpireAfterDays}</Parameter></SetProperty>`;
|
|
212
|
+
}
|
|
213
|
+
else if (options.versionAutoExpireTrim === true) {
|
|
214
|
+
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultTrimMode"><Parameter Type="Int32">2</Parameter></SetProperty>`;
|
|
215
|
+
}
|
|
216
|
+
else if (options.versionAutoExpireTrim === false) {
|
|
217
|
+
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultTrimMode"><Parameter Type="Int32">0</Parameter></SetProperty>`;
|
|
218
|
+
}
|
|
219
|
+
actions += `<Method Name="Update" Id="${nextActionId}" ObjectPathId="${listObjectPathId}" />`;
|
|
220
|
+
const csomRequestOptions = {
|
|
221
|
+
url: `${options.webUrl}/_vti_bin/client.svc/ProcessQuery`,
|
|
222
|
+
headers: {
|
|
223
|
+
'X-RequestDigest': digest.FormDigestValue
|
|
224
|
+
},
|
|
225
|
+
data: `<Request AddExpandoFieldTypeSuffix="true" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0" ApplicationName="${config.applicationName}" xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009"><Actions>${actions}</Actions><ObjectPaths>${objectPaths}</ObjectPaths></Request>`
|
|
226
|
+
};
|
|
227
|
+
const res = await request.post(csomRequestOptions);
|
|
228
|
+
const json = JSON.parse(res);
|
|
229
|
+
const response = json[0];
|
|
230
|
+
if (response.ErrorInfo) {
|
|
231
|
+
throw response.ErrorInfo.ErrorMessage;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
92
234
|
mapRequestBody(options) {
|
|
93
235
|
const requestBody = {};
|
|
94
236
|
if (options.newTitle) {
|
|
@@ -216,6 +358,9 @@ class SpoListSetCommand extends SpoCommand {
|
|
|
216
358
|
}
|
|
217
359
|
if (options.majorVersionLimit) {
|
|
218
360
|
requestBody.MajorVersionLimit = options.majorVersionLimit;
|
|
361
|
+
if (options.enableVersioning === undefined) {
|
|
362
|
+
requestBody.EnableVersioning = true;
|
|
363
|
+
}
|
|
219
364
|
}
|
|
220
365
|
if (options.majorWithMinorVersionsLimit) {
|
|
221
366
|
requestBody.MajorWithMinorVersionsLimit = options.majorWithMinorVersionsLimit;
|
|
@@ -277,342 +422,5 @@ class SpoListSetCommand extends SpoCommand {
|
|
|
277
422
|
return requestBody;
|
|
278
423
|
}
|
|
279
424
|
}
|
|
280
|
-
_a = SpoListSetCommand, _SpoListSetCommand_instances = new WeakSet(), _SpoListSetCommand_initTelemetry = function _SpoListSetCommand_initTelemetry() {
|
|
281
|
-
this.telemetry.push((args) => {
|
|
282
|
-
const telemetryProps = {};
|
|
283
|
-
// add properties with identifiable data
|
|
284
|
-
[
|
|
285
|
-
'id',
|
|
286
|
-
'title',
|
|
287
|
-
'url',
|
|
288
|
-
'newTitle',
|
|
289
|
-
'description',
|
|
290
|
-
'templateFeatureId',
|
|
291
|
-
'defaultContentApprovalWorkflowId',
|
|
292
|
-
'defaultDisplayFormUrl',
|
|
293
|
-
'defaultEditFormUrl',
|
|
294
|
-
'emailAlias',
|
|
295
|
-
'sendToLocationName',
|
|
296
|
-
'sendToLocationUrl',
|
|
297
|
-
'validationFormula',
|
|
298
|
-
'validationMessage'
|
|
299
|
-
].forEach(o => {
|
|
300
|
-
const value = args.options[o];
|
|
301
|
-
if (value) {
|
|
302
|
-
telemetryProps[o] = (typeof value !== 'undefined').toString();
|
|
303
|
-
}
|
|
304
|
-
});
|
|
305
|
-
// add boolean values
|
|
306
|
-
_a.booleanOptions.forEach(o => {
|
|
307
|
-
const value = args.options[o];
|
|
308
|
-
if (value !== undefined) {
|
|
309
|
-
telemetryProps[o] = value;
|
|
310
|
-
}
|
|
311
|
-
});
|
|
312
|
-
// add properties with non-identifiable data
|
|
313
|
-
[
|
|
314
|
-
'direction',
|
|
315
|
-
'draftVersionVisibility',
|
|
316
|
-
'listExperienceOptions',
|
|
317
|
-
'majorVersionLimit',
|
|
318
|
-
'majorWithMinorVersionsLimit',
|
|
319
|
-
'readSecurity',
|
|
320
|
-
'writeSecurity'
|
|
321
|
-
].forEach(o => {
|
|
322
|
-
const value = args.options[o];
|
|
323
|
-
if (value) {
|
|
324
|
-
telemetryProps[o] = value.toString();
|
|
325
|
-
}
|
|
326
|
-
});
|
|
327
|
-
Object.assign(this.telemetryProperties, telemetryProps);
|
|
328
|
-
});
|
|
329
|
-
}, _SpoListSetCommand_initOptions = function _SpoListSetCommand_initOptions() {
|
|
330
|
-
this.options.unshift({
|
|
331
|
-
option: '-u, --webUrl <webUrl>'
|
|
332
|
-
}, {
|
|
333
|
-
option: '--id [id]'
|
|
334
|
-
}, {
|
|
335
|
-
option: '--url [url]'
|
|
336
|
-
}, {
|
|
337
|
-
option: '--title [title]'
|
|
338
|
-
}, {
|
|
339
|
-
option: '--newTitle [newTitle]'
|
|
340
|
-
}, {
|
|
341
|
-
option: '--allowDeletion [allowDeletion]',
|
|
342
|
-
autocomplete: ['true', 'false']
|
|
343
|
-
}, {
|
|
344
|
-
option: '--allowEveryoneViewItems [allowEveryoneViewItems]',
|
|
345
|
-
autocomplete: ['true', 'false']
|
|
346
|
-
}, {
|
|
347
|
-
option: '--allowMultiResponses [allowMultiResponses]',
|
|
348
|
-
autocomplete: ['true', 'false']
|
|
349
|
-
}, {
|
|
350
|
-
option: '--contentTypesEnabled [contentTypesEnabled]',
|
|
351
|
-
autocomplete: ['true', 'false']
|
|
352
|
-
}, {
|
|
353
|
-
option: '--crawlNonDefaultViews [crawlNonDefaultViews]',
|
|
354
|
-
autocomplete: ['true', 'false']
|
|
355
|
-
}, {
|
|
356
|
-
option: '--defaultContentApprovalWorkflowId [defaultContentApprovalWorkflowId]'
|
|
357
|
-
}, {
|
|
358
|
-
option: '--defaultDisplayFormUrl [defaultDisplayFormUrl]'
|
|
359
|
-
}, {
|
|
360
|
-
option: '--defaultEditFormUrl [defaultEditFormUrl]'
|
|
361
|
-
}, {
|
|
362
|
-
option: '--description [description]'
|
|
363
|
-
}, {
|
|
364
|
-
option: '--direction [direction]',
|
|
365
|
-
autocomplete: ['NONE', 'LTR', 'RTL']
|
|
366
|
-
}, {
|
|
367
|
-
option: '--disableCommenting [disableCommenting]',
|
|
368
|
-
autocomplete: ['true', 'false']
|
|
369
|
-
}, {
|
|
370
|
-
option: '--disableGridEditing [disableGridEditing]',
|
|
371
|
-
autocomplete: ['true', 'false']
|
|
372
|
-
}, {
|
|
373
|
-
option: '--draftVersionVisibility [draftVersionVisibility]',
|
|
374
|
-
autocomplete: this.draftVisibilityTypeMap
|
|
375
|
-
}, {
|
|
376
|
-
option: '--emailAlias [emailAlias]'
|
|
377
|
-
}, {
|
|
378
|
-
option: '--enableAssignToEmail [enableAssignToEmail]',
|
|
379
|
-
autocomplete: ['true', 'false']
|
|
380
|
-
}, {
|
|
381
|
-
option: '--enableAttachments [enableAttachments]',
|
|
382
|
-
autocomplete: ['true', 'false']
|
|
383
|
-
}, {
|
|
384
|
-
option: '--enableDeployWithDependentList [enableDeployWithDependentList]',
|
|
385
|
-
autocomplete: ['true', 'false']
|
|
386
|
-
}, {
|
|
387
|
-
option: '--enableFolderCreation [enableFolderCreation]',
|
|
388
|
-
autocomplete: ['true', 'false']
|
|
389
|
-
}, {
|
|
390
|
-
option: '--enableMinorVersions [enableMinorVersions]',
|
|
391
|
-
autocomplete: ['true', 'false']
|
|
392
|
-
}, {
|
|
393
|
-
option: '--enableModeration [enableModeration]',
|
|
394
|
-
autocomplete: ['true', 'false']
|
|
395
|
-
}, {
|
|
396
|
-
option: '--enablePeopleSelector [enablePeopleSelector]',
|
|
397
|
-
autocomplete: ['true', 'false']
|
|
398
|
-
}, {
|
|
399
|
-
option: '--enableResourceSelector [enableResourceSelector]',
|
|
400
|
-
autocomplete: ['true', 'false']
|
|
401
|
-
}, {
|
|
402
|
-
option: '--enableSchemaCaching [enableSchemaCaching]',
|
|
403
|
-
autocomplete: ['true', 'false']
|
|
404
|
-
}, {
|
|
405
|
-
option: '--enableSyndication [enableSyndication]',
|
|
406
|
-
autocomplete: ['true', 'false']
|
|
407
|
-
}, {
|
|
408
|
-
option: '--enableThrottling [enableThrottling]',
|
|
409
|
-
autocomplete: ['true', 'false']
|
|
410
|
-
}, {
|
|
411
|
-
option: '--enableVersioning [enableVersioning]',
|
|
412
|
-
autocomplete: ['true', 'false']
|
|
413
|
-
}, {
|
|
414
|
-
option: '--enforceDataValidation [enforceDataValidation]',
|
|
415
|
-
autocomplete: ['true', 'false']
|
|
416
|
-
}, {
|
|
417
|
-
option: '--excludeFromOfflineClient [excludeFromOfflineClient]',
|
|
418
|
-
autocomplete: ['true', 'false']
|
|
419
|
-
}, {
|
|
420
|
-
option: '--fetchPropertyBagForListView [fetchPropertyBagForListView]',
|
|
421
|
-
autocomplete: ['true', 'false']
|
|
422
|
-
}, {
|
|
423
|
-
option: '--followable [followable]',
|
|
424
|
-
autocomplete: ['true', 'false']
|
|
425
|
-
}, {
|
|
426
|
-
option: '--forceCheckout [forceCheckout]',
|
|
427
|
-
autocomplete: ['true', 'false']
|
|
428
|
-
}, {
|
|
429
|
-
option: '--forceDefaultContentType [forceDefaultContentType]',
|
|
430
|
-
autocomplete: ['true', 'false']
|
|
431
|
-
}, {
|
|
432
|
-
option: '--hidden [hidden]',
|
|
433
|
-
autocomplete: ['true', 'false']
|
|
434
|
-
}, {
|
|
435
|
-
option: '--includedInMyFilesScope [includedInMyFilesScope]',
|
|
436
|
-
autocomplete: ['true', 'false']
|
|
437
|
-
}, {
|
|
438
|
-
option: '--irmEnabled [irmEnabled]',
|
|
439
|
-
autocomplete: ['true', 'false']
|
|
440
|
-
}, {
|
|
441
|
-
option: '--irmExpire [irmExpire]',
|
|
442
|
-
autocomplete: ['true', 'false']
|
|
443
|
-
}, {
|
|
444
|
-
option: '--irmReject [irmReject]',
|
|
445
|
-
autocomplete: ['true', 'false']
|
|
446
|
-
}, {
|
|
447
|
-
option: '--isApplicationList [isApplicationList]',
|
|
448
|
-
autocomplete: ['true', 'false']
|
|
449
|
-
}, {
|
|
450
|
-
option: '--listExperienceOptions [listExperienceOptions]',
|
|
451
|
-
autocomplete: this.listExperienceMap
|
|
452
|
-
}, {
|
|
453
|
-
option: '--majorVersionLimit [majorVersionLimit]'
|
|
454
|
-
}, {
|
|
455
|
-
option: '--majorWithMinorVersionsLimit [majorWithMinorVersionsLimit]'
|
|
456
|
-
}, {
|
|
457
|
-
option: '--multipleDataList [multipleDataList]',
|
|
458
|
-
autocomplete: ['true', 'false']
|
|
459
|
-
}, {
|
|
460
|
-
option: '--navigateForFormsPages [navigateForFormsPages]',
|
|
461
|
-
autocomplete: ['true', 'false']
|
|
462
|
-
}, {
|
|
463
|
-
option: '--needUpdateSiteClientTag [needUpdateSiteClientTag]',
|
|
464
|
-
autocomplete: ['true', 'false']
|
|
465
|
-
}, {
|
|
466
|
-
option: '--noCrawl [noCrawl]',
|
|
467
|
-
autocomplete: ['true', 'false']
|
|
468
|
-
}, {
|
|
469
|
-
option: '--onQuickLaunch [onQuickLaunch]',
|
|
470
|
-
autocomplete: ['true', 'false']
|
|
471
|
-
}, {
|
|
472
|
-
option: '--ordered [ordered]',
|
|
473
|
-
autocomplete: ['true', 'false']
|
|
474
|
-
}, {
|
|
475
|
-
option: '-parserDisabled [parserDisabled]',
|
|
476
|
-
autocomplete: ['true', 'false']
|
|
477
|
-
}, {
|
|
478
|
-
option: '--readOnlyUI [readOnlyUI]',
|
|
479
|
-
autocomplete: ['true', 'false']
|
|
480
|
-
}, {
|
|
481
|
-
option: '--readSecurity [readSecurity]',
|
|
482
|
-
autocomplete: ['1', '2']
|
|
483
|
-
}, {
|
|
484
|
-
option: '--requestAccessEnabled [requestAccessEnabled]',
|
|
485
|
-
autocomplete: ['true', 'false']
|
|
486
|
-
}, {
|
|
487
|
-
option: '--restrictUserUpdates [restrictUserUpdates]',
|
|
488
|
-
autocomplete: ['true', 'false']
|
|
489
|
-
}, {
|
|
490
|
-
option: '--sendToLocationName [sendToLocationName]'
|
|
491
|
-
}, {
|
|
492
|
-
option: '--sendToLocationUrl [sendToLocationUrl]'
|
|
493
|
-
}, {
|
|
494
|
-
option: '--showUser [showUser]',
|
|
495
|
-
autocomplete: ['true', 'false']
|
|
496
|
-
}, {
|
|
497
|
-
option: '--templateFeatureId [templateFeatureId]'
|
|
498
|
-
}, {
|
|
499
|
-
option: '--useFormsForDisplay [useFormsForDisplay]',
|
|
500
|
-
autocomplete: ['true', 'false']
|
|
501
|
-
}, {
|
|
502
|
-
option: '--validationFormula [validationFormula]'
|
|
503
|
-
}, {
|
|
504
|
-
option: '--validationMessage [validationMessage]'
|
|
505
|
-
}, {
|
|
506
|
-
option: '--writeSecurity [writeSecurity]',
|
|
507
|
-
autocomplete: ['1', '2', '4']
|
|
508
|
-
});
|
|
509
|
-
}, _SpoListSetCommand_initValidators = function _SpoListSetCommand_initValidators() {
|
|
510
|
-
this.validators.push(async (args) => {
|
|
511
|
-
const isValidSharePointUrl = validation.isValidSharePointUrl(args.options.webUrl);
|
|
512
|
-
if (isValidSharePointUrl !== true) {
|
|
513
|
-
return isValidSharePointUrl;
|
|
514
|
-
}
|
|
515
|
-
if (args.options.id && !validation.isValidGuid(args.options.id)) {
|
|
516
|
-
return `${args.options.id} is not a valid GUID`;
|
|
517
|
-
}
|
|
518
|
-
if (args.options.templateFeatureId &&
|
|
519
|
-
!validation.isValidGuid(args.options.templateFeatureId)) {
|
|
520
|
-
return `${args.options.templateFeatureId} in option templateFeatureId is not a valid GUID`;
|
|
521
|
-
}
|
|
522
|
-
if (args.options.defaultContentApprovalWorkflowId &&
|
|
523
|
-
!validation.isValidGuid(args.options.defaultContentApprovalWorkflowId)) {
|
|
524
|
-
return `${args.options.defaultContentApprovalWorkflowId} in option defaultContentApprovalWorkflowId is not a valid GUID`;
|
|
525
|
-
}
|
|
526
|
-
if (args.options.direction &&
|
|
527
|
-
['NONE', 'LTR', 'RTL'].indexOf(args.options.direction) === -1) {
|
|
528
|
-
return `${args.options.direction} is not a valid direction value. Allowed values are NONE|LTR|RTL`;
|
|
529
|
-
}
|
|
530
|
-
if (args.options.draftVersionVisibility) {
|
|
531
|
-
const draftType = DraftVisibilityType[args.options.draftVersionVisibility.trim()];
|
|
532
|
-
if (draftType === undefined) {
|
|
533
|
-
return `${args.options.draftVersionVisibility} is not a valid draftVisibilityType value`;
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
if (args.options.emailAlias && args.options.enableAssignToEmail !== true) {
|
|
537
|
-
return `emailAlias could not be set if enableAssignToEmail is not set to true. Please set enableAssignToEmail.`;
|
|
538
|
-
}
|
|
539
|
-
if (args.options.listExperienceOptions) {
|
|
540
|
-
const experience = ListExperience[args.options.listExperienceOptions.trim()];
|
|
541
|
-
if (!experience) {
|
|
542
|
-
return `${args.options.listExperienceOptions} is not a valid listExperienceOptions value`;
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
if (args.options.majorVersionLimit && args.options.enableVersioning !== true) {
|
|
546
|
-
return `majorVersionLimit option is only valid in combination with enableVersioning.`;
|
|
547
|
-
}
|
|
548
|
-
if (args.options.majorWithMinorVersionsLimit &&
|
|
549
|
-
args.options.enableMinorVersions !== true &&
|
|
550
|
-
args.options.enableModeration !== true) {
|
|
551
|
-
return `majorWithMinorVersionsLimit option is only valid in combination with enableMinorVersions or enableModeration.`;
|
|
552
|
-
}
|
|
553
|
-
if (args.options.readSecurity &&
|
|
554
|
-
args.options.readSecurity !== 1 &&
|
|
555
|
-
args.options.readSecurity !== 2) {
|
|
556
|
-
return `${args.options.readSecurity} is not a valid readSecurity value. Allowed values are 1|2`;
|
|
557
|
-
}
|
|
558
|
-
if (args.options.writeSecurity &&
|
|
559
|
-
args.options.writeSecurity !== 1 &&
|
|
560
|
-
args.options.writeSecurity !== 2 &&
|
|
561
|
-
args.options.writeSecurity !== 4) {
|
|
562
|
-
return `${args.options.writeSecurity} is not a valid writeSecurity value. Allowed values are 1|2|4`;
|
|
563
|
-
}
|
|
564
|
-
return true;
|
|
565
|
-
});
|
|
566
|
-
}, _SpoListSetCommand_initTypes = function _SpoListSetCommand_initTypes() {
|
|
567
|
-
this.types.string.push('webUrl', 'templateFeatureId', 'defaultContentApprovalWorkflowId', 'draftVersionVisibility', 'listExperienceOptions');
|
|
568
|
-
this.types.boolean.push(..._a.booleanOptions);
|
|
569
|
-
}, _SpoListSetCommand_initOptionSets = function _SpoListSetCommand_initOptionSets() {
|
|
570
|
-
this.optionSets.push({ options: ['id', 'title', 'url'] });
|
|
571
|
-
};
|
|
572
|
-
SpoListSetCommand.booleanOptions = [
|
|
573
|
-
'allowDeletion',
|
|
574
|
-
'allowEveryoneViewItems',
|
|
575
|
-
'allowMultiResponses',
|
|
576
|
-
'contentTypesEnabled',
|
|
577
|
-
'crawlNonDefaultViews',
|
|
578
|
-
'disableCommenting',
|
|
579
|
-
'disableGridEditing',
|
|
580
|
-
'enableAssignToEmail',
|
|
581
|
-
'enableAttachments',
|
|
582
|
-
'enableDeployWithDependentList',
|
|
583
|
-
'enableFolderCreation',
|
|
584
|
-
'enableMinorVersions',
|
|
585
|
-
'enableModeration',
|
|
586
|
-
'enablePeopleSelector',
|
|
587
|
-
'enableResourceSelector',
|
|
588
|
-
'enableSchemaCaching',
|
|
589
|
-
'enableSyndication',
|
|
590
|
-
'enableThrottling',
|
|
591
|
-
'enableVersioning',
|
|
592
|
-
'enforceDataValidation',
|
|
593
|
-
'excludeFromOfflineClient',
|
|
594
|
-
'fetchPropertyBagForListView',
|
|
595
|
-
'followable',
|
|
596
|
-
'forceCheckout',
|
|
597
|
-
'forceDefaultContentType',
|
|
598
|
-
'hidden',
|
|
599
|
-
'includedInMyFilesScope',
|
|
600
|
-
'irmEnabled',
|
|
601
|
-
'irmExpire',
|
|
602
|
-
'irmReject',
|
|
603
|
-
'isApplicationList',
|
|
604
|
-
'multipleDataList',
|
|
605
|
-
'navigateForFormsPages',
|
|
606
|
-
'needUpdateSiteClientTag',
|
|
607
|
-
'noCrawl',
|
|
608
|
-
'onQuickLaunch',
|
|
609
|
-
'ordered',
|
|
610
|
-
'parserDisabled',
|
|
611
|
-
'readOnlyUI',
|
|
612
|
-
'requestAccessEnabled',
|
|
613
|
-
'restrictUserUpdates',
|
|
614
|
-
'showUser',
|
|
615
|
-
'useFormsForDisplay'
|
|
616
|
-
];
|
|
617
425
|
export default new SpoListSetCommand();
|
|
618
426
|
//# sourceMappingURL=list-set.js.map
|
|
@@ -37,7 +37,6 @@ class SpoListViewFieldAddCommand extends SpoCommand {
|
|
|
37
37
|
const listServerRelativeUrl = urlUtil.getServerRelativePath(args.options.webUrl, args.options.listUrl);
|
|
38
38
|
listSelector = `GetList('${formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
|
|
39
39
|
}
|
|
40
|
-
let viewSelector = '';
|
|
41
40
|
let currentField;
|
|
42
41
|
if (this.verbose) {
|
|
43
42
|
await logger.logToStderr(`Getting field ${args.options.id || args.options.title}...`);
|
|
@@ -48,7 +47,7 @@ class SpoListViewFieldAddCommand extends SpoCommand {
|
|
|
48
47
|
await logger.logToStderr(`Adding the field ${args.options.id || args.options.title} to the view ${args.options.viewId || args.options.viewTitle}...`);
|
|
49
48
|
}
|
|
50
49
|
currentField = field;
|
|
51
|
-
viewSelector = args.options.viewId ? `('${formatting.encodeQueryParameter(args.options.viewId)}')` : `/GetByTitle('${formatting.encodeQueryParameter(args.options.viewTitle)}')`;
|
|
50
|
+
const viewSelector = args.options.viewId ? `('${formatting.encodeQueryParameter(args.options.viewId)}')` : `/GetByTitle('${formatting.encodeQueryParameter(args.options.viewTitle)}')`;
|
|
52
51
|
const postRequestUrl = `${args.options.webUrl}/_api/web/${listSelector}/views${viewSelector}/viewfields/addviewfield('${field.InternalName}')`;
|
|
53
52
|
const postRequestOptions = {
|
|
54
53
|
url: postRequestUrl,
|
|
@@ -41,8 +41,7 @@ class SpoListItemIsRecordCommand extends SpoCommand {
|
|
|
41
41
|
const listServerRelativeUrl = urlUtil.getServerRelativePath(args.options.webUrl, args.options.listUrl);
|
|
42
42
|
requestUrl += `/GetList('${formatting.encodeQueryParameter(listServerRelativeUrl)}')`;
|
|
43
43
|
}
|
|
44
|
-
let
|
|
45
|
-
let listId = '';
|
|
44
|
+
let listId;
|
|
46
45
|
if (this.debug) {
|
|
47
46
|
await logger.logToStderr(`Retrieving access token for ${resource}...`);
|
|
48
47
|
}
|
|
@@ -71,7 +70,7 @@ class SpoListItemIsRecordCommand extends SpoCommand {
|
|
|
71
70
|
await logger.logToStderr(`Getting request digest for request`);
|
|
72
71
|
}
|
|
73
72
|
const reqDigest = await spo.getRequestDigest(args.options.webUrl);
|
|
74
|
-
formDigestValue = reqDigest.FormDigestValue;
|
|
73
|
+
const formDigestValue = reqDigest.FormDigestValue;
|
|
75
74
|
const webIdentityResp = await spo.getCurrentWebIdentity(args.options.webUrl, formDigestValue);
|
|
76
75
|
if (this.verbose) {
|
|
77
76
|
await logger.logToStderr(`Checking if list item is a record in list ${args.options.listId ? args.options.listId : args.options.listTitle ? args.options.listTitle : args.options.listUrl} in site ${args.options.webUrl}...`);
|
|
@@ -81,7 +81,7 @@ class SpoListItemRecordDeclareCommand extends SpoCommand {
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
getDeclareRecordRequestBody(webIdentity, listId, id, date) {
|
|
84
|
-
let requestBody
|
|
84
|
+
let requestBody;
|
|
85
85
|
if (date.length === 10) {
|
|
86
86
|
requestBody = `<Request AddExpandoFieldTypeSuffix="true" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0" ApplicationName="${config.applicationName}" xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009"><Actions><StaticMethod TypeId="{ea8e1356-5910-4e69-bc05-d0c30ed657fc}" Name="DeclareItemAsRecordWithDeclarationDate" Id="48"><Parameters><Parameter ObjectPathId="21" /><Parameter Type="DateTime">${date}</Parameter></Parameters></StaticMethod></Actions><ObjectPaths><Identity Id="21" Name="${webIdentity}:list:${listId}:item:${id},1" /></ObjectPaths></Request>`;
|
|
87
87
|
}
|