@pnp/cli-microsoft365 7.0.0-beta.90ef876 → 7.0.0-beta.934602e

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 (184) hide show
  1. package/dist/Command.js +1 -1
  2. package/dist/cli/Cli.js +23 -8
  3. package/dist/m365/aad/commands/user/user-get.js +7 -1
  4. package/dist/m365/aad/commands/user/user-list.js +3 -6
  5. package/dist/m365/aad/commands/user/user-set.js +20 -20
  6. package/dist/m365/booking/commands/business/business-get.js +14 -15
  7. package/dist/m365/cli/commands/config/config-set.js +1 -1
  8. package/dist/m365/pa/commands/app/app-consent-set.js +2 -2
  9. package/dist/m365/pa/commands/app/app-export.js +3 -3
  10. package/dist/m365/pa/commands/app/app-list.js +5 -5
  11. package/dist/m365/pa/commands/app/app-owner-set.js +115 -0
  12. package/dist/m365/pa/commands/app/app-permission-list.js +104 -0
  13. package/dist/m365/pa/commands.js +2 -0
  14. package/dist/m365/planner/commands/bucket/bucket-add.js +14 -10
  15. package/dist/m365/planner/commands/bucket/bucket-get.js +25 -19
  16. package/dist/m365/planner/commands/bucket/bucket-list.js +14 -10
  17. package/dist/m365/planner/commands/bucket/bucket-remove.js +26 -20
  18. package/dist/m365/planner/commands/bucket/bucket-set.js +26 -28
  19. package/dist/m365/planner/commands/roster/roster-member-add.js +3 -14
  20. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-get.js +2 -2
  21. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-list.js +2 -2
  22. package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +3 -3
  23. package/dist/m365/pp/commands/card/card-clone.js +3 -3
  24. package/dist/m365/pp/commands/card/card-get.js +2 -2
  25. package/dist/m365/pp/commands/card/card-list.js +2 -2
  26. package/dist/m365/pp/commands/card/card-remove.js +3 -3
  27. package/dist/m365/pp/commands/chatbot/chatbot-get.js +2 -2
  28. package/dist/m365/pp/commands/chatbot/chatbot-list.js +3 -3
  29. package/dist/m365/pp/commands/chatbot/chatbot-remove.js +3 -3
  30. package/dist/m365/pp/commands/dataverse/dataverse-table-get.js +2 -2
  31. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +2 -2
  32. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +2 -2
  33. package/dist/m365/pp/commands/dataverse/dataverse-table-row-list.js +2 -2
  34. package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +2 -2
  35. package/dist/m365/pp/commands/solution/solution-get.js +2 -2
  36. package/dist/m365/pp/commands/solution/solution-list.js +2 -2
  37. package/dist/m365/pp/commands/solution/solution-publish.js +3 -3
  38. package/dist/m365/pp/commands/solution/solution-publisher-add.js +2 -2
  39. package/dist/m365/pp/commands/solution/solution-publisher-get.js +2 -2
  40. package/dist/m365/pp/commands/solution/solution-publisher-list.js +2 -2
  41. package/dist/m365/pp/commands/solution/solution-publisher-remove.js +3 -3
  42. package/dist/m365/pp/commands/solution/solution-remove.js +3 -3
  43. package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +19 -17
  44. package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +19 -17
  45. package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +35 -34
  46. package/dist/m365/spfx/commands/project/project-externalize/rules/DynamicRule.js +59 -51
  47. package/dist/m365/spo/commands/file/file-list.js +3 -14
  48. package/dist/m365/spo/commands/folder/folder-remove.js +30 -28
  49. package/dist/m365/spo/commands/list/list-add.js +0 -9
  50. package/dist/m365/spo/commands/list/list-retentionlabel-ensure.js +0 -4
  51. package/dist/m365/spo/commands/list/list-retentionlabel-get.js +0 -4
  52. package/dist/m365/spo/commands/list/list-roleassignment-add.js +9 -47
  53. package/dist/m365/spo/commands/list/list-set.js +0 -9
  54. package/dist/m365/spo/commands/listitem/listitem-attachment-list.js +4 -4
  55. package/dist/m365/spo/commands/page/page-remove.js +33 -31
  56. package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +25 -23
  57. package/dist/m365/spo/commands/site/site-apppermission-add.js +3 -3
  58. package/dist/m365/spo/commands/site/site-commsite-enable.js +9 -18
  59. package/dist/m365/spo/commands/site/site-set.js +10 -2
  60. package/dist/m365/spo/commands/tenant/tenant-appcatalog-add.js +13 -16
  61. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +80 -2
  62. package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +107 -24
  63. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +48 -48
  64. package/dist/m365/spo/commands/theme/theme-get.js +1 -2
  65. package/dist/m365/spo/commands/user/user-get.js +5 -5
  66. package/dist/m365/spo/commands.js +0 -2
  67. package/dist/m365/teams/commands/chat/chat-get.js +4 -4
  68. package/dist/m365/teams/commands/chat/chat-member-add.js +117 -0
  69. package/dist/m365/teams/commands/chat/chat-message-send.js +4 -4
  70. package/dist/m365/teams/commands/meeting/meeting-get.js +16 -24
  71. package/dist/m365/teams/commands/meeting/meeting-list.js +2 -15
  72. package/dist/m365/teams/commands/team/team-app-list.js +1 -1
  73. package/dist/m365/teams/commands.js +1 -0
  74. package/dist/utils/spo.js +74 -0
  75. package/docs/docs/_clisettings.mdx +1 -1
  76. package/docs/docs/cmd/_global.mdx +1 -1
  77. package/docs/docs/cmd/aad/user/user-get.mdx +118 -25
  78. package/docs/docs/cmd/aad/user/user-list.mdx +0 -9
  79. package/docs/docs/cmd/aad/user/user-set.mdx +11 -11
  80. package/docs/docs/cmd/pa/app/app-consent-set.mdx +3 -3
  81. package/docs/docs/cmd/pa/app/app-export.mdx +3 -3
  82. package/docs/docs/cmd/pa/app/app-list.mdx +2 -2
  83. package/docs/docs/cmd/pa/app/app-owner-set.mdx +60 -0
  84. package/docs/docs/cmd/pa/app/app-permission-list.mdx +132 -0
  85. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +21 -4
  86. package/docs/docs/cmd/planner/bucket/bucket-get.mdx +22 -5
  87. package/docs/docs/cmd/planner/bucket/bucket-list.mdx +21 -4
  88. package/docs/docs/cmd/planner/bucket/bucket-remove.mdx +21 -4
  89. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +22 -5
  90. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +4 -4
  91. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -4
  92. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-remove.mdx +4 -4
  93. package/docs/docs/cmd/pp/card/card-clone.mdx +6 -6
  94. package/docs/docs/cmd/pp/card/card-get.mdx +6 -6
  95. package/docs/docs/cmd/pp/card/card-list.mdx +4 -4
  96. package/docs/docs/cmd/pp/card/card-remove.mdx +9 -9
  97. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +6 -6
  98. package/docs/docs/cmd/pp/chatbot/chatbot-list.mdx +4 -4
  99. package/docs/docs/cmd/pp/chatbot/chatbot-remove.mdx +4 -4
  100. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +2 -2
  101. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +2 -2
  102. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +1 -1
  103. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-list.mdx +5 -5
  104. package/docs/docs/cmd/pp/dataverse/dataverse-table-row-remove.mdx +5 -5
  105. package/docs/docs/cmd/pp/solution/solution-get.mdx +6 -6
  106. package/docs/docs/cmd/pp/solution/solution-list.mdx +4 -4
  107. package/docs/docs/cmd/pp/solution/solution-publish.mdx +4 -4
  108. package/docs/docs/cmd/pp/solution/solution-publisher-add.mdx +3 -3
  109. package/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +6 -6
  110. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +4 -4
  111. package/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +5 -5
  112. package/docs/docs/cmd/pp/solution/solution-remove.mdx +9 -9
  113. package/docs/docs/cmd/spo/file/file-list.mdx +6 -10
  114. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +1 -1
  115. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  116. package/docs/docs/cmd/spo/list/list-retentionlabel-ensure.mdx +0 -6
  117. package/docs/docs/cmd/spo/list/list-retentionlabel-get.mdx +0 -6
  118. package/docs/docs/cmd/spo/list/list-set.mdx +0 -3
  119. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +7 -7
  120. package/docs/docs/cmd/spo/site/site-add.mdx +35 -0
  121. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +5 -1
  122. package/docs/docs/cmd/spo/site/site-appcatalog-list.mdx +14 -0
  123. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +4 -0
  124. package/docs/docs/cmd/spo/site/site-apppermission-add.mdx +68 -0
  125. package/docs/docs/cmd/spo/site/site-apppermission-get.mdx +55 -0
  126. package/docs/docs/cmd/spo/site/site-apppermission-list.mdx +55 -0
  127. package/docs/docs/cmd/spo/site/site-apppermission-remove.mdx +4 -0
  128. package/docs/docs/cmd/spo/site/site-apppermission-set.mdx +66 -0
  129. package/docs/docs/cmd/spo/site/site-chrome-set.mdx +4 -0
  130. package/docs/docs/cmd/spo/site/site-commsite-enable.mdx +11 -1
  131. package/docs/docs/cmd/spo/site/site-ensure.mdx +70 -0
  132. package/docs/docs/cmd/spo/site/site-get.mdx +179 -0
  133. package/docs/docs/cmd/spo/site/site-groupify.mdx +54 -0
  134. package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +4 -0
  135. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +4 -0
  136. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.mdx +5 -1
  137. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.mdx +4 -0
  138. package/docs/docs/cmd/spo/site/site-list.mdx +303 -0
  139. package/docs/docs/cmd/spo/site/site-recyclebinitem-list.mdx +80 -0
  140. package/docs/docs/cmd/spo/site/site-recyclebinitem-restore.mdx +4 -0
  141. package/docs/docs/cmd/spo/site/site-remove.mdx +4 -0
  142. package/docs/docs/cmd/spo/site/site-rename.mdx +92 -0
  143. package/docs/docs/cmd/spo/site/site-set.mdx +13 -0
  144. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +116 -0
  145. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +125 -0
  146. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +117 -0
  147. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +94 -0
  148. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +4 -0
  149. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +4 -0
  150. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +54 -0
  151. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +4 -0
  152. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +66 -0
  153. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +65 -0
  154. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +117 -0
  155. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +61 -0
  156. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +60 -0
  157. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +4 -0
  158. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +75 -0
  159. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +62 -0
  160. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +60 -0
  161. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +4 -0
  162. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +63 -0
  163. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +53 -0
  164. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +54 -0
  165. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +4 -0
  166. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +4 -0
  167. package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.mdx +4 -0
  168. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.mdx +35 -0
  169. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +12 -3
  170. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +23 -11
  171. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.mdx +67 -0
  172. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.mdx +4 -0
  173. package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.mdx +50 -0
  174. package/docs/docs/cmd/spo/tenant/tenant-settings-list.mdx +729 -0
  175. package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +5 -0
  176. package/docs/docs/cmd/spo/theme/theme-apply.mdx +35 -0
  177. package/docs/docs/cmd/spo/theme/theme-get.mdx +74 -0
  178. package/docs/docs/cmd/spo/theme/theme-list.mdx +52 -0
  179. package/docs/docs/cmd/spo/theme/theme-remove.mdx +4 -0
  180. package/docs/docs/cmd/spo/theme/theme-set.mdx +4 -0
  181. package/docs/docs/cmd/spo/user/user-get.mdx +6 -6
  182. package/docs/docs/cmd/teams/chat/chat-member-add.mdx +66 -0
  183. package/npm-shrinkwrap.json +212 -212
  184. package/package.json +10 -10
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign add
4
6
 
