@pnp/cli-microsoft365 7.1.0-beta.aca68bd → 7.1.0-beta.d53f0d9

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 (237) hide show
  1. package/.devcontainer/Dockerfile +0 -1
  2. package/.eslintrc.cjs +1 -0
  3. package/Dockerfile +0 -1
  4. package/dist/Auth.js +1 -1
  5. package/dist/appInsights.js +5 -9
  6. package/dist/cli/Cli.js +6 -2
  7. package/dist/m365/spo/commands/app/app-deploy.js +1 -1
  8. package/dist/m365/spo/commands/app/app-get.js +1 -1
  9. package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
  10. package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
  11. package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
  12. package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
  13. package/dist/m365/spo/commands/page/Page.js +1 -1
  14. package/dist/m365/spo/commands/page/page-add.js +1 -1
  15. package/dist/m365/spo/commands/page/page-get.js +1 -1
  16. package/dist/m365/spo/commands/page/page-header-set.js +1 -1
  17. package/dist/m365/spo/commands/page/page-remove.js +1 -1
  18. package/dist/m365/spo/commands/page/page-set.js +2 -2
  19. package/dist/m365/spo/commands/page/page-text-add.js +1 -1
  20. package/dist/m365/spo/commands/user/user-get.js +7 -1
  21. package/dist/telemetry.js +30 -14
  22. package/dist/telemetryRunner.js +26 -0
  23. package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
  24. package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
  25. package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
  26. package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
  27. package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
  28. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
  29. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
  30. package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
  31. package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
  32. package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
  33. package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
  34. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
  35. package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
  36. package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
  37. package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
  38. package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
  39. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
  40. package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
  41. package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
  42. package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
  43. package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
  44. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
  45. package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
  46. package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
  47. package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
  48. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
  49. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
  50. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
  51. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
  52. package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
  53. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
  54. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
  55. package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
  56. package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
  57. package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
  58. package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
  59. package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
  60. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
  61. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
  62. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
  63. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
  64. package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
  65. package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
  66. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
  67. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
  68. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
  69. package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
  70. package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
  71. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
  72. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
  73. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
  74. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
  75. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
  76. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
  77. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
  78. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
  79. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
  80. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
  81. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
  82. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
  83. package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
  84. package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
  85. package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
  86. package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
  87. package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
  88. package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
  89. package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
  90. package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
  91. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
  92. package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
  93. package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
  94. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
  95. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
  96. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
  97. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
  98. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
  99. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
  100. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
  101. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
  102. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
  103. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
  104. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
  105. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
  106. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
  107. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
  108. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
  109. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
  110. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
  111. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
  112. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
  113. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
  114. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
  115. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
  116. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
  117. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
  118. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
  119. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
  120. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
  121. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
  122. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
  123. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
  124. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
  125. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
  126. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
  127. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
  128. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
  129. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
  130. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
  131. package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
  132. package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
  133. package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
  134. package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
  135. package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
  136. package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
  137. package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
  138. package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
  139. package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
  140. package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
  141. package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
  142. package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
  143. package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
  144. package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
  145. package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
  146. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
  147. package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
  148. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
  149. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
  150. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
  151. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
  152. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
  153. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
  154. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
  155. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
  156. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
  157. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
  158. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
  159. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
  160. package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
  161. package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
  162. package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
  163. package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
  164. package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
  165. package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
  166. package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
  167. package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
  168. package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
  169. package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
  170. package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
  171. package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
  172. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
  173. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
  174. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
  175. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
  176. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
  177. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
  178. package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
  179. package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
  180. package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
  181. package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
  182. package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
  183. package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
  184. package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
  185. package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
  186. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
  187. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
  188. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
  189. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  190. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
  191. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
  192. package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
  193. package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
  194. package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
  195. package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
  196. package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
  197. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
  198. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
  199. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
  200. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
  201. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
  202. package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
  203. package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
  204. package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
  205. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
  206. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
  207. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
  208. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
  209. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
  210. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
  211. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
  212. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
  213. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
  214. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
  215. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
  216. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
  217. package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
  218. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
  219. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
  220. package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
  221. package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
  222. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
  223. package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
  224. package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
  225. package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
  226. package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
  227. package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
  228. package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
  229. package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
  230. package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
  231. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
  232. package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
  233. package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
  234. package/eslint-rules/lib/index.js +2 -1
  235. package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
  236. package/npm-shrinkwrap.json +86 -82
  237. package/package.json +20 -19
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant applicationcustomizer add
4
4
 
