@pnp/cli-microsoft365 6.10.0-beta.a85ab2d → 7.0.0-beta.90ef876
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/README.md +7 -5
- package/dist/m365/aad/commands/app/app-remove.js +3 -3
- package/dist/m365/aad/commands/app/app-role-remove.js +2 -2
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +3 -3
- package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +3 -3
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +3 -3
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-remove.js +3 -3
- package/dist/m365/aad/commands/o365group/o365group-remove.js +3 -3
- package/dist/m365/aad/commands/o365group/o365group-user-remove.js +3 -3
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -2
- package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +3 -3
- package/dist/m365/aad/commands/user/user-license-remove.js +3 -3
- package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +3 -3
- package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +3 -3
- package/dist/m365/aad/commands/user/user-remove.js +3 -3
- package/dist/m365/context/commands/context-remove.js +3 -3
- package/dist/m365/context/commands/option/option-remove.js +3 -3
- package/dist/m365/file/commands/file-list.js +1 -1
- package/dist/m365/flow/commands/flow-export.js +1 -1
- package/dist/m365/flow/commands/flow-remove.js +3 -3
- package/dist/m365/flow/commands/owner/owner-ensure.js +1 -1
- package/dist/m365/flow/commands/owner/owner-list.js +1 -1
- package/dist/m365/flow/commands/owner/owner-remove.js +4 -4
- package/dist/m365/flow/commands/run/run-cancel.js +4 -4
- package/dist/m365/flow/commands/run/run-get.js +1 -1
- package/dist/m365/flow/commands/run/run-list.js +1 -1
- package/dist/m365/flow/commands/run/run-resubmit.js +4 -4
- package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +3 -3
- package/dist/m365/pa/commands/app/app-consent-set.js +2 -2
- package/dist/m365/pa/commands/app/app-remove.js +3 -3
- package/dist/m365/planner/commands/bucket/bucket-remove.js +3 -3
- package/dist/m365/planner/commands/plan/plan-remove.js +3 -3
- package/dist/m365/planner/commands/roster/roster-member-remove.js +4 -4
- package/dist/m365/planner/commands/roster/roster-remove.js +3 -3
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +3 -3
- package/dist/m365/planner/commands/task/task-reference-remove.js +3 -3
- package/dist/m365/planner/commands/task/task-remove.js +3 -3
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +3 -3
- package/dist/m365/pp/commands/card/card-remove.js +3 -3
- package/dist/m365/pp/commands/chatbot/chatbot-remove.js +3 -3
- package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +3 -3
- package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +3 -3
- package/dist/m365/pp/commands/solution/solution-publisher-remove.js +3 -3
- package/dist/m365/pp/commands/solution/solution-remove.js +3 -3
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +3 -3
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +3 -3
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +3 -3
- package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +3 -3
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.18.0-beta.1.js +23 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001022_DEP_office_ui_fabric_react.js +2 -2
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0-beta.1.js +61 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +16 -13
- package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
- package/dist/m365/spo/commands/app/app-remove.js +3 -3
- package/dist/m365/spo/commands/app/app-retract.js +3 -3
- package/dist/m365/spo/commands/app/app-uninstall.js +3 -3
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +3 -3
- package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +3 -3
- package/dist/m365/spo/commands/commandset/commandset-remove.js +3 -3
- package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +4 -4
- package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +1 -1
- package/dist/m365/spo/commands/contenttype/contenttype-remove.js +3 -3
- package/dist/m365/spo/commands/customaction/customaction-clear.js +3 -3
- package/dist/m365/spo/commands/customaction/customaction-remove.js +3 -3
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +3 -3
- package/dist/m365/spo/commands/externaluser/externaluser-list.js +1 -1
- package/dist/m365/spo/commands/field/field-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-add.js +1 -1
- package/dist/m365/spo/commands/file/file-checkin.js +1 -1
- package/dist/m365/spo/commands/file/file-checkout-undo.js +4 -4
- package/dist/m365/spo/commands/file/file-checkout.js +1 -1
- package/dist/m365/spo/commands/file/file-list.js +2 -2
- package/dist/m365/spo/commands/file/file-move.js +1 -1
- package/dist/m365/spo/commands/file/file-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-rename.js +1 -1
- package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +4 -4
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +3 -3
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +3 -3
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +1 -1
- package/dist/m365/spo/commands/file/file-sharinglink-clear.js +3 -3
- package/dist/m365/spo/commands/file/file-sharinglink-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-version-clear.js +3 -3
- package/dist/m365/spo/commands/file/file-version-remove.js +3 -3
- package/dist/m365/spo/commands/file/file-version-restore.js +3 -3
- package/dist/m365/spo/commands/folder/folder-get.js +1 -1
- package/dist/m365/spo/commands/folder/folder-list.js +1 -1
- package/dist/m365/spo/commands/folder/folder-remove.js +4 -4
- package/dist/m365/spo/commands/folder/folder-rename.js +1 -1
- package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +5 -5
- package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +1 -1
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +4 -4
- package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +4 -4
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +4 -4
- package/dist/m365/spo/commands/group/group-member-remove.js +3 -3
- package/dist/m365/spo/commands/group/group-remove.js +3 -3
- package/dist/m365/spo/commands/homesite/homesite-remove.js +3 -3
- package/dist/m365/spo/commands/hubsite/hubsite-data-get.js +1 -1
- package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +2 -2
- package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +3 -3
- package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +3 -3
- package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-contenttype-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-list.js +1 -1
- package/dist/m365/spo/commands/list/list-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-roleassignment-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-roleinheritance-break.js +3 -3
- package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +3 -3
- package/dist/m365/spo/commands/list/list-view-field-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-view-remove.js +3 -3
- package/dist/m365/spo/commands/list/list-webhook-remove.js +3 -3
- package/dist/m365/spo/commands/listitem/listitem-add.js +1 -1
- package/dist/m365/spo/commands/listitem/listitem-list.js +1 -1
- package/dist/m365/spo/commands/listitem/listitem-remove.js +3 -3
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +3 -3
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +3 -3
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +3 -3
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +3 -3
- package/dist/m365/spo/commands/navigation/navigation-node-remove.js +3 -3
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +2 -2
- package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +3 -3
- package/dist/m365/spo/commands/page/page-remove.js +2 -2
- package/dist/m365/spo/commands/propertybag/propertybag-get.js +1 -1
- package/dist/m365/spo/commands/propertybag/propertybag-list.js +1 -1
- package/dist/m365/spo/commands/propertybag/propertybag-remove.js +4 -4
- package/dist/m365/spo/commands/propertybag/propertybag-set.js +1 -1
- package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +3 -3
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +2 -2
- package/dist/m365/spo/commands/site/site-apppermission-remove.js +3 -3
- package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +3 -3
- package/dist/m365/spo/commands/site/site-list.js +1 -1
- package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +3 -3
- package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +3 -3
- package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +3 -3
- package/dist/m365/spo/commands/site/site-remove.js +3 -3
- package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +3 -3
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +3 -3
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +3 -3
- package/dist/m365/spo/commands/sitescript/sitescript-remove.js +3 -3
- package/dist/m365/spo/commands/storageentity/storageentity-remove.js +3 -3
- package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +1 -1
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +3 -3
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +3 -3
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +3 -3
- package/dist/m365/spo/commands/theme/theme-remove.js +3 -3
- package/dist/m365/spo/commands/user/user-remove.js +3 -3
- package/dist/m365/spo/commands/web/web-remove.js +3 -3
- package/dist/m365/spo/commands/web/web-roleassignment-remove.js +3 -3
- package/dist/m365/spo/commands/web/web-roleinheritance-break.js +3 -3
- package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +3 -3
- package/dist/m365/teams/commands/app/app-remove.js +3 -3
- package/dist/m365/teams/commands/app/app-uninstall.js +3 -3
- package/dist/m365/teams/commands/cache/cache-remove.js +3 -3
- package/dist/m365/teams/commands/channel/channel-member-remove.js +3 -3
- package/dist/m365/teams/commands/channel/channel-remove.js +3 -3
- package/dist/m365/teams/commands/chat/chat-member-remove.js +3 -3
- package/dist/m365/teams/commands/tab/tab-remove.js +6 -6
- package/dist/m365/teams/commands/team/team-remove.js +3 -3
- package/dist/m365/teams/commands/user/user-app-remove.js +3 -3
- package/dist/m365/todo/commands/list/list-remove.js +3 -3
- package/dist/m365/todo/commands/task/task-remove.js +3 -3
- package/dist/m365/yammer/commands/group/group-user-remove.js +3 -3
- package/dist/m365/yammer/commands/message/message-like-set.js +3 -3
- package/dist/m365/yammer/commands/message/message-list.js +1 -1
- package/dist/m365/yammer/commands/message/message-remove.js +3 -3
- package/docs/docs/_clisettings.mdx +17 -0
- package/docs/docs/cmd/aad/app/app-remove.mdx +2 -2
- package/docs/docs/cmd/aad/app/app-role-remove.mdx +2 -2
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +2 -2
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +2 -2
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +2 -2
- package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +3 -3
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +1 -1
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +2 -2
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +2 -2
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-license-remove.mdx +1 -1
- package/docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/context/context-remove.mdx +2 -2
- package/docs/docs/cmd/context/option/option-remove.mdx +2 -2
- package/docs/docs/cmd/file/file-list.mdx +1 -1
- package/docs/docs/cmd/flow/flow-export.mdx +1 -1
- package/docs/docs/cmd/flow/flow-remove.mdx +3 -3
- 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 +3 -3
- 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 +3 -3
- package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +2 -2
- 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/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/pa/app/app-consent-set.mdx +2 -2
- 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-remove.mdx +2 -2
- package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +2 -2
- package/docs/docs/cmd/planner/plan/plan-remove.mdx +2 -2
- package/docs/docs/cmd/planner/roster/roster-member-remove.mdx +2 -2
- package/docs/docs/cmd/planner/roster/roster-remove.mdx +2 -2
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.mdx +2 -2
- package/docs/docs/cmd/planner/task/task-reference-remove.mdx +1 -1
- package/docs/docs/cmd/planner/task/task-remove.mdx +2 -2
- 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 +2 -2
- package/docs/docs/cmd/pp/card/card-clone.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-get.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-list.mdx +1 -1
- package/docs/docs/cmd/pp/card/card-remove.mdx +5 -5
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +1 -1
- package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +1 -1
- package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +2 -2
- 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 +3 -3
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +1 -1
- package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +4 -4
- package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +2 -2
- package/docs/docs/cmd/pp/solution/solution-remove.mdx +5 -5
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +2 -2
- package/docs/docs/cmd/skype/report/report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-externalize.mdx +1 -1
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-remove.mdx +2 -2
- package/docs/docs/cmd/spo/app/app-retract.mdx +2 -2
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +4 -4
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +3 -3
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +3 -3
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +2 -2
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +3 -3
- 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/field/field-remove.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 +3 -3
- package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-list.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-remove.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.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 +2 -2
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +3 -3
- 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-remove.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-rename.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 +3 -3
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +4 -4
- package/docs/docs/cmd/spo/group/group-remove.mdx +1 -1
- package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +2 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +2 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +1 -1
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +2 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +2 -2
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.mdx +2 -2
- package/docs/docs/cmd/spo/list/list-contenttype-remove.mdx +2 -2
- 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-remove.mdx +2 -2
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-roleinheritance-break.mdx +2 -2
- package/docs/docs/cmd/spo/list/list-roleinheritance-reset.mdx +2 -2
- package/docs/docs/cmd/spo/list/list-view-remove.mdx +2 -2
- package/docs/docs/cmd/spo/list/list-webhook-remove.mdx +2 -2
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-remove.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.mdx +2 -2
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.mdx +2 -2
- package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-reset.mdx +2 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-remove.mdx +2 -2
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.mdx +3 -3
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.mdx +2 -2
- package/docs/docs/cmd/spo/page/page-remove.mdx +3 -3
- 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 +3 -3
- 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-remove.mdx +2 -2
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.mdx +2 -2
- package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +2 -2
- package/docs/docs/cmd/spo/site/site-list.mdx +2 -2
- package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.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 +2 -2
- package/docs/docs/cmd/spo/site/site-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +2 -2
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +2 -2
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +2 -2
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +2 -2
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +2 -2
- 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 +2 -2
- 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 +2 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +2 -2
- package/docs/docs/cmd/spo/user/user-remove.mdx +2 -2
- package/docs/docs/cmd/spo/userprofile/userprofile-get.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-remove.mdx +2 -2
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.mdx +2 -2
- package/docs/docs/cmd/spo/web/web-roleinheritance-break.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.mdx +2 -2
- package/docs/docs/cmd/teams/app/app-remove.mdx +2 -2
- package/docs/docs/cmd/teams/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/teams/cache/cache-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-remove.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-remove.mdx +3 -3
- package/docs/docs/cmd/teams/chat/chat-member-remove.mdx +2 -2
- 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-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-remove.mdx +2 -2
- package/docs/docs/cmd/teams/team/team-remove.mdx +2 -2
- package/docs/docs/cmd/teams/user/user-app-remove.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-servicesusercounts.mdx +1 -1
- package/docs/docs/cmd/todo/list/list-remove.mdx +2 -2
- package/docs/docs/cmd/todo/task/task-remove.mdx +1 -1
- package/docs/docs/cmd/yammer/group/group-user-remove.mdx +2 -2
- package/docs/docs/cmd/yammer/message/message-like-set.mdx +2 -2
- package/docs/docs/cmd/yammer/message/message-list.mdx +1 -1
- package/docs/docs/cmd/yammer/message/message-remove.mdx +2 -2
- package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -53,7 +53,7 @@ class GraphSchemaExtensionRemoveCommand extends GraphCommand_1.default {
|
|
|
53
53
|
this.handleRejectedODataJsonPromise(err);
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
|
-
if (args.options.
|
|
56
|
+
if (args.options.force) {
|
|
57
57
|
yield removeSchemaExtension();
|
|
58
58
|
}
|
|
59
59
|
else {
|
|
@@ -73,14 +73,14 @@ class GraphSchemaExtensionRemoveCommand extends GraphCommand_1.default {
|
|
|
73
73
|
_GraphSchemaExtensionRemoveCommand_instances = new WeakSet(), _GraphSchemaExtensionRemoveCommand_initTelemetry = function _GraphSchemaExtensionRemoveCommand_initTelemetry() {
|
|
74
74
|
this.telemetry.push((args) => {
|
|
75
75
|
Object.assign(this.telemetryProperties, {
|
|
76
|
-
|
|
76
|
+
force: typeof args.options.force !== 'undefined'
|
|
77
77
|
});
|
|
78
78
|
});
|
|
79
79
|
}, _GraphSchemaExtensionRemoveCommand_initOptions = function _GraphSchemaExtensionRemoveCommand_initOptions() {
|
|
80
80
|
this.options.unshift({
|
|
81
81
|
option: '-i, --id <id>'
|
|
82
82
|
}, {
|
|
83
|
-
option: '--
|
|
83
|
+
option: '-f, --force'
|
|
84
84
|
});
|
|
85
85
|
};
|
|
86
86
|
module.exports = new GraphSchemaExtensionRemoveCommand();
|
|
@@ -39,7 +39,7 @@ class PaAppConsentSetCommand extends PowerAppsCommand_1.default {
|
|
|
39
39
|
if (this.verbose) {
|
|
40
40
|
logger.logToStderr(`Setting the bypass consent for the Microsoft Power App ${args.options.name}... to ${args.options.bypass}`);
|
|
41
41
|
}
|
|
42
|
-
if (args.options.
|
|
42
|
+
if (args.options.force) {
|
|
43
43
|
yield this.consentPaApp(args);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
@@ -85,7 +85,7 @@ _PaAppConsentSetCommand_instances = new WeakSet(), _PaAppConsentSetCommand_initO
|
|
|
85
85
|
option: '-b, --bypass <bypass>',
|
|
86
86
|
autocomplete: ['true', 'false']
|
|
87
87
|
}, {
|
|
88
|
-
option: '--
|
|
88
|
+
option: '-f, --force'
|
|
89
89
|
});
|
|
90
90
|
}, _PaAppConsentSetCommand_initValidators = function _PaAppConsentSetCommand_initValidators() {
|
|
91
91
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -62,7 +62,7 @@ class PaAppRemoveCommand extends PowerAppsCommand_1.default {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
|
-
if (args.options.
|
|
65
|
+
if (args.options.force) {
|
|
66
66
|
yield removePaApp();
|
|
67
67
|
}
|
|
68
68
|
else {
|
|
@@ -82,14 +82,14 @@ class PaAppRemoveCommand extends PowerAppsCommand_1.default {
|
|
|
82
82
|
_PaAppRemoveCommand_instances = new WeakSet(), _PaAppRemoveCommand_initTelemetry = function _PaAppRemoveCommand_initTelemetry() {
|
|
83
83
|
this.telemetry.push((args) => {
|
|
84
84
|
Object.assign(this.telemetryProperties, {
|
|
85
|
-
|
|
85
|
+
force: typeof args.options.force !== 'undefined'
|
|
86
86
|
});
|
|
87
87
|
});
|
|
88
88
|
}, _PaAppRemoveCommand_initOptions = function _PaAppRemoveCommand_initOptions() {
|
|
89
89
|
this.options.unshift({
|
|
90
90
|
option: '-n, --name <name>'
|
|
91
91
|
}, {
|
|
92
|
-
option: '--
|
|
92
|
+
option: '-f, --force'
|
|
93
93
|
});
|
|
94
94
|
}, _PaAppRemoveCommand_initValidators = function _PaAppRemoveCommand_initValidators() {
|
|
95
95
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -56,7 +56,7 @@ class PlannerBucketRemoveCommand extends GraphCommand_1.default {
|
|
|
56
56
|
this.handleRejectedODataJsonPromise(err);
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
|
-
if (args.options.
|
|
59
|
+
if (args.options.force) {
|
|
60
60
|
yield removeBucket();
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
@@ -134,7 +134,7 @@ _PlannerBucketRemoveCommand_instances = new WeakSet(), _PlannerBucketRemoveComma
|
|
|
134
134
|
planTitle: typeof args.options.planTitle !== 'undefined',
|
|
135
135
|
ownerGroupId: typeof args.options.ownerGroupId !== 'undefined',
|
|
136
136
|
ownerGroupName: typeof args.options.ownerGroupName !== 'undefined',
|
|
137
|
-
|
|
137
|
+
force: args.options.force || false
|
|
138
138
|
});
|
|
139
139
|
});
|
|
140
140
|
}, _PlannerBucketRemoveCommand_initOptions = function _PlannerBucketRemoveCommand_initOptions() {
|
|
@@ -151,7 +151,7 @@ _PlannerBucketRemoveCommand_instances = new WeakSet(), _PlannerBucketRemoveComma
|
|
|
151
151
|
}, {
|
|
152
152
|
option: '--ownerGroupName [ownerGroupName]'
|
|
153
153
|
}, {
|
|
154
|
-
option: '--
|
|
154
|
+
option: '-f, --force'
|
|
155
155
|
});
|
|
156
156
|
}, _PlannerBucketRemoveCommand_initValidators = function _PlannerBucketRemoveCommand_initValidators() {
|
|
157
157
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -56,7 +56,7 @@ class PlannerPlanRemoveCommand extends GraphCommand_1.default {
|
|
|
56
56
|
this.handleRejectedODataJsonPromise(err);
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
|
-
if (args.options.
|
|
59
|
+
if (args.options.force) {
|
|
60
60
|
yield removePlan();
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
@@ -100,7 +100,7 @@ _PlannerPlanRemoveCommand_instances = new WeakSet(), _PlannerPlanRemoveCommand_i
|
|
|
100
100
|
title: typeof args.options.title !== 'undefined',
|
|
101
101
|
ownerGroupId: typeof args.options.ownerGroupId !== 'undefined',
|
|
102
102
|
ownerGroupName: typeof args.options.ownerGroupName !== 'undefined',
|
|
103
|
-
|
|
103
|
+
force: !!args.options.force
|
|
104
104
|
});
|
|
105
105
|
});
|
|
106
106
|
}, _PlannerPlanRemoveCommand_initOptions = function _PlannerPlanRemoveCommand_initOptions() {
|
|
@@ -113,7 +113,7 @@ _PlannerPlanRemoveCommand_instances = new WeakSet(), _PlannerPlanRemoveCommand_i
|
|
|
113
113
|
}, {
|
|
114
114
|
option: '--ownerGroupName [ownerGroupName]'
|
|
115
115
|
}, {
|
|
116
|
-
option: '--
|
|
116
|
+
option: '-f, --force'
|
|
117
117
|
});
|
|
118
118
|
}, _PlannerPlanRemoveCommand_initValidators = function _PlannerPlanRemoveCommand_initValidators() {
|
|
119
119
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -42,7 +42,7 @@ class PlannerRosterMemberRemoveCommand extends GraphCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removing member ${args.options.userName || args.options.userId} from the Microsoft Planner Roster`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.removeRosterMember(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -89,7 +89,7 @@ class PlannerRosterMemberRemoveCommand extends GraphCommand_1.default {
|
|
|
89
89
|
}
|
|
90
90
|
removeLastMemberConfirmation(args) {
|
|
91
91
|
return __awaiter(this, void 0, void 0, function* () {
|
|
92
|
-
if (!args.options.
|
|
92
|
+
if (!args.options.force) {
|
|
93
93
|
const rosterMembers = yield odata_1.odata.getAllItems(`${this.resource}/beta/planner/rosters/${args.options.rosterId}/members?$select=Id`);
|
|
94
94
|
if (rosterMembers.length === 1) {
|
|
95
95
|
const result = yield Cli_1.Cli.prompt({
|
|
@@ -110,7 +110,7 @@ _PlannerRosterMemberRemoveCommand_instances = new WeakSet(), _PlannerRosterMembe
|
|
|
110
110
|
Object.assign(this.telemetryProperties, {
|
|
111
111
|
userId: typeof args.options.userId !== 'undefined',
|
|
112
112
|
userName: typeof args.options.userName !== 'undefined',
|
|
113
|
-
|
|
113
|
+
force: !!args.options.force
|
|
114
114
|
});
|
|
115
115
|
});
|
|
116
116
|
}, _PlannerRosterMemberRemoveCommand_initOptions = function _PlannerRosterMemberRemoveCommand_initOptions() {
|
|
@@ -121,7 +121,7 @@ _PlannerRosterMemberRemoveCommand_instances = new WeakSet(), _PlannerRosterMembe
|
|
|
121
121
|
}, {
|
|
122
122
|
option: '--userName [userName]'
|
|
123
123
|
}, {
|
|
124
|
-
option: '--
|
|
124
|
+
option: '-f, --force'
|
|
125
125
|
});
|
|
126
126
|
}, _PlannerRosterMemberRemoveCommand_initOptionSets = function _PlannerRosterMemberRemoveCommand_initOptionSets() {
|
|
127
127
|
this.optionSets.push({ options: ['userId', 'userName'] });
|
|
@@ -34,7 +34,7 @@ class PlannerRosterRemoveCommand extends GraphCommand_1.default {
|
|
|
34
34
|
}
|
|
35
35
|
commandAction(logger, args) {
|
|
36
36
|
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
-
if (args.options.
|
|
37
|
+
if (args.options.force) {
|
|
38
38
|
yield this.removeRoster(args, logger);
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
@@ -74,14 +74,14 @@ class PlannerRosterRemoveCommand extends GraphCommand_1.default {
|
|
|
74
74
|
_PlannerRosterRemoveCommand_instances = new WeakSet(), _PlannerRosterRemoveCommand_initTelemetry = function _PlannerRosterRemoveCommand_initTelemetry() {
|
|
75
75
|
this.telemetry.push((args) => {
|
|
76
76
|
Object.assign(this.telemetryProperties, {
|
|
77
|
-
|
|
77
|
+
force: !!args.options.force
|
|
78
78
|
});
|
|
79
79
|
});
|
|
80
80
|
}, _PlannerRosterRemoveCommand_initOptions = function _PlannerRosterRemoveCommand_initOptions() {
|
|
81
81
|
this.options.unshift({
|
|
82
82
|
option: '--id <id>'
|
|
83
83
|
}, {
|
|
84
|
-
option: '--
|
|
84
|
+
option: '-f, --force'
|
|
85
85
|
});
|
|
86
86
|
};
|
|
87
87
|
module.exports = new PlannerRosterRemoveCommand();
|
|
@@ -35,7 +35,7 @@ class PlannerTaskChecklistItemRemoveCommand extends GraphCommand_1.default {
|
|
|
35
35
|
}
|
|
36
36
|
commandAction(logger, args) {
|
|
37
37
|
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
-
if (args.options.
|
|
38
|
+
if (args.options.force) {
|
|
39
39
|
yield this.removeChecklistitem(args);
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
@@ -95,11 +95,11 @@ class PlannerTaskChecklistItemRemoveCommand extends GraphCommand_1.default {
|
|
|
95
95
|
_PlannerTaskChecklistItemRemoveCommand_instances = new WeakSet(), _PlannerTaskChecklistItemRemoveCommand_initTelemetry = function _PlannerTaskChecklistItemRemoveCommand_initTelemetry() {
|
|
96
96
|
this.telemetry.push((args) => {
|
|
97
97
|
Object.assign(this.telemetryProperties, {
|
|
98
|
-
|
|
98
|
+
force: (!(!args.options.force)).toString()
|
|
99
99
|
});
|
|
100
100
|
});
|
|
101
101
|
}, _PlannerTaskChecklistItemRemoveCommand_initOptions = function _PlannerTaskChecklistItemRemoveCommand_initOptions() {
|
|
102
|
-
this.options.unshift({ option: '-i, --id <id>' }, { option: '--taskId <taskId>' }, { option: '--
|
|
102
|
+
this.options.unshift({ option: '-i, --id <id>' }, { option: '--taskId <taskId>' }, { option: '-f, --force' });
|
|
103
103
|
};
|
|
104
104
|
module.exports = new PlannerTaskChecklistItemRemoveCommand();
|
|
105
105
|
//# sourceMappingURL=task-checklistitem-remove.js.map
|
|
@@ -37,7 +37,7 @@ class PlannerTaskReferenceRemoveCommand extends GraphCommand_1.default {
|
|
|
37
37
|
}
|
|
38
38
|
commandAction(logger, args) {
|
|
39
39
|
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
-
if (args.options.
|
|
40
|
+
if (args.options.force) {
|
|
41
41
|
yield this.removeReference(logger, args);
|
|
42
42
|
}
|
|
43
43
|
else {
|
|
@@ -116,11 +116,11 @@ _PlannerTaskReferenceRemoveCommand_instances = new WeakSet(), _PlannerTaskRefere
|
|
|
116
116
|
Object.assign(this.telemetryProperties, {
|
|
117
117
|
url: typeof args.options.url !== 'undefined',
|
|
118
118
|
alias: typeof args.options.alias !== 'undefined',
|
|
119
|
-
|
|
119
|
+
force: (!(!args.options.force)).toString()
|
|
120
120
|
});
|
|
121
121
|
});
|
|
122
122
|
}, _PlannerTaskReferenceRemoveCommand_initOptions = function _PlannerTaskReferenceRemoveCommand_initOptions() {
|
|
123
|
-
this.options.unshift({ option: '-u, --url [url]' }, { option: '--alias [alias]' }, { option: '-i, --taskId <taskId>' }, { option: '--
|
|
123
|
+
this.options.unshift({ option: '-u, --url [url]' }, { option: '--alias [alias]' }, { option: '-i, --taskId <taskId>' }, { option: '-f, --force' });
|
|
124
124
|
}, _PlannerTaskReferenceRemoveCommand_initValidators = function _PlannerTaskReferenceRemoveCommand_initValidators() {
|
|
125
125
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
126
126
|
if (args.options.url && args.options.url.indexOf('https://') !== 0 && args.options.url.indexOf('http://') !== 0) {
|
|
@@ -58,7 +58,7 @@ class PlannerTaskRemoveCommand extends GraphCommand_1.default {
|
|
|
58
58
|
this.handleRejectedODataJsonPromise(err);
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
|
-
if (args.options.
|
|
61
|
+
if (args.options.force) {
|
|
62
62
|
yield removeTask();
|
|
63
63
|
}
|
|
64
64
|
else {
|
|
@@ -158,11 +158,11 @@ _PlannerTaskRemoveCommand_instances = new WeakSet(), _PlannerTaskRemoveCommand_i
|
|
|
158
158
|
planTitle: typeof args.options.planTitle !== 'undefined',
|
|
159
159
|
ownerGroupId: typeof args.options.ownerGroupId !== 'undefined',
|
|
160
160
|
ownerGroupName: typeof args.options.ownerGroupName !== 'undefined',
|
|
161
|
-
|
|
161
|
+
force: !!args.options.force
|
|
162
162
|
});
|
|
163
163
|
});
|
|
164
164
|
}, _PlannerTaskRemoveCommand_initOptions = function _PlannerTaskRemoveCommand_initOptions() {
|
|
165
|
-
this.options.unshift({ option: '-i, --id [id]' }, { option: '-t, --title [title]' }, { option: '--bucketId [bucketId]' }, { option: '--bucketName [bucketName]' }, { option: '--planId [planId]' }, { option: '--planTitle [planTitle]' }, { option: '--ownerGroupId [ownerGroupId]' }, { option: '--ownerGroupName [ownerGroupName]' }, { option: '--
|
|
165
|
+
this.options.unshift({ option: '-i, --id [id]' }, { option: '-t, --title [title]' }, { option: '--bucketId [bucketId]' }, { option: '--bucketName [bucketName]' }, { option: '--planId [planId]' }, { option: '--planTitle [planTitle]' }, { option: '--ownerGroupId [ownerGroupId]' }, { option: '--ownerGroupName [ownerGroupName]' }, { option: '-f, --force' });
|
|
166
166
|
}, _PlannerTaskRemoveCommand_initValidators = function _PlannerTaskRemoveCommand_initValidators() {
|
|
167
167
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
168
168
|
if (args.options.id) {
|
|
@@ -42,7 +42,7 @@ class PpAiBuilderModelRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removing AI builder model '${args.options.id || args.options.name}'...`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.deleteAiBuilderModel(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -101,7 +101,7 @@ _PpAiBuilderModelRemoveCommand_instances = new WeakSet(), _PpAiBuilderModelRemov
|
|
|
101
101
|
id: typeof args.options.id !== 'undefined',
|
|
102
102
|
name: typeof args.options.name !== 'undefined',
|
|
103
103
|
asAdmin: !!args.options.asAdmin,
|
|
104
|
-
|
|
104
|
+
force: !!args.options.force
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
}, _PpAiBuilderModelRemoveCommand_initOptions = function _PpAiBuilderModelRemoveCommand_initOptions() {
|
|
@@ -114,7 +114,7 @@ _PpAiBuilderModelRemoveCommand_instances = new WeakSet(), _PpAiBuilderModelRemov
|
|
|
114
114
|
}, {
|
|
115
115
|
option: '--asAdmin'
|
|
116
116
|
}, {
|
|
117
|
-
option: '--
|
|
117
|
+
option: '-f, --force'
|
|
118
118
|
});
|
|
119
119
|
}, _PpAiBuilderModelRemoveCommand_initOptionSets = function _PpAiBuilderModelRemoveCommand_initOptionSets() {
|
|
120
120
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
@@ -42,7 +42,7 @@ class PpCardRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removing card '${args.options.id || args.options.name}'...`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.deleteCard(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -101,7 +101,7 @@ _PpCardRemoveCommand_instances = new WeakSet(), _PpCardRemoveCommand_initTelemet
|
|
|
101
101
|
id: typeof args.options.id !== 'undefined',
|
|
102
102
|
name: typeof args.options.name !== 'undefined',
|
|
103
103
|
asAdmin: !!args.options.asAdmin,
|
|
104
|
-
|
|
104
|
+
force: !!args.options.force
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
}, _PpCardRemoveCommand_initOptions = function _PpCardRemoveCommand_initOptions() {
|
|
@@ -114,7 +114,7 @@ _PpCardRemoveCommand_instances = new WeakSet(), _PpCardRemoveCommand_initTelemet
|
|
|
114
114
|
}, {
|
|
115
115
|
option: '--asAdmin'
|
|
116
116
|
}, {
|
|
117
|
-
option: '--
|
|
117
|
+
option: '-f, --force'
|
|
118
118
|
});
|
|
119
119
|
}, _PpCardRemoveCommand_initOptionSets = function _PpCardRemoveCommand_initOptionSets() {
|
|
120
120
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
@@ -42,7 +42,7 @@ class PpChatbotRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removing chatbot '${args.options.id || args.options.name}'...`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.deleteChatbot(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -102,7 +102,7 @@ _PpChatbotRemoveCommand_instances = new WeakSet(), _PpChatbotRemoveCommand_initT
|
|
|
102
102
|
id: typeof args.options.id !== 'undefined',
|
|
103
103
|
name: typeof args.options.name !== 'undefined',
|
|
104
104
|
asAdmin: !!args.options.asAdmin,
|
|
105
|
-
|
|
105
|
+
force: !!args.options.force
|
|
106
106
|
});
|
|
107
107
|
});
|
|
108
108
|
}, _PpChatbotRemoveCommand_initOptions = function _PpChatbotRemoveCommand_initOptions() {
|
|
@@ -115,7 +115,7 @@ _PpChatbotRemoveCommand_instances = new WeakSet(), _PpChatbotRemoveCommand_initT
|
|
|
115
115
|
}, {
|
|
116
116
|
option: '--asAdmin'
|
|
117
117
|
}, {
|
|
118
|
-
option: '--
|
|
118
|
+
option: '-f, --force'
|
|
119
119
|
});
|
|
120
120
|
}, _PpChatbotRemoveCommand_initOptionSets = function _PpChatbotRemoveCommand_initOptionSets() {
|
|
121
121
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
@@ -38,7 +38,7 @@ class PpDataverseTableRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
38
38
|
if (this.verbose) {
|
|
39
39
|
logger.logToStderr(`Removing a table for which the user is an admin...`);
|
|
40
40
|
}
|
|
41
|
-
if (args.options.
|
|
41
|
+
if (args.options.force) {
|
|
42
42
|
yield this.removeDataverseTable(args.options);
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
@@ -77,7 +77,7 @@ _PpDataverseTableRemoveCommand_instances = new WeakSet(), _PpDataverseTableRemov
|
|
|
77
77
|
this.telemetry.push((args) => {
|
|
78
78
|
Object.assign(this.telemetryProperties, {
|
|
79
79
|
asAdmin: !!args.options.asAdmin,
|
|
80
|
-
|
|
80
|
+
force: !!args.options.force
|
|
81
81
|
});
|
|
82
82
|
});
|
|
83
83
|
}, _PpDataverseTableRemoveCommand_initOptions = function _PpDataverseTableRemoveCommand_initOptions() {
|
|
@@ -88,7 +88,7 @@ _PpDataverseTableRemoveCommand_instances = new WeakSet(), _PpDataverseTableRemov
|
|
|
88
88
|
}, {
|
|
89
89
|
option: '--asAdmin'
|
|
90
90
|
}, {
|
|
91
|
-
option: '--
|
|
91
|
+
option: '-f, --force'
|
|
92
92
|
});
|
|
93
93
|
};
|
|
94
94
|
module.exports = new PpDataverseTableRemoveCommand();
|
|
@@ -41,7 +41,7 @@ class PpDataverseTableRowRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
41
41
|
if (this.verbose) {
|
|
42
42
|
logger.logToStderr(`Removing row '${args.options.id}' from table '${args.options.tableName || args.options.entitySetName}'...`);
|
|
43
43
|
}
|
|
44
|
-
if (args.options.
|
|
44
|
+
if (args.options.force) {
|
|
45
45
|
yield this.deleteTableRow(logger, args);
|
|
46
46
|
}
|
|
47
47
|
else {
|
|
@@ -102,7 +102,7 @@ _PpDataverseTableRowRemoveCommand_instances = new WeakSet(), _PpDataverseTableRo
|
|
|
102
102
|
entitySetName: typeof args.options.entitySetName !== 'undefined',
|
|
103
103
|
tableName: typeof args.options.tableName !== 'undefined',
|
|
104
104
|
asAdmin: !!args.options.asAdmin,
|
|
105
|
-
|
|
105
|
+
force: !!args.options.force
|
|
106
106
|
});
|
|
107
107
|
});
|
|
108
108
|
}, _PpDataverseTableRowRemoveCommand_initOptions = function _PpDataverseTableRowRemoveCommand_initOptions() {
|
|
@@ -117,7 +117,7 @@ _PpDataverseTableRowRemoveCommand_instances = new WeakSet(), _PpDataverseTableRo
|
|
|
117
117
|
}, {
|
|
118
118
|
option: '--asAdmin'
|
|
119
119
|
}, {
|
|
120
|
-
option: '--
|
|
120
|
+
option: '-f, --force'
|
|
121
121
|
});
|
|
122
122
|
}, _PpDataverseTableRowRemoveCommand_initValidators = function _PpDataverseTableRowRemoveCommand_initValidators() {
|
|
123
123
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -42,7 +42,7 @@ class PpSolutionPublisherRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removes a publisher '${args.options.id || args.options.name}'...`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.deletePublisher(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -101,7 +101,7 @@ _PpSolutionPublisherRemoveCommand_instances = new WeakSet(), _PpSolutionPublishe
|
|
|
101
101
|
id: typeof args.options.id !== 'undefined',
|
|
102
102
|
name: typeof args.options.name !== 'undefined',
|
|
103
103
|
asAdmin: !!args.options.asAdmin,
|
|
104
|
-
|
|
104
|
+
force: !!args.options.force
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
}, _PpSolutionPublisherRemoveCommand_initOptions = function _PpSolutionPublisherRemoveCommand_initOptions() {
|
|
@@ -114,7 +114,7 @@ _PpSolutionPublisherRemoveCommand_instances = new WeakSet(), _PpSolutionPublishe
|
|
|
114
114
|
}, {
|
|
115
115
|
option: '--asAdmin'
|
|
116
116
|
}, {
|
|
117
|
-
option: '--
|
|
117
|
+
option: '-f, --force'
|
|
118
118
|
});
|
|
119
119
|
}, _PpSolutionPublisherRemoveCommand_initOptionSets = function _PpSolutionPublisherRemoveCommand_initOptionSets() {
|
|
120
120
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
@@ -42,7 +42,7 @@ class PpSolutionRemoveCommand extends PowerPlatformCommand_1.default {
|
|
|
42
42
|
if (this.verbose) {
|
|
43
43
|
logger.logToStderr(`Removing solution '${args.options.id || args.options.name}'...`);
|
|
44
44
|
}
|
|
45
|
-
if (args.options.
|
|
45
|
+
if (args.options.force) {
|
|
46
46
|
yield this.deleteSolution(args);
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -101,7 +101,7 @@ _PpSolutionRemoveCommand_instances = new WeakSet(), _PpSolutionRemoveCommand_ini
|
|
|
101
101
|
id: typeof args.options.id !== 'undefined',
|
|
102
102
|
name: typeof args.options.name !== 'undefined',
|
|
103
103
|
asAdmin: !!args.options.asAdmin,
|
|
104
|
-
|
|
104
|
+
force: !!args.options.force
|
|
105
105
|
});
|
|
106
106
|
});
|
|
107
107
|
}, _PpSolutionRemoveCommand_initOptions = function _PpSolutionRemoveCommand_initOptions() {
|
|
@@ -114,7 +114,7 @@ _PpSolutionRemoveCommand_instances = new WeakSet(), _PpSolutionRemoveCommand_ini
|
|
|
114
114
|
}, {
|
|
115
115
|
option: '--asAdmin'
|
|
116
116
|
}, {
|
|
117
|
-
option: '--
|
|
117
|
+
option: '-f, --force'
|
|
118
118
|
});
|
|
119
119
|
}, _PpSolutionRemoveCommand_initOptionSets = function _PpSolutionRemoveCommand_initOptionSets() {
|
|
120
120
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
@@ -51,7 +51,7 @@ class PurviewRetentionEventRemoveCommand extends GraphCommand_1.default {
|
|
|
51
51
|
this.handleRejectedODataJsonPromise(err);
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
if (args.options.
|
|
54
|
+
if (args.options.force) {
|
|
55
55
|
yield removeRetentionEvent();
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
@@ -71,14 +71,14 @@ class PurviewRetentionEventRemoveCommand extends GraphCommand_1.default {
|
|
|
71
71
|
_PurviewRetentionEventRemoveCommand_instances = new WeakSet(), _PurviewRetentionEventRemoveCommand_initTelemetry = function _PurviewRetentionEventRemoveCommand_initTelemetry() {
|
|
72
72
|
this.telemetry.push((args) => {
|
|
73
73
|
Object.assign(this.telemetryProperties, {
|
|
74
|
-
|
|
74
|
+
force: !!args.options.force
|
|
75
75
|
});
|
|
76
76
|
});
|
|
77
77
|
}, _PurviewRetentionEventRemoveCommand_initOptions = function _PurviewRetentionEventRemoveCommand_initOptions() {
|
|
78
78
|
this.options.unshift({
|
|
79
79
|
option: '-i, --id <id>'
|
|
80
80
|
}, {
|
|
81
|
-
option: '--
|
|
81
|
+
option: '-f, --force'
|
|
82
82
|
});
|
|
83
83
|
}, _PurviewRetentionEventRemoveCommand_initValidators = function _PurviewRetentionEventRemoveCommand_initValidators() {
|
|
84
84
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -51,7 +51,7 @@ class PurviewRetentionEventTypeRemoveCommand extends GraphCommand_1.default {
|
|
|
51
51
|
this.handleRejectedODataJsonPromise(err);
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
if (args.options.
|
|
54
|
+
if (args.options.force) {
|
|
55
55
|
yield removeRetentionEventType();
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
@@ -71,14 +71,14 @@ class PurviewRetentionEventTypeRemoveCommand extends GraphCommand_1.default {
|
|
|
71
71
|
_PurviewRetentionEventTypeRemoveCommand_instances = new WeakSet(), _PurviewRetentionEventTypeRemoveCommand_initTelemetry = function _PurviewRetentionEventTypeRemoveCommand_initTelemetry() {
|
|
72
72
|
this.telemetry.push((args) => {
|
|
73
73
|
Object.assign(this.telemetryProperties, {
|
|
74
|
-
|
|
74
|
+
force: !!args.options.force
|
|
75
75
|
});
|
|
76
76
|
});
|
|
77
77
|
}, _PurviewRetentionEventTypeRemoveCommand_initOptions = function _PurviewRetentionEventTypeRemoveCommand_initOptions() {
|
|
78
78
|
this.options.unshift({
|
|
79
79
|
option: '-i, --id <id>'
|
|
80
80
|
}, {
|
|
81
|
-
option: '--
|
|
81
|
+
option: '-f, --force'
|
|
82
82
|
});
|
|
83
83
|
}, _PurviewRetentionEventTypeRemoveCommand_initValidators = function _PurviewRetentionEventTypeRemoveCommand_initValidators() {
|
|
84
84
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -36,7 +36,7 @@ class PurviewRetentionLabelRemoveCommand extends GraphCommand_1.default {
|
|
|
36
36
|
}
|
|
37
37
|
commandAction(logger, args) {
|
|
38
38
|
return __awaiter(this, void 0, void 0, function* () {
|
|
39
|
-
if (args.options.
|
|
39
|
+
if (args.options.force) {
|
|
40
40
|
yield this.removeRetentionLabel(args);
|
|
41
41
|
}
|
|
42
42
|
else {
|
|
@@ -73,14 +73,14 @@ class PurviewRetentionLabelRemoveCommand extends GraphCommand_1.default {
|
|
|
73
73
|
_PurviewRetentionLabelRemoveCommand_instances = new WeakSet(), _PurviewRetentionLabelRemoveCommand_initTelemetry = function _PurviewRetentionLabelRemoveCommand_initTelemetry() {
|
|
74
74
|
this.telemetry.push((args) => {
|
|
75
75
|
Object.assign(this.telemetryProperties, {
|
|
76
|
-
|
|
76
|
+
force: !!args.options.force
|
|
77
77
|
});
|
|
78
78
|
});
|
|
79
79
|
}, _PurviewRetentionLabelRemoveCommand_initOptions = function _PurviewRetentionLabelRemoveCommand_initOptions() {
|
|
80
80
|
this.options.unshift({
|
|
81
81
|
option: '-i, --id <id>'
|
|
82
82
|
}, {
|
|
83
|
-
option: '--
|
|
83
|
+
option: '-f, --force'
|
|
84
84
|
});
|
|
85
85
|
}, _PurviewRetentionLabelRemoveCommand_initValidators = function _PurviewRetentionLabelRemoveCommand_initValidators() {
|
|
86
86
|
this.validators.push((args) => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -75,7 +75,7 @@ class SearchExternalConnectionRemoveCommand extends GraphCommand_1.default {
|
|
|
75
75
|
this.handleRejectedODataJsonPromise(err);
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
|
-
if (args.options.
|
|
78
|
+
if (args.options.force) {
|
|
79
79
|
yield removeExternalConnection();
|
|
80
80
|
}
|
|
81
81
|
else {
|
|
@@ -97,11 +97,11 @@ _SearchExternalConnectionRemoveCommand_instances = new WeakSet(), _SearchExterna
|
|
|
97
97
|
Object.assign(this.telemetryProperties, {
|
|
98
98
|
id: typeof args.options.id !== 'undefined',
|
|
99
99
|
name: typeof args.options.name !== 'undefined',
|
|
100
|
-
|
|
100
|
+
force: (!(!args.options.force)).toString()
|
|
101
101
|
});
|
|
102
102
|
});
|
|
103
103
|
}, _SearchExternalConnectionRemoveCommand_initOptions = function _SearchExternalConnectionRemoveCommand_initOptions() {
|
|
104
|
-
this.options.unshift({ option: '--id [id]' }, { option: '--name [name]' }, { option: '--
|
|
104
|
+
this.options.unshift({ option: '--id [id]' }, { option: '--name [name]' }, { option: '-f, --force' });
|
|
105
105
|
}, _SearchExternalConnectionRemoveCommand_initOptionSets = function _SearchExternalConnectionRemoveCommand_initOptionSets() {
|
|
106
106
|
this.optionSets.push({ options: ['id', 'name'] });
|
|
107
107
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const FN001008_DEP_react_1 = require("./rules/FN001008_DEP_react");
|
|
4
|
+
const FN001009_DEP_react_dom_1 = require("./rules/FN001009_DEP_react_dom");
|
|
5
|
+
const FN001035_DEP_fluentui_react_1 = require("./rules/FN001035_DEP_fluentui_react");
|
|
6
|
+
const FN002004_DEVDEP_gulp_1 = require("./rules/FN002004_DEVDEP_gulp");
|
|
7
|
+
const FN002007_DEVDEP_ajv_1 = require("./rules/FN002007_DEVDEP_ajv");
|
|
8
|
+
const FN002013_DEVDEP_types_webpack_env_1 = require("./rules/FN002013_DEVDEP_types_webpack_env");
|
|
9
|
+
const FN002015_DEVDEP_types_react_1 = require("./rules/FN002015_DEVDEP_types_react");
|
|
10
|
+
const FN002016_DEVDEP_types_react_dom_1 = require("./rules/FN002016_DEVDEP_types_react_dom");
|
|
11
|
+
const FN002019_DEVDEP_microsoft_rush_stack_compiler_1 = require("./rules/FN002019_DEVDEP_microsoft_rush_stack_compiler");
|
|
12
|
+
module.exports = [
|
|
13
|
+
new FN001008_DEP_react_1.FN001008_DEP_react('17'),
|
|
14
|
+
new FN001009_DEP_react_dom_1.FN001009_DEP_react_dom('17'),
|
|
15
|
+
new FN001035_DEP_fluentui_react_1.FN001035_DEP_fluentui_react('^8.106.4'),
|
|
16
|
+
new FN002004_DEVDEP_gulp_1.FN002004_DEVDEP_gulp('4.0.2'),
|
|
17
|
+
new FN002007_DEVDEP_ajv_1.FN002007_DEVDEP_ajv('^6.12.5'),
|
|
18
|
+
new FN002013_DEVDEP_types_webpack_env_1.FN002013_DEVDEP_types_webpack_env('~1.15.2'),
|
|
19
|
+
new FN002015_DEVDEP_types_react_1.FN002015_DEVDEP_types_react('17'),
|
|
20
|
+
new FN002016_DEVDEP_types_react_dom_1.FN002016_DEVDEP_types_react_dom('17'),
|
|
21
|
+
new FN002019_DEVDEP_microsoft_rush_stack_compiler_1.FN002019_DEVDEP_microsoft_rush_stack_compiler(['4.5'])
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=doctor-1.18.0-beta.1.js.map
|
|
@@ -77,7 +77,8 @@ class SpfxProjectDoctorCommand extends base_project_command_1.BaseProjectCommand
|
|
|
77
77
|
'1.17.1',
|
|
78
78
|
'1.17.2',
|
|
79
79
|
'1.17.3',
|
|
80
|
-
'1.17.4'
|
|
80
|
+
'1.17.4',
|
|
81
|
+
'1.18.0-beta.1'
|
|
81
82
|
];
|
|
82
83
|
__classPrivateFieldGet(this, _SpfxProjectDoctorCommand_instances, "m", _SpfxProjectDoctorCommand_initTelemetry).call(this);
|
|
83
84
|
__classPrivateFieldGet(this, _SpfxProjectDoctorCommand_instances, "m", _SpfxProjectDoctorCommand_initOptions).call(this);
|
package/dist/m365/spfx/commands/project/project-upgrade/rules/FN001022_DEP_office_ui_fabric_react.js
CHANGED
|
@@ -4,8 +4,8 @@ exports.FN001022_DEP_office_ui_fabric_react = void 0;
|
|
|
4
4
|
const spfx_1 = require("../../../../../../utils/spfx");
|
|
5
5
|
const DependencyRule_1 = require("./DependencyRule");
|
|
6
6
|
class FN001022_DEP_office_ui_fabric_react extends DependencyRule_1.DependencyRule {
|
|
7
|
-
constructor(packageVersion) {
|
|
8
|
-
super('office-ui-fabric-react', packageVersion, false,
|
|
7
|
+
constructor(packageVersion, add = true) {
|
|
8
|
+
super('office-ui-fabric-react', packageVersion, false, add);
|
|
9
9
|
}
|
|
10
10
|
get id() {
|
|
11
11
|
return 'FN001022';
|