@@ -60,6 +62,120 @@ Create new default site design for provisioning modern communication sites
60
62
  m365 spo sitedesign add --title "Contoso communication site" --webTemplate CommunicationSite --siteScripts "19b0e1b2-e3d1-473f-9394-f08c198ef43e" --isDefault
61
63
  ```
62
64
 
65
+ ## Response
66
+
67
+ <Tabs>
68
+ <TabItem value="JSON">
69
+
70
+ ```json
71
+ {
72
+ "Description": null,
73
+ "DesignPackageId": null,
74
+ "DesignType": "0",
75
+ "ExpandedPreviewImages": [],
76
+ "InternalName": null,
77
+ "IsDefault": false,
78
+ "IsOutOfBoxTemplate": false,
79
+ "IsTenantAdminOnly": false,
80
+ "ListColor": "0",
81
+ "ListIcon": "0",
82
+ "PreviewImageAltText": null,
83
+ "PreviewImageUrl": null,
84
+ "RequiresClassConnected": false,
85
+ "RequiresGroupConnected": false,
86
+ "RequiresSyntexLicense": false,
87
+ "RequiresTeamsConnected": false,
88
+ "RequiresYammerConnected": false,
89
+ "SiteScriptIds": [
90
+ "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5"
91
+ ],
92
+ "SupportedWebTemplates": [],
93
+ "TargetPlatforms": [],
94
+ "TemplateAssets": [],
95
+ "TemplateFeatures": [],
96
+ "ThumbnailUrl": null,
97
+ "Title": "Contoso team site",
98
+ "WebTemplate": "64",
99
+ "Id": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
100
+ "Order": null,
101
+ "Version": 1
102
+ }
103
+ ```
104
+
105
+ </TabItem>
106
+ <TabItem value="Text">
107
+
108
+ ```text
109
+ Description : null
110
+ DesignPackageId : null
111
+ DesignType : 0
112
+ ExpandedPreviewImages : []
113
+ Id : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
114
+ InternalName : null
115
+ IsDefault : false
116
+ IsOutOfBoxTemplate : false
117
+ IsTenantAdminOnly : false
118
+ ListColor : 0
119
+ ListIcon : 0
120
+ Order : null
121
+ PreviewImageAltText : null
122
+ PreviewImageUrl : null
123
+ RequiresClassConnected : false
124
+ RequiresGroupConnected : false
125
+ RequiresSyntexLicense : false
126
+ RequiresTeamsConnected : false
127
+ RequiresYammerConnected: false
128
+ SiteScriptIds : ["43d4ffa0-c7ee-4a97-91d7-db27e5b62de5"]
129
+ SupportedWebTemplates : []
130
+ TargetPlatforms : []
131
+ TemplateAssets : []
132
+ TemplateFeatures : []
133
+ ThumbnailUrl : null
134
+ Title : Contoso team site
135
+ Version : 1
136
+ WebTemplate : 64
137
+ ```
138
+
139
+ </TabItem>
140
+ <TabItem value="CSV">
141
+
142
+ ```csv
143
+ DesignType,IsDefault,IsOutOfBoxTemplate,IsTenantAdminOnly,ListColor,ListIcon,RequiresClassConnected,RequiresGroupConnected,RequiresSyntexLicense,RequiresTeamsConnected,RequiresYammerConnected,Title,WebTemplate,Id,Version
144
+ 0,,,,0,0,,,,,,Contoso team site,64,00281728-3bc1-41d3-92b6-8fc493dcf4cc,1
145
+ ```
146
+
147
+ </TabItem>
148
+ <TabItem value="Markdown">
149
+
150
+ ```md
151
+ # spo sitedesign add --title "Contoso team site" --webTemplate "TeamSite" --siteScripts "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5"
152
+
153
+ Date: 2023-06-22
154
+
155
+ ## Contoso team site (00281728-3bc1-41d3-92b6-8fc493dcf4cc)
156
+
157
+ Property | Value
158
+ ---------|-------
159
+ DesignType | 0
160
+ IsDefault | false
161
+ IsOutOfBoxTemplate | false
162
+ IsTenantAdminOnly | false
163
+ ListColor | 0
164
+ ListIcon | 0
165
+ RequiresClassConnected | false
166
+ RequiresGroupConnected | false
167
+ RequiresSyntexLicense | false
168
+ RequiresTeamsConnected | false
169
+ RequiresYammerConnected | false
170
+ Title | Contoso team site
171
+ WebTemplate | 64
172
+ Id | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
173
+ Version | 1
174
+ ```
175
+
176
+ </TabItem>
177
+ </Tabs>
178
+
63
179
  ## More information
64
180
 
65
181
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign apply
4
6
 
@@ -39,6 +41,129 @@ Apply large site design to the specified site
39
41
  m365 spo sitedesign apply --id 9b142c22-037f-4a7f-9017-e9d8c0e34b98 --webUrl https://contoso.sharepoint.com/sites/project-x --asTask
40
42
  ```