5
- Add an application customizer as a tenant wide extension
5
+ Add an application customizer as a tenant-wide extension
6
6
 
7
7
  ## Usage
8
8
 
@@ -50,6 +50,8 @@ To use this command, you need to be a SharePoint Admin.
50
50
 
51
51
  :::
52
52
 
53
+ This command can be used for configuring a tenant-wide application customizer. To configure an application customizer on a specific site, view our dedicated [spo applicationcustomizer add](../applicationcustomizer/applicationcustomizer-add.mdx) command.
54
+
53
55
  ## Examples
54
56
 
55
57
  Adds an application customizer that's deployed tenant wide
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
4
4
 
5
5
  # spo tenant applicationcustomizer get
6
6
 
7
- Get an application customizer that is installed tenant wide
7
+ Get an application customizer that is installed tenant-wide
8
8
 
9
9
  ## Usage
10
10
 
@@ -47,6 +47,10 @@ Retrieves an application customizer by clientSideComponentId.
47
47
  m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-4eab-96f0-df477ed7c0bc
48
48
  ```
49
49
 
50
+ ## Remarks
51
+
52
+ This command can be used for retrieving an application customizer that's installed tenant-wide. To retrieve an application customizer from a specific site, view our dedicated [spo applicationcustomizer get](../applicationcustomizer/applicationcustomizer-get.mdx) command.
53
+
50
54
  ## Response
51
55
 
52
56
  <Tabs>
@@ -142,7 +146,6 @@ m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-
142
146
  GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
143
147
  ComplianceAssetId | null
144
148
  TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
145
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
146
149
  TenantWideExtensionWebTemplate | null
147
150
  TenantWideExtensionListTemplate | 0
148
151
  TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
@@ -153,4 +156,3 @@ m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-
153
156
 
154
157
  </TabItem>
155
158
  </Tabs>
156
-
@@ -16,6 +16,10 @@ m365 spo tenant applicationcustomizer list [options]
16
16
 
17
17
  <Global />
18
18
 
19
+ ## Remarks
20
+
21
+ This command can be used for retrieving a list of tenant-wide installed application customizers. To retrieve a list of application customizers from a specific site, view our dedicated [spo applicationcustomizer list](../applicationcustomizer/applicationcustomizer-list.mdx) command.
22
+
19
23
  ## Examples
20
24
 
21
25
  Retrieves a list of application customizers.
@@ -101,7 +105,6 @@ m365 spo tenant applicationcustomizer list
101
105
  Attachments | false
102
106
  GUID | 23951a41-f613-440e-8119-8f1e87df1d1a
103
107
  TenantWideExtensionComponentId | d54e75e7-af4d-455f-9101-a5d906692ecd
104
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
105
108
  TenantWideExtensionListTemplate | 0
106
109
  TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
107
110
  TenantWideExtensionSequence | 0
@@ -110,4 +113,3 @@ m365 spo tenant applicationcustomizer list
110
113
 
111
114
  </TabItem>
112
115
  </Tabs>
113
-
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant applicationcustomizer remove
4
4
 
5
- Removes an application customizer that is installed tenant wide
5
+ Removes an application customizer that is installed tenant-wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -28,6 +28,10 @@ m365 spo tenant applicationcustomizer remove [options]
28
28
 
29
29
  <Global />
30
30
 
31
+ ## Remarks
32
+
33
+ This command can be used for removing an application customizer that's installed tenant-wide. To remove an application customizer from a specific site, view our dedicated [spo applicationcustomizer remove](../applicationcustomizer/applicationcustomizer-remove.mdx) command.
34
+
31
35
  ## Examples
32
36
 
33
37
  Removes an application customizer by title.
@@ -53,6 +53,8 @@ When using the `--clientSideComponentProperties` option it's possible to enter a
53
53
 
54
54
  :::
55
55
 
56
+ This command can be used for updating an application customizer that's installed tenant-wide. To update an application customizer from a specific site, view our dedicated [spo applicationcustomizer set](../applicationcustomizer/applicationcustomizer-set.mdx) command.
57
+
56
58
  ## Examples
57
59
 
58
60
  Updates the title of an Application Customizer that is deployed as a tenant-wide extension by its id
@@ -58,6 +58,8 @@ To use this command, you need to be a SharePoint Admin.
58
58
 
59
59
  :::
60
60
 
61
+ This command can be used for configuring a tenant-wide ListView Command Set. To configure a ListView Command Set on a specific site, view our dedicated [spo commandset add](../commandset/commandset-add.mdx) command.
62
+
61
63
  ## Examples
62
64
 
63
65
  Adds a ListView Command Set that's deployed tenant wide to CommandBars of Lists.
@@ -170,7 +172,6 @@ m365 spo tenant commandset add --title "Some customizer" --clientSideComponentI
170
172
  GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
171
173
  ComplianceAssetId | null
172
174
  TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
173
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
174
175
  TenantWideExtensionWebTemplate | null
175
176
  TenantWideExtensionListTemplate | 101
176
177
  TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.ContextMenu
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
4
4
 
5
5
  # spo tenant commandset get
6
6
 
7
- Get a ListView Command Set that is installed tenant wide
7
+ Get a ListView Command Set that is installed tenant-wide
8
8
 
9
9
  ## Usage
10
10
 
@@ -27,6 +27,10 @@ m365 spo tenant commandset get [options]
27
27
 
28
28
  <Global />
29
29
 
30
+ ## Remarks
31
+
32
+ This command can be used for retrieving a ListView Command Set that's installed tenant-wide. To retrieve a ListView Command Set from a specific site, view our dedicated [spo commandset get](../commandset/commandset-get.mdx) command.
33
+
30
34
  ## Examples
31
35
 
32
36
  Retrieves a ListView Command Set by title.
@@ -142,7 +146,6 @@ m365 spo tenant commandset get --clientSideComponentId 7096cded-b83d-4eab-96f0-d
142
146
  GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
143
147
  ComplianceAssetId | null
144
148
  TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
145
- TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
146
149
  TenantWideExtensionWebTemplate | null
147
150
  TenantWideExtensionListTemplate | 101
148
151
  TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.ContextMenu
@@ -16,6 +16,10 @@ m365 spo tenant commandset list [options]
16
16
 
17
17
  <Global />
18
18
 
19
+ ## Remarks
20
+
21
+ This command can be used for retrieving a list of ListView Command Sets that are installed tenant-wide. To retrieve a list of ListView Command Sets added to a specific site, view our dedicated [spo commandset list](../commandset/commandset-list.mdx) command.
22
+
19
23
  ## Examples
20
24
 
21
25
  Retrieves a list of ListView Command Sets.
@@ -101,7 +105,6 @@ m365 spo tenant commandset list
101
105
  Attachments | false
102
106
  GUID | 6c47dd94-f5d5-4ea8-8b39-920385a56c37
103
107
  TenantWideExtensionComponentId | f61d4ae8-3480-4541-930b-d641233c4fea
104
- TenantWideExtensionComponentProperties | {"sampleTextOne":"One item is selected in the list.", "sampleTextTwo":"This command is always visible."}
105
108
  TenantWideExtensionListTemplate | 100
106
109
  TenantWideExtensionLocation | ClientSideExtension.ListViewCommandSet.CommandBar
107
110
  TenantWideExtensionSequence | 0
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant commandset remove
4
4
 
5
- Removes a ListView Command Set that is installed tenant wide
5
+ Removes a ListView Command Set that is installed tenant-wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -28,6 +28,10 @@ m365 spo tenant commandset remove [options]
28
28
 
29
29
  <Global />
30
30
 
31
+ ## Remarks
32
+
33
+ This command can be used for removing a ListView Command Set that's installed tenant-wide. To remove a ListView Command Set from a specific site, view our dedicated [spo commandset remove](../commandset/commandset-remove.mdx) command.
34
+
31
35
  ## Examples
32
36
 
33
37
  Removes an ListView Command Set by title.
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant commandset set
4
4
 
5
- Updates a ListView Command Set that is installed tenant wide
5
+ Updates a ListView Command Set that is installed tenant-wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -51,6 +51,8 @@ When using the `--clientSideComponentProperties` option it's possible to enter a
51
51
 
52
52
  :::
53
53
 
54
+ This command can be used for updating a ListView Command Set that's installed tenant-wide. To update a ListView Command Set on a specific site, view our dedicated [spo commandset set](../commandset/commandset-set.mdx) command.
55
+
54
56
  ## Examples
55
57
 
56
58
  Updates the title of a ListView Command Set that's deployed tenant wide by its id.
@@ -50,6 +50,12 @@ Get user by login name for a web
50
50
  m365 spo user get --webUrl https://contoso.sharepoint.com/sites/project-x --loginName "i:0#.f|membership|john.doe@mytenant.onmicrosoft.com"
51
51
  ```
