@pnp/cli-microsoft365 11.10.0-beta.fdeb2ae → 11.11.0-beta.1cb40cb

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.
Files changed (97) hide show
  1. package/.devcontainer/Dockerfile +1 -1
  2. package/.devproxy/api-specs/sharepoint-admin.yaml +50 -0
  3. package/Dockerfile +1 -1
  4. package/allCommands.json +1 -1
  5. package/allCommandsFull.json +1 -1
  6. package/dist/Auth.js +4 -2
  7. package/dist/config.js +1 -0
  8. package/dist/m365/entra/commands/agent/agent-list.js +48 -0
  9. package/dist/m365/entra/commands.js +1 -0
  10. package/dist/m365/outlook/commands/event/event-get.js +77 -0
  11. package/dist/m365/outlook/commands.js +1 -0
  12. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +23 -41
  13. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +9 -24
  14. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +24 -44
  15. package/dist/m365/pp/commands/copilot/copilot-get.js +23 -41
  16. package/dist/m365/pp/commands/copilot/copilot-list.js +9 -24
  17. package/dist/m365/pp/commands/copilot/copilot-remove.js +24 -44
  18. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +10 -26
  19. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +9 -24
  20. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +11 -29
  21. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +21 -33
  22. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +25 -46
  23. package/dist/m365/pp/commands/gateway/gateway-get.js +10 -23
  24. package/dist/m365/pp/commands/managementapp/managementapp-add.js +24 -36
  25. package/dist/m365/pp/commands/managementapp/managementapp-list.js +5 -0
  26. package/dist/m365/pp/commands/solution/solution-get.js +23 -41
  27. package/dist/m365/pp/commands/solution/solution-list.js +9 -24
  28. package/dist/m365/pp/commands/solution/solution-publish.js +25 -45
  29. package/dist/m365/pp/commands/solution/solution-publisher-add.js +26 -49
  30. package/dist/m365/pp/commands/solution/solution-publisher-get.js +23 -41
  31. package/dist/m365/pp/commands/solution/solution-publisher-list.js +10 -27
  32. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +24 -44
  33. package/dist/m365/pp/commands/solution/solution-remove.js +24 -44
  34. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +81 -170
  35. package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +15 -0
  36. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.23.2.js +19 -0
  37. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  38. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.23.2.js +55 -0
  39. package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
  40. package/dist/m365/spo/commands/folder/folder-add.js +1 -1
  41. package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
  42. package/dist/m365/spo/commands/web/{web-alert-list.js → web-rule-list.js} +7 -4
  43. package/dist/m365/spo/commands/web/{web-alert-remove.js → web-rule-remove.js} +7 -4
  44. package/dist/m365/spo/commands.js +2 -0
  45. package/docs/docs/cmd/entra/agent/agent-list.mdx +209 -0
  46. package/docs/docs/cmd/outlook/event/event-get.mdx +280 -0
  47. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  48. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +21 -0
  49. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +21 -0
  50. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +21 -0
  51. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +21 -0
  52. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +21 -0
  53. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +21 -0
  54. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +21 -0
  55. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +19 -0
  56. package/docs/docs/cmd/spo/file/file-version-clear.mdx +21 -0
  57. package/docs/docs/cmd/spo/file/file-version-get.mdx +19 -0
  58. package/docs/docs/cmd/spo/file/file-version-list.mdx +19 -0
  59. package/docs/docs/cmd/spo/file/file-version-remove.mdx +21 -0
  60. package/docs/docs/cmd/spo/file/file-version-restore.mdx +21 -0
  61. package/docs/docs/cmd/spo/folder/folder-add.mdx +20 -1
  62. package/docs/docs/cmd/spo/folder/folder-archive.mdx +2 -3
  63. package/docs/docs/cmd/spo/folder/folder-copy.mdx +19 -0
  64. package/docs/docs/cmd/spo/folder/folder-get.mdx +19 -0
  65. package/docs/docs/cmd/spo/folder/folder-list.mdx +19 -0
  66. package/docs/docs/cmd/spo/folder/folder-move.mdx +19 -0
  67. package/docs/docs/cmd/spo/folder/folder-remove.mdx +21 -0
  68. package/docs/docs/cmd/spo/folder/folder-set.mdx +21 -0
  69. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +21 -2
  70. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +19 -0
  71. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +19 -0
  72. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +24 -3
  73. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +21 -2
  74. package/docs/docs/cmd/spo/hubsite/hubsite-connect.mdx +21 -0
  75. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +19 -0
  76. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.mdx +21 -0
  77. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +19 -0
  78. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +19 -0
  79. package/docs/docs/cmd/spo/hubsite/hubsite-register.mdx +19 -0
  80. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.mdx +21 -0
  81. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.mdx +21 -0
  82. package/docs/docs/cmd/spo/hubsite/hubsite-set.mdx +19 -0
  83. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.mdx +21 -0
  84. package/docs/docs/cmd/spo/web/{web-alert-list.mdx → web-rule-list.mdx} +13 -7
  85. package/docs/docs/cmd/spo/web/{web-alert-remove.mdx → web-rule-remove.mdx} +10 -4
  86. package/docs/docs/cmd/todo/list/list-add.mdx +19 -0
  87. package/docs/docs/cmd/todo/list/list-get.mdx +19 -0
  88. package/docs/docs/cmd/todo/list/list-list.mdx +19 -0
  89. package/docs/docs/cmd/todo/list/list-remove.mdx +21 -0
  90. package/docs/docs/cmd/todo/list/list-set.mdx +21 -0
  91. package/docs/docs/cmd/todo/task/task-add.mdx +19 -0
  92. package/docs/docs/cmd/todo/task/task-get.mdx +19 -0
  93. package/docs/docs/cmd/todo/task/task-list.mdx +19 -0
  94. package/docs/docs/cmd/todo/task/task-remove.mdx +21 -0
  95. package/docs/docs/cmd/todo/task/task-set.mdx +19 -0
  96. package/npm-shrinkwrap.json +1575 -696
  97. package/package.json +20 -20