41
43
 
44
+ ## Response
45
+
46
+ ### Standard response
47
+
48
+ <Tabs>
49
+ <TabItem value="JSON">
50
+
51
+ ```json
52
+ [
53
+ {
54
+ "ErrorCode": 0,
55
+ "Outcome": "0",
56
+ "OutcomeText": null,
57
+ "Target": null,
58
+ "TargetId": null,
59
+ "Title": "Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f"
60
+ }
61
+ ]
62
+ ```
63
+
64
+ </TabItem>
65
+ <TabItem value="Text">
66
+
67
+ ```text
68
+ ErrorCode : 0
69
+ Outcome : 0
70
+ OutcomeText: null
71
+ Target : null
72
+ TargetId : null
73
+ Title : Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
74
+ ```
75
+
76
+ </TabItem>
77
+ <TabItem value="CSV">
78
+
79
+ ```csv
80
+ ErrorCode,Outcome,Title
81
+ 0,0,Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
82
+ ```
83
+
84
+ </TabItem>
85
+ <TabItem value="Markdown">
86
+
87
+ ```md
88
+ # spo sitedesign apply --id "00281728-3bc1-41d3-92b6-8fc493dcf4cc" --webUrl "https://contoso.sharepoint.com/teams/spoteam1"
89
+
90
+ Date: 2023-06-22
91
+
92
+ ## Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
93
+
94
+ Property | Value
95
+ ---------|-------
96
+ ErrorCode | 0
97
+ Outcome | 0
98
+ Title | Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
99
+ ```
100
+
101
+ </TabItem>
102
+ </Tabs>
103
+
104
+ ### `asTask` response
105
+
106
+ When we make use of the option `asTask`, the response will differ.
107
+
108
+ ## Response
109
+
110
+ <Tabs>
111
+ <TabItem value="JSON">
112
+
113
+ ```json
114
+ {
115
+ "ID": "781e7556-4489-42bc-aa94-1decf6a395d6",
116
+ "LogonName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
117
+ "SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
118
+ "SiteDesignStore": 0,
119
+ "SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
120
+ "WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
121
+ }
122
+ ```
123
+
124
+ </TabItem>
125
+ <TabItem value="Text">
126
+
127
+ ```text
128
+ ID : 781e7556-4489-42bc-aa94-1decf6a395d6
129
+ LogonName : i:0#.f|membership|john@contoso.onmicrosoft.com
130
+ SiteDesignID : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
131
+ SiteDesignStore: 0
132
+ SiteID : 5fc2ea61-7204-41be-9d05-d44f017f958b
133
+ WebID : 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
134
+ ```
135
+
136
+ </TabItem>
137
+ <TabItem value="CSV">
138
+
139
+ ```csv
140
+ ID,LogonName,SiteDesignID,SiteDesignStore,SiteID,WebID
141
+ 781e7556-4489-42bc-aa94-1decf6a395d6,i:0#.f|membership|john@contoso.onmicrosoft.com,00281728-3bc1-41d3-92b6-8fc493dcf4cc,0,5fc2ea61-7204-41be-9d05-d44f017f958b,1c6a5768-89b1-4a68-8c85-9f8db4609bcf
142
+ ```
143
+
144
+ </TabItem>
145
+ <TabItem value="Markdown">
146
+
147
+ ```md
148
+ # spo sitedesign apply --id "00281728-3bc1-41d3-92b6-8fc493dcf4cc" --webUrl "https://contoso.sharepoint.com/teams/spoteam1" --asTask "true"
149
+
150
+ Date: 2023-06-22
151
+
152
+ ## 781e7556-4489-42bc-aa94-1decf6a395d6
153
+
154
+ Property | Value
155
+ ---------|-------
156
+ ID | 781e7556-4489-42bc-aa94-1decf6a395d6
157
+ LogonName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
158
+ SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
159
+ SiteDesignStore | 0
160
+ SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
161
+ WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
162
+ ```
163
+
164
+ </TabItem>
165
+ </Tabs>
166
+
42
167
  ## More information