52
52
 
53
+ Get the currently logged-in user
54
+
55
+ ```sh
56
+ m365 spo user get --webUrl https://contoso.sharepoint.com/sites/project-x
57
+ ```
58
+
53
59
  ## Response
54
60
 
55
61
  <Tabs>
@@ -35,19 +35,19 @@ m365 teams channel member list [options]
35
35
 
36
36
  ## Examples
37
37
 
38
- List the members of a specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000 and channel id 19:00000000000000000000000000000000@thread.skype
38
+ List the members of a specified Microsoft Teams team with the specified id and channel with the specified id.
39
39
 
40
40
  ```sh
41
41
  m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype
42
42
  ```
43
43
 
44
- List the members of a specified Microsoft Teams team with name _Team Name_ and channel with name _Channel Name_
44
+ List the members of a specified Microsoft Teams team with the specified name and channel with the specified name.
45
45
 
46
46
  ```sh
47
47
  m365 teams channel member list --teamName "Team Name" --channelName "Channel Name"
48
48
  ```
49
49
 
50
- List all owners of the specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000 and channel id 19:00000000000000000000000000000000@thread.skype
50
+ List all owners of the specified Microsoft Teams team with the specified id and channel the specified id.
51
51
 
52
52
  ```sh
53
53
  m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --role owner
@@ -106,7 +106,6 @@ m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --c
106
106
  Property | Value
107
107
  ---------|-------
108
108
  id | MCMjMiMjMGNhYzZjZGEtMmUwNC00YTNkLTljMTYtOWM5MTQ3MGQ3MDIyIyMxOTpCM25DbkxLd3dDb0dERUFEeVVnUTVrSjVQa2VrdWp5am13eHA3dWhRZUFFMUB0aHJlYWQudGFjdjIjIzc4Y2NmNTMwLWJiZjAtNDdlNC1hYWU2LWRhNWY4YzZmYjE0Mg==
109
- roles | ["Owner"]
110
109
  displayName | John Doe
111
110
  visibleHistoryStartDateTime | 0001-01-01T00:00:00Z
112
111
  userId | 78ccf530-bbf0-47e4-aae6-da5f8c6fb142
@@ -116,4 +115,3 @@ m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --c
116
115
 
117
116
  </TabItem>
118
117
  </Tabs>
119
-
@@ -108,7 +108,6 @@ m365 teams channel member set --teamName "Team Name" --channelName "Channel Name
108
108
  Property | Value
109
109
  ---------|-------
110
110
  id | MCMjMiMjMGNhYzZjZGEtMmUwNC00YTNkLTljMTYtOWM5MTQ3MGQ3MDIyIyMxOTpjOTg1MzBhZjFiMWQ0ZGQyOTMwOGRkYWQ2Zjc2YjdhMUB0aHJlYWQudGFjdjIjIzI0MWFkYmY2LTJhNTYtNGM3Mi04MWYyLTY5ZTc1ZGU2YWMzNA==
111
- roles | ["owner"]
112
111
  displayName | John Doe
113
112
  visibleHistoryStartDateTime | 0001-01-01T00:00:00Z
114
113
  userId | 00000000-0000-0000-0000-000000000000
@@ -118,4 +117,3 @@ m365 teams channel member set --teamName "Team Name" --channelName "Channel Name
118
117
 
119
118
  </TabItem>
120
119
  </Tabs>
121
-
@@ -34,7 +34,7 @@ When using the `participants` option, the signed-in user will automatically be i
34
34
 
35
35
  ## Examples
36
36
 
37
- Get a Microsoft Teams chat conversation by id
37
+ Get a Microsoft Teams chat conversation by id.
38
38
 
39
39
  ```sh