@@ -0,0 +1,209 @@
1
+ import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # entra agent list
6
+
7
+ Retrieves a list of agents
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 entra agent list [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-p, --properties [properties]`
19
+ : Comma-separated list of properties to be returned.
20
+ ```
21
+
22
+ <Global />
23
+
24
+ ## Remarks
25
+
26
+ Using the `--properties` option, you can specify a comma-separated list of agent properties to retrieve from the Microsoft Graph. If you don't specify any properties, the command will output the default properties returned by Graph.
27
+
28
+ ## Permissions
29
+
30
+ <Tabs>
31
+ <TabItem value="Delegated">
32
+
33
+ | Resource | Permissions |
34
+ |-----------------|--------------------|
35
+ | Microsoft Graph | User.ReadBasic.All |
36
+
37
+ </TabItem>
38
+ <TabItem value="Application">
39
+
40
+ | Resource | Permissions |
41
+ |-----------------|--------------------|
42
+ | Microsoft Graph | User.ReadBasic.All |
43
+
44
+ </TabItem>
45
+ </Tabs>
46
+
47
+ ## Examples
48
+
49
+ Retrieve all agents.
50
+
51
+ ```sh
52
+ m365 entra agent list
53
+ ```
54
+
55
+ Retrieve id and name of all agents
56
+
57
+ ```sh
58
+ m365 entra agent list --properties 'id,displayName'
59
+ ```
60
+
61
+ ## Response
62
+
63
+ <Tabs>
64
+ <TabItem value="JSON">
65
+
66
+ ```json
67
+ [
68
+ {
69
+ "id": "819f4e7f-a913-448a-9b5c-2cae064cabe7",
70
+ "deletedDateTime": null,
71
+ "accountEnabled": true,
72
+ "ageGroup": null,
73
+ "businessPhones": [],
74
+ "city": null,
75
+ "companyName": null,
76
+ "consentProvidedForMinor": null,
77
+ "country": null,
78
+ "createdDateTime": "2026-07-14T04:19:25Z",
79
+ "creationType": null,
80
+ "department": null,
81
+ "displayName": "Sales Agent",
82
+ "employeeId": null,
83
+ "employeeHireDate": null,
84
+ "employeeLeaveDateTime": null,
85
+ "employeeType": null,
86
+ "externalUserState": null,
87
+ "externalUserStateChangeDateTime": null,
88
+ "faxNumber": null,
89
+ "givenName": null,
90
+ "isLicenseReconciliationNeeded": false,
91
+ "jobTitle": null,
92
+ "legalAgeGroupClassification": null,
93
+ "mail": null,
94
+ "mailNickname": "SalesAgent",
95
+ "mobilePhone": null,
96
+ "onPremisesDistinguishedName": null,
97
+ "onPremisesDomainName": null,
98
+ "onPremisesImmutableId": null,
99
+ "onPremisesLastSyncDateTime": null,
100
+ "onPremisesSecurityIdentifier": null,
101
+ "onPremisesSamAccountName": null,
102
+ "onPremisesSyncEnabled": null,
103
+ "onPremisesUserPrincipalName": null,
104
+ "otherMails": [],
105
+ "passwordPolicies": null,
106
+ "officeLocation": null,
107
+ "postalCode": null,
108
+ "preferredDataLocation": null,
109
+ "preferredLanguage": null,
110
+ "proxyAddresses": [],
111
+ "refreshTokensValidFromDateTime": null,
112
+ "imAddresses": [],
113
+ "isResourceAccount": null,
114
+ "showInAddressList": null,
115
+ "securityIdentifier": "S-1-12-1-2174701183-1149937939-2922142875-3869985798",
116
+ "signInSessionsValidFromDateTime": null,
117
+ "state": null,
118
+ "streetAddress": null,
119
+ "surname": null,
120
+ "usageLocation": null,
121
+ "userPrincipalName": "SalesAgent@contoso.com",
122
+ "externalUserConvertedOn": null,
123
+ "userType": "Member",
124
+ "identityParentId": "54d8c728-decb-477b-beb6-19570d8a51ab",
125
+ "agentIdentityBlueprintId": "822c92e8-29d7-4f83-903a-744d00628003",
126
+ "employeeOrgData": null,
127
+ "passwordProfile": null,
128
+ "identityParent": {
129
+ "id": "54d8c728-decb-477b-beb6-19570d8a51ab"
130
+ },
131
+ "assignedLicenses": [],
132
+ "assignedPlans": [],
133
+ "authorizationInfo": {
134
+ "certificateUserIds": []
135
+ },
136
+ "identities": [
137
+ {
138
+ "signInType": "userPrincipalName",
139
+ "issuer": "contoso.com",
140
+ "issuerAssignedId": "SalesAgent@contoso.com"
141
+ }
142
+ ],
143
+ "onPremisesProvisioningErrors": [],
144
+ "onPremisesExtensionAttributes": {
145
+ "extensionAttribute1": null,
146
+ "extensionAttribute2": null,
147
+ "extensionAttribute3": null,
148
+ "extensionAttribute4": null,
149
+ "extensionAttribute5": null,
150
+ "extensionAttribute6": null,
151
+ "extensionAttribute7": null,
152
+ "extensionAttribute8": null,
153
+ "extensionAttribute9": null,
154
+ "extensionAttribute10": null,
155
+ "extensionAttribute11": null,
156
+ "extensionAttribute12": null,
157
+ "extensionAttribute13": null,
158
+ "extensionAttribute14": null,
159
+ "extensionAttribute15": null
160
+ },
161
+ "provisionedPlans": [],
162
+ "serviceProvisioningErrors": []
163
+ }
164
+ ]
165
+ ```
166
+
167
+ </TabItem>
168
+ <TabItem value="Text">
169
+
170
+ ```text
171
+ displayName: Sales Agent
172
+ id : 819f4e7f-a913-448a-9b5c-2cae064cabe7
173
+ ```
174
+
175
+ </TabItem>
176
+ <TabItem value="CSV">
177
+
178
+ ```csv
179
+ id,deletedDateTime,accountEnabled,ageGroup,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,department,displayName,employeeId,employeeHireDate,employeeLeaveDateTime,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,isLicenseReconciliationNeeded,jobTitle,legalAgeGroupClassification,mail,mailNickname,mobilePhone,onPremisesDistinguishedName,onPremisesDomainName,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesSecurityIdentifier,onPremisesSamAccountName,onPremisesSyncEnabled,onPremisesUserPrincipalName,passwordPolicies,officeLocation,postalCode,preferredDataLocation,preferredLanguage,refreshTokensValidFromDateTime,isResourceAccount,showInAddressList,securityIdentifier,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,externalUserConvertedOn,userType,identityParentId,agentIdentityBlueprintId,employeeOrgData,passwordProfile
180
+ 819f4e7f-a913-448a-9b5c-2cae064cabe7,,1,,,,,,2026-07-14T04:19:25Z,,,Sales Agent,,,,,,,,,0,,,,SalesAgent,,,,,,,,,,,,,,,,,,S-1-12-1-2174701183-1149937939-2922142875-3869985798,,,,,,SalesAgent@contoso.com,,Member,54d8c728-decb-477b-beb6-19570d8a51ab,822c92e8-29d7-4f83-903a-744d00628003,,
181
+ ```
182
+
183
+ </TabItem>
184
+ <TabItem value="Markdown">
185
+
186
+ ```md
187
+ # entra agent list --debug "false" --verbose "false"
188
+
189
+ Date: 7/14/2026
190
+
191
+ ## Sales Agent (819f4e7f-a913-448a-9b5c-2cae064cabe7)
192
+
193
+ Property | Value
194
+ ---------|-------
195
+ id | 819f4e7f-a913-448a-9b5c-2cae064cabe7
196
+ accountEnabled | true
197
+ createdDateTime | 2026-07-14T04:19:25Z
198
+ displayName | Sales Agent
199
+ isLicenseReconciliationNeeded | false
200
+ mailNickname | SalesAgent
201
+ securityIdentifier | S-1-12-1-2174701183-1149937939-2922142875-3869985798
202
+ userPrincipalName | SalesAgent@contoso.com
203
+ userType | Member
204
+ identityParentId | 54d8c728-decb-477b-beb6-19570d8a51ab
205
+ agentIdentityBlueprintId | 822c92e8-29d7-4f83-903a-744d00628003
206
+ ```
207
+
208
+ </TabItem>
209
+ </Tabs>
@@ -0,0 +1,280 @@
1
+ import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # outlook event get
6
+
7
+ Retrieve an event from a specific calendar of a user
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 outlook event get [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-i, --id <id>`
19
+ : ID of the event.
20
+
21
+ `--userId [userId]`
22
+ : ID of the user. Specify either `userId` or `userName`, but not both.
23
+
24
+ `--userName [userName]`
25
+ : UPN of the user. Specify either `userId` or `userName`, but not both.
26
+
27
+ `--calendarId [calendarId]`
28
+ : ID of the calendar. Specify either `calendarId` or `calendarName`, but not both.
29
+
30
+ `--calendarName [calendarName]`
31
+ : Name of the calendar. Specify either `calendarId` or `calendarName`, but not both.
32
+
33
+ `--timeZone [timeZone]`
34
+ : The time zone for the event start and end times. If not specified, the start and end times are in UTC.
35
+ ```
36
+
37
+ <Global />
38
+
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |-----------------|-------------------------------------|
46
+ | Microsoft Graph | Calendars.ReadBasic, Calendars.Read |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |-----------------|-------------------------------------|
53
+ | Microsoft Graph | Calendars.ReadBasic, Calendars.Read |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
58
+ :::note
59
+
60
+ When you specify a value for timeZone, consider the options of the [time zone list](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11#time-zones), or [additional time zone list](https://learn.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0#additional-time-zones).
61
+
62
+ :::
63
+
64
+ ## Examples
65
+
66
+ Get an event for the current signed-in user from a calendar specified by id.
67
+
68
+ ```sh
69
+ m365 outlook event get --id "AAMkAGVmMDEzMTM4L" --userId "@meId" --calendarId "AAMkAGRkZ"
70
+ ```
71
+
72
+ Get an event for the user from a calendar specified by id and return event times in Pacific Standard Time time zone.
73
+
74
+ ```sh
75
+ m365 outlook event get --id "AAMkAGVmMDEzMTM4L" --userName "john.doe@contoso.com" --calendarId "AAMkAGRkZ" --timeZone 'Pacific Standard Time'
76
+ ```
77
+
78
+ ## Response
79
+
80
+ <Tabs>
81
+ <TabItem value="JSON">
82
+
83
+ ```json
84
+ {
85
+ "id": "AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q_adetip1DygcAxMBBaLl1lk_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk_dAn8KkjfXKQAGMVCCQQAAAA==",
86
+ "createdDateTime": "2026-04-04T11:03:22.881996Z",
87
+ "lastModifiedDateTime": "2026-04-04T11:05:26.2216557Z",
88
+ "changeKey": "xMBBaLl1lk+dAn8KkjfXKQAGLmp8jA==",
89
+ "categories": [],
90
+ "transactionId": "localevent:93639269-b1b2-d604-5170-283b0e470da5",
91
+ "originalStartTimeZone": "UTC",
92
+ "originalEndTimeZone": "UTC",
93
+ "iCalUId": "040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF",
94
+ "uid": "040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF",
95
+ "reminderMinutesBeforeStart": 15,
96
+ "isReminderOn": true,
97
+ "hasAttachments": false,
98
+ "subject": "New Product Regulations Touchpoint",
99
+ "bodyPreview": "New Product Regulations Strategy Online Touchpoint Meeting\r\\\n\r\\\nYou're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from this group, stop following it in your inbox.\r\\\n\r\\\n________",
100
+ "importance": "normal",
101
+ "sensitivity": "normal",
102
+ "isAllDay": false,
103
+ "isCancelled": false,
104
+ "isOrganizer": true,
105
+ "responseRequested": true,
106
+ "seriesMasterId": null,
107
+ "showAs": "busy",
108
+ "type": "singleInstance",
109
+ "webLink": "https://outlook.office365.com/owa/?itemid=AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN%2F7V4K8g0q%2Badetip1DygcAxMBBaLl1lk%2BdAn8KkjfXKQAAAgENAAAAxMBBaLl1lk%2BdAn8KkjfXKQAGMVCCQQAAAA%3D%3D&exvsurl=1&path=/calendar/item",
110
+ "onlineMeetingUrl": null,
111
+ "isOnlineMeeting": true,
112
+ "onlineMeetingProvider": "teamsForBusiness",
113
+ "allowNewTimeProposals": true,
114
+ "occurrenceId": null,
115
+ "isDraft": false,
116
+ "hideAttendees": false,
117
+ "responseStatus": {
118
+ "response": "organizer",
119
+ "time": "0001-01-01T00:00:00Z"
120
+ },
121
+ "body": {
122
+ "contentType": "html",
123
+ "content": "<html>\r\\\n<head>\r\\\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\\\n</head>\r\\\n<body>\r\\\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\\\nNew Product Regulations Strategy Online Touchpoint Meeting</div>\r\\\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\\\n<br>\r\\\n</div>\r\\\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\\\nYou're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from this group, stop following it in&nbsp;your inbox.</div>\r\\\n<br>\r\\\n<div class=\"me-email-text\" lang=\"en-US\" style=\"max-width:1024px; color:#242424; font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif\">\r\\\n<div aria-hidden=\"true\" style=\"margin-bottom:24px; overflow:hidden; white-space:nowrap\">\r\\\n________________________________________________________________________________</div>\r\\\n<div style=\"margin-bottom:12px\"><span class=\"me-email-text\" style=\"font-size:20px; color:#242424; font-weight:600\">Microsoft Teams meeting</span>\r\\\n</div>\r\\\n<div style=\"margin-bottom:6px\"><span class=\"me-email-text\" style=\"font-size:20px; color:#242424; font-weight:600\">Join:\r\\\n</span><a href=\"https://teams.microsoft.com/meet/48803137263631?p=YXe9K6OhVD94VIC23M\" id=\"meet_invite_block.action.join_link\" title=\"Meeting join\" aria-label=\"Meeting join\" class=\"me-email-link\" style=\"font-size:20px; text-decoration:underline; color:#5B5FC7\">https://teams.microsoft.com/meet/48803137263631?p=YXe9K6OhVD94VIC23M</a>\r\\\n</div>\r\\\n<div style=\"margin-bottom:6px\"><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">Meeting ID:\r\\\n</span><span class=\"me-email-text\" style=\"font-size:14px; color:#242424\">488 031 372 636 31</span>\r\\\n</div>\r\\\n<div style=\"margin-bottom:32px\"><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">Passcode:\r\\\n</span><span class=\"me-email-text\" style=\"font-size:14px; color:#242424\">uN2Np6PN</span>\r\\\n</div>\r\\\n<div style=\"margin-bottom:12px; max-width:1024px\">\r\\\n<hr style=\"border:0; background:#616161; height:1px\">\r\\\n</div>\r\\\n<div style=\"margin-bottom:24px\"><a href=\"https://aka.ms/JoinTeamsMeeting?omkt=en-US\" id=\"meet_invite_block.action.help\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">Need help?</a>\r\\\n<span style=\"color:#616161\">|</span> <a href=\"https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl%40thread.v2/0?context=%7b%22Tid%22%3a%22f2c94a41-d33d-4b60-bb3d-0bed4cdf9855%22%2c%22Oid%22%3a%229bd29c6c-181e-41f5-a1b6-bc30bbf652d3%22%7d\" id=\"meet_invite_block.action.join_link_compatibility\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">\r\\\nSystem reference</a> </div>\r\\\n<div><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">For organizers:\r\\\n</span><a href=\"https://teams.microsoft.com/meetingOptions/?organizerId=9bd29c6c-181e-41f5-a1b6-bc30bbf652d3&amp;tenantId=f2c94a41-d33d-4b60-bb3d-0bed4cdf9855&amp;threadId=19_meeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl@thread.v2&amp;messageId=0&amp;language=en-US\" id=\"meet_invite_block.action.organizer_meet_options\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">Meeting\r\\\n options</a> </div>\r\\\n<div style=\"margin-top:24px; margin-bottom:6px\"></div>\r\\\n<div style=\"margin-bottom:24px\"></div>\r\\\n<div aria-hidden=\"true\" style=\"margin-bottom:24px; overflow:hidden; white-space:nowrap\">\r\\\n________________________________________________________________________________</div>\r\\\n</div>\r\\\n</body>\r\\\n</html>\r\\\n"
124
+ },
125
+ "start": {
126
+ "dateTime": "2026-04-04T11:30:00.0000000",
127
+ "timeZone": "UTC"
128
+ },
129
+ "end": {
130
+ "dateTime": "2026-04-04T12:00:00.0000000",
131
+ "timeZone": "UTC"
132
+ },
133
+ "location": {
134
+ "displayName": "Microsoft Teams Meeting",
135
+ "locationType": "default",
136
+ "uniqueId": "Microsoft Teams Meeting",
137
+ "uniqueIdType": "private"
138
+ },
139
+ "locations": [
140
+ {
141
+ "displayName": "Microsoft Teams Meeting",
142
+ "locationType": "default",
143
+ "uniqueId": "Microsoft Teams Meeting",
144
+ "uniqueIdType": "private"
145
+ }
146
+ ],
147
+ "recurrence": null,
148
+ "attendees": [
149
+ {
150
+ "type": "required",
151
+ "status": {
152
+ "response": "none",
153
+ "time": "0001-01-01T00:00:00Z"
154
+ },
155
+ "emailAddress": {
156
+ "name": "Debra Berger",
157
+ "address": "debraB@contoso.com"
158
+ }
159
+ }
160
+ ],
161
+ "organizer": {
162
+ "emailAddress": {
163
+ "name": "John Doe",
164
+ "address": "john.doe@contoso.com"
165
+ }
166
+ },
167
+ "onlineMeeting": {
168
+ "joinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl%40thread.v2/0?context=%7b%22Tid%22%3a%22f2c94a41-d33d-4b60-bb3d-0bed4cdf9855%22%2c%22Oid%22%3a%229bd29c6c-181e-41f5-a1b6-bc30bbf652d3%22%7d"
169
+ }
170
+ }
171
+ ```
172
+
173
+ </TabItem>
174
+ <TabItem value="Text">
175
+
176
+ ```text
177
+ allowNewTimeProposals : true
178
+ attendees : [{"type":"required","status":{"response":"none","time":"0001-01-01T00:00:00Z"},"emailAddress":{"name":"Debra Berger","address":"debraB@contoso.com"}}]
179
+ body : {"contentType":"html","content":"<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n</head>\r\n<body>\r\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\nNew Product Regulations Strategy Online Touchpoint Meeting</div>\r\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\n<br>\r\n</div>\r\n<div style=\"font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)\">\r\nYou're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from this group, stop following it in&nbsp;your inbox.</div>\r\n<br>\r\n<div class=\"me-email-text\" lang=\"en-US\" style=\"max-width:1024px; color:#242424; font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif\">\r\n<div aria-hidden=\"true\" style=\"margin-bottom:24px; overflow:hidden; white-space:nowrap\">\r\n________________________________________________________________________________</div>\r\n<div style=\"margin-bottom:12px\"><span class=\"me-email-text\" style=\"font-size:20px; color:#242424; font-weight:600\">Microsoft Teams meeting</span>\r\n</div>\r\n<div style=\"margin-bottom:6px\"><span class=\"me-email-text\" style=\"font-size:20px; color:#242424; font-weight:600\">Join:\r\n</span><a href=\"https://teams.microsoft.com/meet/48803137263631?p=YXe9K6OhVD94VIC23M\" id=\"meet_invite_block.action.join_link\" title=\"Meeting join\" aria-label=\"Meeting join\" class=\"me-email-link\" style=\"font-size:20px; text-decoration:underline; color:#5B5FC7\">https://teams.microsoft.com/meet/48803137263631?p=YXe9K6OhVD94VIC23M</a>\r\n</div>\r\n<div style=\"margin-bottom:6px\"><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">Meeting ID:\r\n</span><span class=\"me-email-text\" style=\"font-size:14px; color:#242424\">488 031 372 636 31</span>\r\n</div>\r\n<div style=\"margin-bottom:32px\"><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">Passcode:\r\n</span><span class=\"me-email-text\" style=\"font-size:14px; color:#242424\">uN2Np6PN</span>\r\n</div>\r\n<div style=\"margin-bottom:12px; max-width:1024px\">\r\n<hr style=\"border:0; background:#616161; height:1px\">\r\n</div>\r\n<div style=\"margin-bottom:24px\"><a href=\"https://aka.ms/JoinTeamsMeeting?omkt=en-US\" id=\"meet_invite_block.action.help\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">Need help?</a>\r\n<span style=\"color:#616161\">|</span> <a href=\"https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl%40thread.v2/0?context=%7b%22Tid%22%3a%22f2c94a41-d33d-4b60-bb3d-0bed4cdf9855%22%2c%22Oid%22%3a%229bd29c6c-181e-41f5-a1b6-bc30bbf652d3%22%7d\" id=\"meet_invite_block.action.join_link_compatibility\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">\r\nSystem reference</a> </div>\r\n<div><span class=\"me-email-text-secondary\" style=\"font-size:14px; color:#616161\">For organizers:\r\n</span><a href=\"https://teams.microsoft.com/meetingOptions/?organizerId=9bd29c6c-181e-41f5-a1b6-bc30bbf652d3&amp;tenantId=f2c94a41-d33d-4b60-bb3d-0bed4cdf9855&amp;threadId=19_meeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl@thread.v2&amp;messageId=0&amp;language=en-US\" id=\"meet_invite_block.action.organizer_meet_options\" class=\"me-email-link\" style=\"font-size:14px; text-decoration:underline; color:#5B5FC7\">Meeting\r\n options</a> </div>\r\n<div style=\"margin-top:24px; margin-bottom:6px\"></div>\r\n<div style=\"margin-bottom:24px\"></div>\r\n<div aria-hidden=\"true\" style=\"margin-bottom:24px; overflow:hidden; white-space:nowrap\">\r\n________________________________________________________________________________</div>\r\n</div>\r\n</body>\r\n</html>\r\n"}
180
+ bodyPreview : New Product Regulations Strategy Online Touchpoint Meeting
181
+
182
+ You're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from this group, stop following it in your inbox.
183
+
184
+ ________
185
+ categories : []
186
+ changeKey : xMBBaLl1lk+dAn8KkjfXKQAGLmp8jA==
187
+ createdDateTime : 2026-04-04T11:03:22.881996Z
188
+ end : {"dateTime":"2026-04-04T12:00:00.0000000","timeZone":"UTC"}
189
+ hasAttachments : false
190
+ hideAttendees : false
191
+ iCalUId : 040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF
192
+ id : AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q_adetip1DygcAxMBBaLl1lk_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk_dAn8KkjfXKQAGMVCCQQAAAA==
193
+ importance : normal
194
+ isAllDay : false
195
+ isCancelled : false
196
+ isDraft : false
197
+ isOnlineMeeting : true
198
+ isOrganizer : true
199
+ isReminderOn : true
200
+ lastModifiedDateTime : 2026-04-04T11:05:26.2216557Z
201
+ location : {"displayName":"Microsoft Teams Meeting","locationType":"default","uniqueId":"Microsoft Teams Meeting","uniqueIdType":"private"}
202
+ locations : [{"displayName":"Microsoft Teams Meeting","locationType":"default","uniqueId":"Microsoft Teams Meeting","uniqueIdType":"private"}]
203
+ occurrenceId : null
204
+ onlineMeeting : {"joinUrl":"https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjE4ZGNmODktODg3ZS00MTRjLTg4ZmMtZWMzMjBkZTE5YjBl%40thread.v2/0?context=%7b%22Tid%22%3a%22f2c94a41-d33d-4b60-bb3d-0bed4cdf9855%22%2c%22Oid%22%3a%229bd29c6c-181e-41f5-a1b6-bc30bbf652d3%22%7d"}
205
+ onlineMeetingProvider : teamsForBusiness
206
+ onlineMeetingUrl : null
207
+ organizer : {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
208
+ originalEndTimeZone : UTC
209
+ originalStartTimeZone : UTC
210
+ recurrence : null
211
+ reminderMinutesBeforeStart: 15
212
+ responseRequested : true
213
+ responseStatus : {"response":"organizer","time":"0001-01-01T00:00:00Z"}
214
+ sensitivity : normal
215
+ seriesMasterId : null
216
+ showAs : busy
217
+ start : {"dateTime":"2026-04-04T11:30:00.0000000","timeZone":"UTC"}
218
+ subject : New Product Regulations Touchpoint
219
+ transactionId : localevent:93639269-b1b2-d604-5170-283b0e470da5
220
+ type : singleInstance
221
+ uid : 040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF
222
+ webLink : https://outlook.office365.com/owa/?itemid=AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN%2F7V4K8g0q%2Badetip1DygcAxMBBaLl1lk%2BdAn8KkjfXKQAAAgENAAAAxMBBaLl1lk%2BdAn8KkjfXKQAGMVCCQQAAAA%3D%3D&exvsurl=1&path=/calendar/item
223
+ ```
224
+
225
+ </TabItem>
226
+ <TabItem value="CSV">
227
+
228
+ ```csv
229
+ id,createdDateTime,lastModifiedDateTime,changeKey,transactionId,originalStartTimeZone,originalEndTimeZone,iCalUId,uid,reminderMinutesBeforeStart,isReminderOn,hasAttachments,subject,bodyPreview,importance,sensitivity,isAllDay,isCancelled,isOrganizer,responseRequested,seriesMasterId,showAs,type,webLink,onlineMeetingUrl,isOnlineMeeting,onlineMeetingProvider,allowNewTimeProposals,occurrenceId,isDraft,hideAttendees,recurrence
230
+ AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q_adetip1DygcAxMBBaLl1lk_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk_dAn8KkjfXKQAGMVCCQQAAAA==,2026-04-04T11:03:22.881996Z,2026-04-04T11:05:26.2216557Z,xMBBaLl1lk+dAn8KkjfXKQAGLmp8jA==,localevent:93639269-b1b2-d604-5170-283b0e470da5,UTC,UTC,040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF,040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF,15,1,0,New Product Regulations Touchpoint,"New Product Regulations Strategy Online Touchpoint Meeting
231
+
232
+ You're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from this group, stop following it in your inbox.
233
+
234
+ ________",normal,normal,0,0,1,1,,busy,singleInstance,https://outlook.office365.com/owa/?itemid=AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN%2F7V4K8g0q%2Badetip1DygcAxMBBaLl1lk%2BdAn8KkjfXKQAAAgENAAAAxMBBaLl1lk%2BdAn8KkjfXKQAGMVCCQQAAAA%3D%3D&exvsurl=1&path=/calendar/item,,1,teamsForBusiness,1,,0,0,
235
+ ```
236
+
237
+ </TabItem>
238
+ <TabItem value="Markdown">
239
+
240
+ ```md
241
+ # outlook event get --debug "false" --verbose "false" --id "AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q_adetip1DygcAxMBBaLl1lk_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk_dAn8KkjfXKQAGMVCCQQAAAA==" --userId "9bd29c6c-181e-41f5-a1b6-bc30bbf652d3" --calendarName "Calendar"
242
+
243
+ Date: 4/4/2026
244
+
245
+ ## AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q_adetip1DygcAxMBBaLl1lk_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk_dAn8KkjfXKQAGMVCCQQAAAA==
246
+
247
+ Property | Value
248
+ ---------|-------
249
+ id | AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN-7V4K8g0q\_adetip1DygcAxMBBaLl1lk\_dAn8KkjfXKQAAAgENAAAAxMBBaLl1lk\_dAn8KkjfXKQAGMVCCQQAAAA==
250
+ createdDateTime | 2026-04-04T11:03:22.881996Z
251
+ lastModifiedDateTime | 2026-04-04T11:05:26.2216557Z
252
+ changeKey | xMBBaLl1lk+dAn8KkjfXKQAGLmp8jA==
253
+ transactionId | localevent:93639269-b1b2-d604-5170-283b0e470da5
254
+ originalStartTimeZone | UTC
255
+ originalEndTimeZone | UTC
256
+ iCalUId | 040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF
257
+ uid | 040000008200E00074C5B7101A82E0080000000051EE49A722C4DC0100000000000000001000000065853ABD35D4FE438112E0B9CF451ABF
258
+ reminderMinutesBeforeStart | 15
259
+ isReminderOn | true
260
+ hasAttachments | false
261
+ subject | New Product Regulations Touchpoint
262
+ <br>You're receiving this message because you're a member of the Engineering group. If you don't want to receive any messages or events from thi<br>\_\_\_\_\_\_\_\_ing it in your inbox.
263
+ importance | normal
264
+ sensitivity | normal
265
+ isAllDay | false
266
+ isCancelled | false
267
+ isOrganizer | true
268
+ responseRequested | true
269
+ showAs | busy
270
+ type | singleInstance
271
+ webLink | https://outlook.office365.com/owa/?itemid=AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MABGAAADMN%2F7V4K8g0q%2Badetip1DygcAxMBBaLl1lk%2BdAn8KkjfXKQAAAgENAAAAxMBBaLl1lk%2BdAn8KkjfXKQAGMVCCQQAAAA%3D%3D&exvsurl=1&path=/calendar/item
272
+ isOnlineMeeting | true
273
+ onlineMeetingProvider | teamsForBusiness
274
+ allowNewTimeProposals | true
275
+ isDraft | false
276
+ hideAttendees | false
277
+ ```
278
+
279
+ </TabItem>
280
+ </Tabs>
@@ -45,7 +45,7 @@ m365 spfx project upgrade [options]
45
45
 
46
46
  ## Remarks
47
47
 
48
- The `spfx project upgrade` command helps you upgrade your SharePoint Framework project to the specified version. If no version is specified, the command will upgrade to the latest version of the SharePoint Framework it supports (v1.23.0).
48
+ The `spfx project upgrade` command helps you upgrade your SharePoint Framework project to the specified version. If no version is specified, the command will upgrade to the latest version of the SharePoint Framework it supports (v1.23.2).
49
49
 
50
50
  This command doesn't change your project files. Instead, it gives you a report with all steps necessary to upgrade your project to the specified version of the SharePoint Framework. Changing project files is error-prone, especially when it comes to updating your solution's code. This is why at this moment, this command produces a report that you can use yourself to perform the necessary updates and verify that everything is working as expected.
51
51
 
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file checkout undo
4
6
 
@@ -28,6 +30,25 @@ m365 spo file checkout undo [options]
28
30
 
29
31
  <Global />
30
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |------------|----------------|
40
+ | SharePoint | AllSites.Write |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |------------|---------------------|
47
+ | SharePoint | Sites.ReadWrite.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
31
52
  ## Examples
32
53
 
33
54
  Discards a checked-out file with a specific ID.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file retentionlabel ensure
4
6
 
@@ -37,6 +39,25 @@ You can also use [spo listitem retentionlabel remove](./../../../cmd/spo/listite
37
39
 
38
40
  The `--assetId` option has to do with event-based retention. Event-based retention is about starting a retention period when a specific event occurs, instead of the moment a document was labeled or created.
39
41
 
42
+ ## Permissions
43
+
44
+ <Tabs>
45
+ <TabItem value="Delegated">
46
+
47
+ | Resource | Permissions |
48
+ |------------|----------------|
49
+ | SharePoint | AllSites.Write |
50
+
51
+ </TabItem>
52
+ <TabItem value="Application">
53
+
54
+ | Resource | Permissions |
55
+ |------------|---------------------|
56
+ | SharePoint | Sites.ReadWrite.All |
57
+
58
+ </TabItem>
59
+ </Tabs>
60
+
40
61
  ## Examples
41
62
 
42
63
  Applies a retention label to a file based on the label name and the fileUrl.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file retentionlabel remove
4
6
 
@@ -28,6 +30,25 @@ m365 spo file retentionlabel remove [options]
28
30
 
29
31
  <Global />
30
32
 
33
+ ## Permissions
34
+
35
+ <Tabs>
36
+ <TabItem value="Delegated">
37
+
38
+ | Resource | Permissions |
39
+ |------------|----------------|
40
+ | SharePoint | AllSites.Write |
41
+
42
+ </TabItem>
43
+ <TabItem value="Application">
44
+
45
+ | Resource | Permissions |
46
+ |------------|---------------------|
47
+ | SharePoint | Sites.ReadWrite.All |
48
+
49
+ </TabItem>
50
+ </Tabs>
51
+
31
52
  ## Examples
32
53
 
33
54
  Removes the retention label from a file in a given site based on the file id.
@@ -1,4 +1,6 @@
1
1
  import Global from '../../_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo file roleassignment add
4
6
 
@@ -46,6 +48,25 @@ m365 spo file roleassignment add [options]
46
48
 
47
49
  <Global />
48
50
 
51
+ ## Permissions
52
+
53
+ <Tabs>
54
+ <TabItem value="Delegated">
55
+
56
+ | Resource | Permissions |
57
+ |------------|----------------------|
58
+ | SharePoint | AllSites.FullControl |
59
+
60
+ </TabItem>
61
+ <TabItem value="Application">
62
+
63
+ | Resource | Permissions |
64
+ |------------|-----------------------|
65
+ | SharePoint | Sites.FullControl.All |
66
+
67
+ </TabItem>
68
+ </Tabs>
69
+
49
70
  ## Examples
50
71
 
51
72
  Adds a role assignment to a file with a specified id. It will use a principal id and a specific role definition id.