43
168
 
44
169
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign get
4
6
 
@@ -40,6 +42,121 @@ Get information about the site design with title _Contoso Site Design_
40
42
  m365 spo sitedesign get --title "Contoso Site Design"
41
43
  ```
42
44
 
45
+ ## Response
46
+
47
+ <Tabs>
48
+ <TabItem value="JSON">
49
+
50
+ ```json
51
+ {
52
+ "Description": null,
53
+ "DesignPackageId": "00000000-0000-0000-0000-000000000000",
54
+ "DesignType": "0",
55
+ "ExpandedPreviewImages": [],
56
+ "InternalName": null,
57
+ "IsDefault": false,
58
+ "IsOutOfBoxTemplate": false,
59
+ "IsTenantAdminOnly": false,
60
+ "ListColor": "0",
61
+ "ListIcon": "0",
62
+ "PreviewImageAltText": null,
63
+ "PreviewImageUrl": null,
64
+ "RequiresClassConnected": false,
65
+ "RequiresGroupConnected": false,
66
+ "RequiresSyntexLicense": false,
67
+ "RequiresTeamsConnected": false,
68
+ "RequiresYammerConnected": false,
69
+ "SiteScriptIds": [
70
+ "0c88bed7-943b-42aa-8fef-8fb69eebe3fe"
71
+ ],
72
+ "SupportedWebTemplates": [],
73
+ "TargetPlatforms": [],
74
+ "TemplateAssets": [],
75
+ "TemplateFeatures": [],
76
+ "ThumbnailUrl": null,
77
+ "Title": "Contoso team site",
78
+ "WebTemplate": "64",
79
+ "Id": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
80
+ "Order": null,
81
+ "Version": 1
82
+ }
83
+ ```
84
+
85
+ </TabItem>
86
+ <TabItem value="Text">
87
+
88
+ ```text
89
+ Description : null
90
+ DesignPackageId : 00000000-0000-0000-0000-000000000000
91
+ DesignType : 0
92
+ ExpandedPreviewImages : []
93
+ Id : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
94
+ InternalName : null
95
+ IsDefault : false
96
+ IsOutOfBoxTemplate : false
97
+ IsTenantAdminOnly : false
98
+ ListColor : 0
99
+ ListIcon : 0
100
+ Order : null
101
+ PreviewImageAltText : null
102
+ PreviewImageUrl : null
103
+ RequiresClassConnected : false
104
+ RequiresGroupConnected : false
105
+ RequiresSyntexLicense : false
106
+ RequiresTeamsConnected : false
107
+ RequiresYammerConnected: false
108
+ SiteScriptIds : ["0c88bed7-943b-42aa-8fef-8fb69eebe3fe"]
109
+ SupportedWebTemplates : []
110
+ TargetPlatforms : []
111
+ TemplateAssets : []
112
+ TemplateFeatures : []
113
+ ThumbnailUrl : null
114
+ Title : Contoso team site
115
+ Version : 1
116
+ WebTemplate : 64
117
+ ```
118
+
119
+ </TabItem>
120
+ <TabItem value="CSV">
121
+
122
+ ```csv
123
+ DesignPackageId,DesignType,IsDefault,IsOutOfBoxTemplate,IsTenantAdminOnly,ListColor,ListIcon,RequiresClassConnected,RequiresGroupConnected,RequiresSyntexLicense,RequiresTeamsConnected,RequiresYammerConnected,Title,WebTemplate,Id,Version
124
+ 00000000-0000-0000-0000-000000000000,0,,,,0,0,,,,,,Contoso team site,64,00281728-3bc1-41d3-92b6-8fc493dcf4cc,1
125
+ ```
126
+
127
+ </TabItem>
128
+ <TabItem value="Markdown">
129
+
130
+ ```md
131
+ # spo sitedesign get --id "00281728-3bc1-41d3-92b6-8fc493dcf4cc"
132
+
133
+ Date: 2023-06-22
134
+
135
+ ## Contoso team site (00281728-3bc1-41d3-92b6-8fc493dcf4cc)
136
+
137
+ Property | Value
138
+ ---------|-------
139
+ DesignPackageId | 00000000-0000-0000-0000-000000000000
140
+ DesignType | 0
141
+ IsDefault | false
142
+ IsOutOfBoxTemplate | false
143
+ IsTenantAdminOnly | false
144
+ ListColor | 0
145
+ ListIcon | 0
146
+ RequiresClassConnected | false
147
+ RequiresGroupConnected | false
148
+ RequiresSyntexLicense | false
149
+ RequiresTeamsConnected | false
150
+ RequiresYammerConnected | false
151
+ Title | Contoso team site
152
+ WebTemplate | 64
153
+ Id | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
154
+ Version | 1
155
+ ```
156
+
157
+ </TabItem>
158
+ </Tabs>
159
+
43
160
  ## More information
44
161
 
45
162
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign list
4
6
 
@@ -22,6 +24,98 @@ List available site designs
22
24
  m365 spo sitedesign list
23
25
  ```