40
40
  m365 teams chat get --id 19:2da4c29f6d7041eca70b638b43d45437@thread.v2
@@ -52,7 +52,7 @@ Get a Microsoft Teams group chat conversation, finding it by participants.
52
52
  m365 teams chat get --participants alexw@contoso.com,meganb@contoso.com
53
53
  ```
54
54
 
55
- Get a Microsoft Teams chat conversation, finding it by display name
55
+ Get a Microsoft Teams chat conversation, finding it by display name.
56
56
 
57
57
  ```sh
58
58
  m365 teams chat get --name "Just a conversation"
@@ -123,9 +123,7 @@ m365 teams chat get --name "Just a conversation"
123
123
  webUrl | https://teams.microsoft.com/l/chat/19%3A2da4c29f6d7041eca70b638b43d45437%40thread.v2/0?tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b
124
124
  tenantId | 446355e4-e7e3-43d5-82f8-d7ad8272d55b
125
125
  onlineMeetingInfo | null
126
- viewpoint | {"isHidden":false,"lastMessageReadDateTime":"2022-11-05T13:06:30.582Z"}
127
126
  ```
128
127
 
129
128
  </TabItem>
130
129
  </Tabs>
131
-
@@ -41,7 +41,7 @@ List only the one on one Microsoft Teams chat conversations of a specific user r
41
41
  m365 teams chat list --userId e6296ed0-4b7d-4ace-aed4-f6b7371ce060 --type oneOnOne
42
42
  ```
