@pnp/cli-microsoft365 9.1.0-beta.9a7d76f → 10.0.0-beta.787c5f1
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/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/cli/cli.js +1 -1
- package/dist/m365/app/commands/permission/permission-add.js +9 -9
- package/dist/m365/cli/commands/cli-consent.js +3 -7
- package/dist/m365/cli/commands/config/config-set.js +0 -1
- package/dist/m365/commands/setupPresets.js +2 -4
- package/dist/m365/commands/status.js +2 -2
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +13 -13
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +18 -18
- package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +1 -1
- package/dist/m365/entra/commands/group/group-user-list.js +4 -4
- package/dist/m365/entra/commands/m365group/m365group-conversation-post-list.js +4 -4
- package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-list.js +3 -3
- package/dist/m365/entra/commands/m365group/m365group-user-list.js +6 -9
- package/dist/m365/outlook/commands/message/message-get.js +11 -11
- package/dist/m365/spfx/commands/project/DeployWorkflow.js +1 -1
- package/dist/m365/spfx/commands/project/project-github-workflow-add.js +1 -10
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-get.js +0 -1
- package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +8 -8
- package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +2 -2
- package/dist/m365/spo/commands/file/file-copy.js +55 -34
- package/dist/m365/spo/commands/folder/folder-set.js +0 -4
- package/dist/m365/spo/commands/list/list-list.js +1 -4
- package/dist/m365/spo/commands/site/site-appcatalog-remove.js +48 -24
- package/dist/m365/spo/commands/site/site-remove.js +1 -7
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +2 -22
- package/dist/m365/spo/commands.js +0 -1
- package/dist/m365/viva/commands/engage/engage-group-list.js +0 -5
- package/dist/m365/viva/commands/engage/engage-group-user-add.js +0 -5
- package/dist/m365/viva/commands/engage/engage-group-user-remove.js +0 -5
- package/dist/m365/viva/commands/engage/engage-message-add.js +0 -5
- package/dist/m365/viva/commands/engage/engage-message-get.js +0 -5
- package/dist/m365/viva/commands/engage/engage-message-like-set.js +0 -5
- package/dist/m365/viva/commands/engage/engage-message-list.js +0 -5
- package/dist/m365/viva/commands/engage/engage-message-remove.js +0 -5
- package/dist/m365/viva/commands/engage/engage-network-list.js +0 -5
- package/dist/m365/viva/commands/engage/engage-report-activitycounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-activityusercounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-activityuserdetail.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-deviceusagedistributionusercounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-deviceusageusercounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-deviceusageuserdetail.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitycounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitydetail.js +0 -8
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitygroupcounts.js +0 -8
- package/dist/m365/viva/commands/engage/engage-search.js +0 -5
- package/dist/m365/viva/commands/engage/engage-user-get.js +0 -5
- package/dist/m365/viva/commands/engage/engage-user-list.js +0 -5
- package/dist/settingsNames.js +0 -1
- package/dist/utils/spo.js +74 -0
- package/docs/docs/_clisettings.mdx +0 -1
- package/docs/docs/cmd/app/permission/permission-add.mdx +5 -5
- package/docs/docs/cmd/cli/cli-consent.mdx +1 -1
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +12 -12
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +14 -14
- package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +5 -5
- package/docs/docs/cmd/entra/group/group-user-list.mdx +7 -7
- package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +5 -5
- package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +3 -3
- package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-get.mdx +5 -5
- package/docs/docs/cmd/setup.mdx +1 -3
- package/docs/docs/cmd/spfx/project/project-github-workflow-add.mdx +11 -12
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +6 -5
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +7 -7
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-copy.mdx +119 -12
- package/docs/docs/cmd/spo/folder/folder-set.mdx +0 -6
- package/docs/docs/cmd/spo/list/list-list.mdx +5 -7
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +11 -2
- package/docs/docs/cmd/spo/site/site-remove.mdx +0 -3
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +2 -49
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/dist/m365/viva/commands/engage/yammerCommands.js +0 -25
|
@@ -17,9 +17,6 @@ m365 spo tenant recyclebinitem restore [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-u, --siteUrl <siteUrl>`
|
|
19
19
|
: URL of the site.
|
|
20
|
-
|
|
21
|
-
`--wait`
|
|
22
|
-
: (deprecated) Wait for the site collection to be restored before completing the command.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -34,7 +31,7 @@ To use this command you must be a Global or SharePoint administrator.
|
|
|
34
31
|
|
|
35
32
|
## Examples
|
|
36
33
|
|
|
37
|
-
|
|
34
|
+
Restores a deleted site collection from tenant recycle bin.
|
|
38
35
|
|
|
39
36
|
```sh
|
|
40
37
|
m365 spo tenant recyclebinitem restore --siteUrl https://contoso.sharepoint.com/sites/team
|
|
@@ -42,48 +39,4 @@ m365 spo tenant recyclebinitem restore --siteUrl https://contoso.sharepoint.com/
|
|
|
42
39
|
|
|
43
40
|
## Response
|
|
44
41
|
|
|
45
|
-
|
|
46
|
-
<TabItem value="JSON">
|
|
47
|
-
|
|
48
|
-
```json
|
|
49
|
-
{
|
|
50
|
-
"HasTimedout": false,
|
|
51
|
-
"IsComplete": true,
|
|
52
|
-
"PollingInterval": 15000
|
|
53
|
-
}
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
</TabItem>
|
|
57
|
-
<TabItem value="Text">
|
|
58
|
-
|
|
59
|
-
```text
|
|
60
|
-
HasTimedout : false
|
|
61
|
-
IsComplete : true
|
|
62
|
-
PollingInterval: 15000
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
</TabItem>
|
|
66
|
-
<TabItem value="CSV">
|
|
67
|
-
|
|
68
|
-
```csv
|
|
69
|
-
HasTimedout,IsComplete,PollingInterval
|
|
70
|
-
,1,15000
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
</TabItem>
|
|
74
|
-
<TabItem value="Markdown">
|
|
75
|
-
|
|
76
|
-
```md
|
|
77
|
-
# spo tenant recyclebinitem restore --siteUrl "https://contoso.sharepoint.com/teams/team1"
|
|
78
|
-
|
|
79
|
-
Date: 2023-06-22
|
|
80
|
-
|
|
81
|
-
Property | Value
|
|
82
|
-
---------|-------
|
|
83
|
-
HasTimedout | false
|
|
84
|
-
IsComplete | true
|
|
85
|
-
PollingInterval | 15000
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
</TabItem>
|
|
89
|
-
</Tabs>
|
|
42
|
+
The command won't return a response on success.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pnp/cli-microsoft365",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "10.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^14.14.2",
|
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const prefix = 'yammer';
|
|
2
|
-
export default {
|
|
3
|
-
GROUP_LIST: `${prefix} group list`,
|
|
4
|
-
GROUP_USER_ADD: `${prefix} group user add`,
|
|
5
|
-
GROUP_USER_REMOVE: `${prefix} group user remove`,
|
|
6
|
-
MESSAGE_ADD: `${prefix} message add`,
|
|
7
|
-
MESSAGE_GET: `${prefix} message get`,
|
|
8
|
-
MESSAGE_LIKE_SET: `${prefix} message like set`,
|
|
9
|
-
MESSAGE_LIST: `${prefix} message list`,
|
|
10
|
-
MESSAGE_REMOVE: `${prefix} message remove`,
|
|
11
|
-
NETWORK_LIST: `${prefix} network list`,
|
|
12
|
-
REPORT_ACTIVITYCOUNTS: `${prefix} report activitycounts`,
|
|
13
|
-
REPORT_ACTIVITYUSERCOUNTS: `${prefix} report activityusercounts`,
|
|
14
|
-
REPORT_ACTIVITYUSERDETAIL: `${prefix} report activityuserdetail`,
|
|
15
|
-
REPORT_DEVICEUSAGEDISTRIBUTIONUSERCOUNTS: `${prefix} report deviceusagedistributionusercounts`,
|
|
16
|
-
REPORT_DEVICEUSAGEUSERCOUNTS: `${prefix} report deviceusageusercounts`,
|
|
17
|
-
REPORT_DEVICEUSAGEUSERDETAIL: `${prefix} report deviceusageuserdetail`,
|
|
18
|
-
REPORT_GROUPSACTIVITYCOUNTS: `${prefix} report groupsactivitycounts`,
|
|
19
|
-
REPORT_GROUPSACTIVITYDETAIL: `${prefix} report groupsactivitydetail`,
|
|
20
|
-
REPORT_GROUPSACTIVITYGROUPCOUNTS: `${prefix} report groupsactivitygroupcounts`,
|
|
21
|
-
SEARCH: `${prefix} search`,
|
|
22
|
-
USER_GET: `${prefix} user get`,
|
|
23
|
-
USER_LIST: `${prefix} user list`
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=yammerCommands.js.map
|