24
26
 
27
+ ## Response
28
+
29
+ <Tabs>
30
+ <TabItem value="JSON">
31
+
32
+ ```json
33
+ [
34
+ {
35
+ "Description": null,
36
+ "DesignPackageId": "00000000-0000-0000-0000-000000000000",
37
+ "DesignType": "0",
38
+ "ExpandedPreviewImages": [],
39
+ "InternalName": null,
40
+ "IsDefault": false,
41
+ "IsOutOfBoxTemplate": false,
42
+ "IsTenantAdminOnly": false,
43
+ "ListColor": "0",
44
+ "ListIcon": "0",
45
+ "PreviewImageAltText": null,
46
+ "PreviewImageUrl": null,
47
+ "RequiresClassConnected": false,
48
+ "RequiresGroupConnected": false,
49
+ "RequiresSyntexLicense": false,
50
+ "RequiresTeamsConnected": false,
51
+ "RequiresYammerConnected": false,
52
+ "SiteScriptIds": [
53
+ "0c88bed7-943b-42aa-8fef-8fb69eebe3fe"
54
+ ],
55
+ "SupportedWebTemplates": [],
56
+ "TargetPlatforms": [],
57
+ "TemplateAssets": [],
58
+ "TemplateFeatures": [],
59
+ "ThumbnailUrl": null,
60
+ "Title": "Contoso team site",
61
+ "WebTemplate": "64",
62
+ "Id": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
63
+ "Order": null,
64
+ "Version": 1
65
+ }
66
+ ]
67
+ ```
68
+
69
+ </TabItem>
70
+ <TabItem value="Text">
71
+
72
+ ```text
73
+ Id IsDefault Title Version WebTemplate
74
+ ------------------------------------ --------- ------------------------- ------- -----------
75
+ 00281728-3bc1-41d3-92b6-8fc493dcf4cc false Contoso team site 1 64
76
+ ```
77
+
78
+ </TabItem>
79
+ <TabItem value="CSV">
80
+
81
+ ```csv
82
+ Description,DesignPackageId,DesignType,IsDefault,IsOutOfBoxTemplate,IsTenantAdminOnly,ListColor,ListIcon,PreviewImageAltText,RequiresClassConnected,RequiresGroupConnected,RequiresSyntexLicense,RequiresTeamsConnected,RequiresYammerConnected,ThumbnailUrl,Title,WebTemplate,Id,Version
83
+ "",00000000-0000-0000-0000-000000000000,0,,,,0,0,,,,,,,,Contoso team site,64,00281728-3bc1-41d3-92b6-8fc493dcf4cc,1
84
+ ```
85
+
86
+ </TabItem>
87
+ <TabItem value="Markdown">
88
+
89
+ ```md
90
+ # spo sitedesign list
91
+
92
+ Date: 2023-06-22
93
+
94
+ ## Contoso team site (00281728-3bc1-41d3-92b6-8fc493dcf4cc)
95
+
96
+ Property | Value
97
+ ---------|-------
98
+ DesignPackageId | 00000000-0000-0000-0000-000000000000
99
+ DesignType | 0
100
+ IsDefault | false
101
+ IsOutOfBoxTemplate | false
102
+ IsTenantAdminOnly | false
103
+ ListColor | 0
104
+ ListIcon | 0
105
+ RequiresClassConnected | false
106
+ RequiresGroupConnected | false
107
+ RequiresSyntexLicense | false
108
+ RequiresTeamsConnected | false
109
+ RequiresYammerConnected | false
110
+ Title | Contoso team site
111
+ WebTemplate | 64
112
+ Id | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
113
+ Version | 1
114
+ ```
115
+
116
+ </TabItem>
117
+ </Tabs>
118
+
25
119
  ## More information