43
43
 
44
- List only the group Microsoft Teams chat conversations of a specific user retrieved by mail
44
+ List only the group Microsoft Teams chat conversations of a specific user retrieved by mail.
45
45
 
46
46
  ```sh
47
47
  m365 teams chat list --userName 'john@contoso.com' --type group
@@ -108,9 +108,7 @@ m365 teams chat list --userName 'john@contoso.com' --type group
108
108
  webUrl | https://teams.microsoft.com/l/chat/19%3Ab4874b8c8472461d9ac7b033ca782b33%40thread.v2/0?tenantId=de348bc7-1aeb-4406-8cb3-97db021cadb4
109
109
  tenantId | de348bc7-1aeb-4406-8cb3-97db021cadb4
110
110
  onlineMeetingInfo | null
111
- viewpoint | {"isHidden":false,"lastMessageReadDateTime":"2023-05-07T18:15:20.309Z"}
112
111
  ```
113
112
 
114
113
  </TabItem>
115
114
  </Tabs>
116
-
@@ -16,14 +16,14 @@ m365 teams chat member list [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-i, --chatId <chatId>`
19
- : The ID of the chat conversation
19
+ : The ID of the chat conversation.
20
20
  ```
21
21
 
22
22
  <Global />
23
23
 
24
24
  ## Examples
25
25
 
26
- List the members from a Microsoft Teams chat conversation
26
+ List the members from a Microsoft Teams chat conversation.
27
27
 
28
28
  ```sh
29
29
  m365 teams chat member list --chatId 19:8b081ef6-4792-4def-b2c9-c363a1bf41d5_5031bb31-22c0-4f6f-9f73-91d34ab2b32d@unq.gbl.spaces
@@ -80,7 +80,6 @@ m365 teams chat member list --chatId 19:8b081ef6-4792-4def-b2c9-c363a1bf41d5_503
80
80
  Property | Value
81
81
  ---------|-------
82
82
  id | MCMjMCMjMGNhYzZjZGEtMmUwNC00YTNkLTljMTYtOWM5MTQ3MGQ3MDIyIyMxOToyNDFhZGJmNi0yYTU2LTRjNzItODFmMi02OWU3NWRlNmFjMzRfNzhjY2Y1MzAtYmJmMC00N2U0LWFhZTYtZGE1ZjhjNmZiMTQyQHVucS5nYmwuc3BhY2VzIyM3OGNjZjUzMC1iYmYwLTQ3ZTQtYWFlNi1kYTVmOGM2ZmIxNDI=
83
- roles | ["owner"]
84
83
  displayName | John Doe
85
84
  visibleHistoryStartDateTime | 0001-01-01T00:00:00Z
86
85
  userId | 78ccf530-bbf0-47e4-aae6-da5f8c6fb142
@@ -90,4 +89,3 @@ m365 teams chat member list --chatId 19:8b081ef6-4792-4def-b2c9-c363a1bf41d5_503
90
89
 
91
90
  </TabItem>
92
91
  </Tabs>
93
-
@@ -150,14 +150,7 @@ m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId
150
150
  webUrl | https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1540747442203
151
151
  policyViolation | null
152
152
  eventDetail | null
153
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
154
- body | {"contentType":"text","content":"second message!"}
155
- channelIdentity | {"teamId":"5f5d7b71-1161-44d8-bcc1-3da710eb4171","channelId":"19:e2916df2b11046beba42d22da898383f@thread.tacv2"}
156
- attachments | []
157
- mentions | []
158
- reactions | []
159
153
  ```
160
154
 
161
155
  </TabItem>
162
156
  </Tabs>
163
-
@@ -139,14 +139,8 @@ m365 teams message list --teamId fce9e580-8bba-4638-ab5c-ab40016651e3 --channelI
139
139
  policyViolation | null
140
140
  eventDetail | null
141
141
  id | 1672743172475
142
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
143
142
  body | First message!
144
- channelIdentity | {"teamId":"fce9e580-8bba-4638-ab5c-ab40016651e3","channelId":"19:e2916df2b11046beba42d22da898383f@thread.tacv2"}
145
- attachments | []
146
- mentions | []
147
- reactions | []
148
143
  ```
149
144
 
150
145
  </TabItem>
151
146
  </Tabs>
152
-
@@ -133,14 +133,8 @@ m365 teams message reply list --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --ch
133
133
  webUrl | https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1666799520731
134
134
  policyViolation | null
135
135
  eventDetail | null
136
- from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
137
136
  body | First reply
138
- channelIdentity | {"teamId":"5f5d7b71-1161-44d8-bcc1-3da710eb4171","channelId":"19:88f7e66a8dfe42be92db19505ae912a8@thread.skype"}
139
- attachments | []
140
- mentions | []
141
- reactions | []
142
137
  ```
143
138
 
144
139
  </TabItem>
145
140
  </Tabs>
146
-
@@ -16,28 +16,28 @@ m365 teams tab add [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-i, --teamId <teamId>`
19
- : The ID of the team to where the channel exists
19
+ : The ID of the team to where the channel exists.
20
20
 
21
21
  `-c, --channelId <channelId>`
22
- : The ID of the channel to add a tab to
22
+ : The ID of the channel to add a tab to.
23
23
 
24
24
  `--appId <appId>`
25
- : The ID of the Teams app that contains the Tab
25
+ : The ID of the Teams app that contains the Tab.
26
26
 
27
27
  `--appName <appName>`
28
- : The name of the Teams app that contains the Tab
28
+ : The name of the Teams app that contains the Tab.
29
29
 
30
30
  `--contentUrl <contentUrl>`
31
- : The URL used for rendering Tab contents
31
+ : The URL used for rendering Tab contents.
32
32
 
33
33
  `--entityId [entityId]`
34
- : A unique identifier for the Tab
34
+ : A unique identifier for the Tab.
35
35
 
36
36
  `--removeUrl [removeUrl]`
37
- : The URL displayed when a Tab is removed
37
+ : The URL displayed when a Tab is removed.
38
38
 
39
39
  `--websiteUrl [websiteUrl]`
40
- : The URL for showing tab contents outside of Teams
40
+ : The URL for showing tab contents outside of Teams.
41
41
  ```
42
42
 
43
43
  <Global />
@@ -48,13 +48,13 @@ The corresponding app must already be installed in the team.
48
48
 
49
49
  ## Examples
50
50
 
51
- Add teams tab for website
51
+ Add teams tab for website.
52
52
 
53
53
  ```sh
54
54
  m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --appId 06805b9e-77e3-4b93-ac81-525eb87513b8 --appName 'My Contoso Tab' --contentUrl 'https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView'
55
55
  ```
56
56
 
57
- Add teams tab for website with additional configuration which is unknown
57
+ Add teams tab for website with additional configuration which is unknown.
58
58
 
59
59
  ```sh
60
60
  m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --appId 06805b9e-77e3-4b93-ac81-525eb87513b8 --appName 'My Contoso Tab' --contentUrl 'https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView' --test1 'value for test1'
@@ -112,9 +112,7 @@ m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:
112
112
  id | 37d2294f-6dc0-4232-8718-d388f25ee696
113
113
  displayName | My Contoso Tab
114
114
  webUrl | https://teams.microsoft.com/l/channel/19%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2/tab%3a%3a37d2294f-6dc0-4232-8718-d388f25ee696?label=%My%20Contoso%20Tab%27&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
115
- configuration | {"entityId":null,"contentUrl":"https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView","removeUrl":null,"websiteUrl":null}
116
115
  ```
117
116
 
118
117
  </TabItem>
119
118
  </Tabs>
120
-
@@ -16,22 +16,22 @@ m365 teams tab get [options]
16
16
 
17
17
  ```md definition-list
18
18
  `--teamId [teamId]`
19
- : The ID of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both
19
+ : The ID of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both.
20
20
 
21
21
  `--teamName [teamName]`
22
- : The display name of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both
22
+ : The display name of the Microsoft Teams team where the tab is located. Specify either teamId or teamName but not both.
23
23
 
24
24
  `--channelId [channelId]`
25
- : The ID of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both
25
+ : The ID of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both.
26
26
 
27
27
  `--channelName [channelName]`
28
- : The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both
28
+ : The display name of the Microsoft Teams channel where the tab is located. Specify either channelId or channelName but not both.
29
29
 
30
30
  `-i, --id [id]`
31
- : The ID of the Microsoft Teams tab. Specify either `id` or `name` but not both
31
+ : The ID of the Microsoft Teams tab. Specify either `id` or `name` but not both.
32
32
 
33
33
  `-n, --name [name]`
34
- : The display name of the Microsoft Teams tab. Specify either `id` or `name` but not both
34
+ : The display name of the Microsoft Teams tab. Specify either `id` or `name` but not both.
35
35
  ```
36
36
 
37
37
  <Global />
@@ -42,13 +42,13 @@ You can only retrieve tabs for teams of which you are a member.
42
42
 
43
43
  ## Examples
44
44
 
45
- Get a Microsoft Teams Tab with ID _1432c9da-8b9c-4602-9248-e0800f3e3f07_
45
+ Get a Microsoft Teams Tab with the specified ID.
46
46
 
47
47
  ```sh
48
48
  m365 teams tab get --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --id 1432c9da-8b9c-4602-9248-e0800f3e3f07
49
49
  ```
50
50
 
51
- Get a Microsoft Teams Tab with name _Tab Name_
51
+ Get a Microsoft Teams Tab with the specified name.
52
52
 
53
53
  ```sh
54
54
  m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "Tab Name"
@@ -107,9 +107,7 @@ m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "T
107
107
  id | 34991fbf-59f4-48d9-b094-b9d64d550e23
108
108
  displayName | Tab Name
109
109
  webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
110
- configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
111
110
  ```
112
111
 
113
112
  </TabItem>
114
113
  </Tabs>
115
-
@@ -16,10 +16,10 @@ m365 teams tab list [options]
16
16
 
17
17
  ```md definition-list
18
18
  `-i, --teamId <teamId>`
19
- : The ID of the Microsoft Teams team where the channel is located
19
+ : The ID of the Microsoft Teams team where the channel is located.
20
20
 
21
21
  `-c, --channelId <channelId>`
22
- : The ID of the channel for which to list tabs
22
+ : The ID of the channel for which to list tabs.
23
23
  ```
24
24
 
25
25
  <Global />
@@ -32,13 +32,13 @@ Tabs _Conversations_ and _Files_ are present in every team and therefore not inc
32
32
 
33
33
  ## Examples
34
34
 
35
- List all tabs in a Microsoft Teams channel
35
+ List all tabs in a Microsoft Teams channel.
36
36
 
37
37
  ```sh
38
38
  m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype
39
39
  ```
40
40
 
41
- Include all the values from the tab configuration and associated teams app
41
+ Include all the values from the tab configuration and associated teams app.
42
42
 
43
43
  ```sh
44
44
  m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --output json
@@ -105,11 +105,8 @@ m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19
105
105
  id | 34991fbf-59f4-48d9-b094-b9d64d550e23
106
106
  displayName | My Contoso Tab
107
107
  webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
108
- configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
109
- teamsApp | {"id":"1542629c-01b3-4a6d-8f76-1938b779e48d","externalId":null,"displayName":"My Contoso Tab","distributionMethod":"store"}
110
108
  teamsAppTabId | 1542629c-01b3-4a6d-8f76-1938b779e48d
111
109
  ```
112
110
 
113
111
  </TabItem>
114
112
  </Tabs>
115
-
@@ -125,7 +125,6 @@ m365 teams team add --name "Architecture" --description "Architecture Discussion
125
125
  attemptsCount | 1
126
126
  targetResourceId | a40210cd-0060-4b91-aaa1-a44e0853d979
127
127
  targetResourceLocation | /teams('a40210cd-0060-4b91-aaa1-a44e0853d979')
128
- Value | {"apps":[],"channels":[],"WorkflowId":"westeurope.0837160b-803e-4279-9f2c-a5cc46ffc748"}
129
128
  error | null
130
129
  ```
131
130
 
@@ -251,11 +250,9 @@ When we make use of the option `wait` the response will differ.
251
250
  deletedDateTime | null
252
251
  classification | null
253
252
  createdDateTime | 2022-11-04T12:46:47Z
254
- creationOptions | ["Team","ExchangeProvisioningFlags:3552"]
255
253
  description | Architecture Discussion
256
254
  displayName | Architecture
257
255
  expirationDateTime | null
258
- groupTypes | ["Unified"]
259
256
  isAssignableToRole | null
260
257
  mail | Architecture@contoso.onmicrosoft.com
261
258
  mailEnabled | true
@@ -270,15 +267,11 @@ When we make use of the option `wait` the response will differ.
270
267
  onPremisesSyncEnabled | null
271
268
  preferredDataLocation | null
272
269
  preferredLanguage | null
273
- proxyAddresses | ["SMTP:Architecture@contoso.onmicrosoft.com"]
274
270
  renewedDateTime | 2022-11-04T12:46:47Z
275
- resourceBehaviorOptions | ["HideGroupInOutlook","SubscribeMembersToCalendarEventsDisabled","WelcomeEmailDisabled"]
276
- resourceProvisioningOptions | ["Team"]
277
271
  securityEnabled | false
278
272
  securityIdentifier | S-1-12-1-3583116701-1220939791-2394329482-3974889708
279
273
  theme | null
280
274
  visibility | Public
281
- onPremisesProvisioningErrors | []
282
275
  ```
283
276
 
284
277
  </TabItem>
@@ -142,14 +142,8 @@ m365 teams team get --name "Team Name"
142
142
  webUrl | https://teams.microsoft.com/l/team/19%3a2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41%40thread.tacv2/conversations?groupId=2eaf7dcd-7e83-4c3a-94f7-932a1299c844&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
143
143
  isArchived | false
144
144
  isMembershipLimitedToOwners | false
145
- discoverySettings | {"showInTeamsSearchAndSuggestions":true}
146
- memberSettings | {"allowCreateUpdateChannels":true,"allowCreatePrivateChannels":true,"allowDeleteChannels":true,"allowAddRemoveApps":true,"allowCreateUpdateRemoveTabs":true,"allowCreateUpdateRemoveConnectors":true}
147
- guestSettings | {"allowCreateUpdateChannels":false,"allowDeleteChannels":false}
148
- messagingSettings | {"allowUserEditMessages":true,"allowUserDeleteMessages":true,"allowOwnerDeleteMessages":true,"allowTeamMentions":true,"allowChannelMentions":true}
149
- funSettings | {"allowGiphy":true,"giphyContentRating":"strict","allowStickersAndMemes":true,"allowCustomMemes":true}
150
145
  summary | null
151
146
  ```
152
147
 
153
148
  </TabItem>
154
149
  </Tabs>
155
-
@@ -16,7 +16,7 @@ m365 tenant security alerts list [options]
16
16
 
17
17
  ```md definition-list
18
18
  `--vendor [vendor]`
19
- : The vendor to return alerts for. Possible values `Azure Advanced Threat Protection`, `Azure Security Center`, `Microsoft Cloud App Security`, `Azure Active Directory Identity Protection`, `Azure Sentinel`, `Microsoft Defender ATP`. If omitted, all alerts are returned
19
+ : The vendor to return alerts for. Allowed values: `Azure Advanced Threat Protection`, `Azure Security Center`, `Microsoft Cloud App Security`, `Azure Active Directory Identity Protection`, `Azure Sentinel`, `Microsoft Defender ATP`. If omitted, all alerts are returned.
20
20
  ```
21
21
 
22
22
  <Global />