26
120
 
27
121
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -40,6 +40,10 @@ Remove site design with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_ without prompt
40
40
  m365 spo sitedesign remove --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --force
41
41
  ```
42
42
 
43
+ ## Response
44
+
45
+ The command won't return a response on success.
46
+
43
47
  ## More information
44
48
 
45
49
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -45,6 +45,10 @@ Grant user by email view permission to the specified site design
45
45
  m365 spo sitedesign rights grant --siteDesignId 9b142c22-037f-4a7f-9017-e9d8c0e34b98 --principals PattiF@contoso.com --rights View
46
46
  ```
47
47
 
48
+ ## Response
49
+
50
+ The command won't return a response on success.
51
+
48
52
  ## More information
49
53
 
50
54
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign rights list
4
6
 
@@ -33,6 +35,58 @@ Get information about rights granted for the site design with ID _2c1ba4c4-cd9b-
33
35
  m365 spo sitedesign rights list --siteDesignId 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
34
36
  ```
35
37
 
38
+ ## Response
39
+
40
+ <Tabs>
41
+ <TabItem value="JSON">
42
+
43
+ ```json
44
+ [
45
+ {
46
+ "DisplayName": "John",
47
+ "PrincipalName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
48
+ "Rights": "View"
49
+ }
50
+ ]
51
+ ```
52
+
53
+ </TabItem>
54
+ <TabItem value="Text">
55
+
56
+ ```text
57
+ DisplayName PrincipalName Rights
58
+ ----------- --------------------------------------------- ------
59
+ John i:0#.f|membership|john@contoso.onmicrosoft.com View
60
+ ```
61
+
62
+ </TabItem>
63
+ <TabItem value="CSV">
64
+
65
+ ```csv
66
+ DisplayName,PrincipalName,Rights
67
+ John,i:0#.f|membership|john@contoso.onmicrosoft.com,View
68
+ ```
69
+
70
+ </TabItem>
71
+ <TabItem value="Markdown">
72
+
73
+ ```md
74
+ # spo sitedesign rights list --siteDesignId "00281728-3bc1-41d3-92b6-8fc493dcf4cc"
75
+
76
+ Date: 2023-06-22
77
+
78
+ ## John
79
+
80
+ Property | Value
81
+ ---------|-------
82
+ DisplayName | John
83
+ PrincipalName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
84
+ Rights | View
85
+ ```
86
+
87
+ </TabItem>
88
+ </Tabs>
89
+
36
90
  ## More information
37
91
 
38
92
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -47,6 +47,10 @@ Revoke access to the site design with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_
47
47
  m365 spo sitedesign rights revoke --siteDesignId 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --principals "PattiF,AdeleV" --force
48
48
  ```
49
49
 
50
+ ## Response
51
+
52
+ The command won't return a response on success.
53
+
50
54
  ## More information
51
55
 
52
56
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)
@@ -1,4 +1,6 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
2
4
 
3
5
  # spo sitedesign run list
4
6
 
@@ -36,6 +38,70 @@ List information about the specified site design applied to the specified site
36
38
  m365 spo sitedesign run list --webUrl https://contoso.sharepoint.com/sites/team-a --siteDesignId 6ec3ca5b-d04b-4381-b169-61378556d76e
37
39
  ```
38
40
 
41
+ ## Response
42
+
43
+ <Tabs>
44
+ <TabItem value="JSON">
45
+
46
+ ```json
47
+ [
48
+ {
49
+ "ActionTrigger": 0,
50
+ "ID": "8d41a2b7-ffb9-487c-994a-d25cf1b74f6a",
51
+ "InvokedBy": "John",
52
+ "SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
53
+ "SiteDesignTitle": "Contoso team site",
54
+ "SiteDesignVersion": 1,
55
+ "SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
56
+ "StartTime": "1687422166000",
57
+ "WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
58
+ }
59
+ ]
60
+ ```
61
+
62
+ </TabItem>
63
+ <TabItem value="Text">
64
+
65
+ ```text
66
+ ID SiteDesignID SiteDesignTitle StartTime
67
+ ------------------------------------ ------------------------------------ ----------------- --------------------
68
+ 8d41a2b7-ffb9-487c-994a-d25cf1b74f6a 00281728-3bc1-41d3-92b6-8fc493dcf4cc Contoso team site 2023-06-22, 10:22:46
69
+ ```
70
+
71
+ </TabItem>
72
+ <TabItem value="CSV">
73
+
74
+ ```csv
75
+ ActionTrigger,ID,InvokedBy,SiteDesignID,SiteDesignTitle,SiteDesignVersion,SiteID,StartTime,WebID
76
+ 0,8d41a2b7-ffb9-487c-994a-d25cf1b74f6a,John,00281728-3bc1-41d3-92b6-8fc493dcf4cc,Contoso team site,1,5fc2ea61-7204-41be-9d05-d44f017f958b,"2023-06-22, 10:22:46",1c6a5768-89b1-4a68-8c85-9f8db4609bcf
77
+ ```
78
+
79
+ </TabItem>
80
+ <TabItem value="Markdown">
81
+
82
+ ```md
83
+ # spo sitedesign run list --webUrl "https://contoso.sharepoint.com/teams/team1"
84
+
85
+ Date: 2023-06-22
86
+
87
+ ## 8d41a2b7-ffb9-487c-994a-d25cf1b74f6a
88
+
89
+ Property | Value
90
+ ---------|-------
91
+ ActionTrigger | 0
92
+ ID | 8d41a2b7-ffb9-487c-994a-d25cf1b74f6a
93
+ InvokedBy | John
94
+ SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
95
+ SiteDesignTitle | Contoso team site
96
+ SiteDesignVersion | 1
97
+ SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
98
+ StartTime | 2023-06-22, 10:22:46
99
+ WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
100
+ ```
101
+
102
+ </TabItem>
103
+ </Tabs>
104
+
39
105
  ## More information
40
106
 
41
107
  - SharePoint site design and site script overview: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview)