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

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 run status get
4
6
 
@@ -34,6 +36,69 @@ List information about site scripts executed for the specified site design
34
36
  m365 spo sitedesign run status get --webUrl https://contoso.sharepoint.com/sites/team-a --runId b4411557-308b-4545-a3c4-55297d5cd8c8
35
37
  ```
36
38
 
39
+ ## Response
40
+
41
+ <Tabs>
42
+ <TabItem value="JSON">
43
+
44
+ ```json
45
+ [
46
+ {
47
+ "ActionIndex": 0,
48
+ "ActionKey": "00000000-0000-0000-0000-000000000000",
49
+ "ActionTitle": "Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f",
50
+ "LastModified": "1687422166000",
51
+ "OrdinalIndex": 0,
52
+ "OutcomeCode": 0,
53
+ "OutcomeText": null,
54
+ "SiteScriptID": "0c88bed7-943b-42aa-8fef-8fb69eebe3fe",
55
+ "SiteScriptIndex": 0,
56
+ "SiteScriptTitle": "Contoso"
57
+ }
58
+ ]
59
+ ```
60
+
61
+ </TabItem>
62
+ <TabItem value="Text">
63
+
64
+ ```text
65
+ ActionTitle : Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
66
+ OutcomeText : null
67
+ SiteScriptTitle: Contoso
68
+ ```
69
+
70
+ </TabItem>
71
+ <TabItem value="CSV">
72
+
73
+ ```csv
74
+ ActionIndex,ActionKey,ActionTitle,LastModified,OrdinalIndex,OutcomeCode,SiteScriptID,SiteScriptIndex,SiteScriptTitle
75
+ 0,00000000-0000-0000-0000-000000000000,Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f,1687422166000,0,0,0c88bed7-943b-42aa-8fef-8fb69eebe3fe,0,Contoso
76
+ ```
77
+
78
+ </TabItem>
79
+ <TabItem value="Markdown">
80
+
81
+ ```md
82
+ # spo sitedesign run status get --webUrl "https://contoso.sharepoint.com/teams/team1" --runId "8d41a2b7-ffb9-487c-994a-d25cf1b74f6a"
83
+
84
+ Date: 2023-06-22
85
+
86
+ Property | Value
87
+ ---------|-------
88
+ ActionIndex | 0
89
+ ActionKey | 00000000-0000-0000-0000-000000000000
90
+ ActionTitle | Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f
91
+ LastModified | 1687422166000
92
+ OrdinalIndex | 0
93
+ OutcomeCode | 0
94
+ SiteScriptID | 0c88bed7-943b-42aa-8fef-8fb69eebe3fe
95
+ SiteScriptIndex | 0
96
+ SiteScriptTitle | Contoso
97
+ ```
98
+
99
+ </TabItem>
100
+ </Tabs>
101
+
37
102
  ## More information
38
103
 
39
104
  - 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 set
4
6
 
@@ -73,6 +75,121 @@ Update the site design to be the default design for provisioning modern communic
73
75
  m365 spo sitedesign set --id 9b142c22-037f-4a7f-9017-e9d8c0e34b98 --webTemplate CommunicationSite --isDefault true --siteScripts "19b0e1b2-e3d1-473f-9394-f08c198ef43e,b2307a39-e878-458b-bc90-03bc578531d6"
74
76
  ```
75
77
 
78
+ ## Response
79
+
80
+ <Tabs>
81
+ <TabItem value="JSON">
82
+
83
+ ```json
84
+ {
85
+ "Description": null,
86
+ "DesignPackageId": "00000000-0000-0000-0000-000000000000",
87
+ "DesignType": "0",
88
+ "ExpandedPreviewImages": [],
89
+ "InternalName": null,
90
+ "IsDefault": false,
91
+ "IsOutOfBoxTemplate": false,
92
+ "IsTenantAdminOnly": false,
93
+ "ListColor": "0",
94
+ "ListIcon": "0",
95
+ "PreviewImageAltText": null,
96
+ "PreviewImageUrl": null,
97
+ "RequiresClassConnected": false,
98
+ "RequiresGroupConnected": false,
99
+ "RequiresSyntexLicense": false,
100
+ "RequiresTeamsConnected": false,
101
+ "RequiresYammerConnected": false,
102
+ "SiteScriptIds": [
103
+ "0c88bed7-943b-42aa-8fef-8fb69eebe3fe"
104
+ ],
105
+ "SupportedWebTemplates": [],
106
+ "TargetPlatforms": [],
107
+ "TemplateAssets": [],
108
+ "TemplateFeatures": [],
109
+ "ThumbnailUrl": null,
110
+ "Title": "Contoso site design",
111
+ "WebTemplate": "64",
112
+ "Id": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
113
+ "Order": null,
114
+ "Version": 2
115
+ }
116
+ ```
117
+
118
+ </TabItem>
119
+ <TabItem value="Text">
120
+
121
+ ```text
122
+ Description : null
123
+ DesignPackageId : 00000000-0000-0000-0000-000000000000
124
+ DesignType : 0
125
+ ExpandedPreviewImages : []
126
+ Id : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
127
+ InternalName : null
128
+ IsDefault : false
129
+ IsOutOfBoxTemplate : false
130
+ IsTenantAdminOnly : false
131
+ ListColor : 0
132
+ ListIcon : 0
133
+ Order : null
134
+ PreviewImageAltText : null
135
+ PreviewImageUrl : null
136
+ RequiresClassConnected : false
137
+ RequiresGroupConnected : false
138
+ RequiresSyntexLicense : false
139
+ RequiresTeamsConnected : false
140
+ RequiresYammerConnected: false
141
+ SiteScriptIds : ["0c88bed7-943b-42aa-8fef-8fb69eebe3fe"]
142
+ SupportedWebTemplates : []
143
+ TargetPlatforms : []
144
+ TemplateAssets : []
145
+ TemplateFeatures : []
146
+ ThumbnailUrl : null
147
+ Title : Contoso site design
148
+ Version : 2
149
+ WebTemplate : 64
150
+ ```
151
+
152
+ </TabItem>
153
+ <TabItem value="CSV">
154
+
155
+ ```csv
156
+ DesignPackageId,DesignType,IsDefault,IsOutOfBoxTemplate,IsTenantAdminOnly,ListColor,ListIcon,RequiresClassConnected,RequiresGroupConnected,RequiresSyntexLicense,RequiresTeamsConnected,RequiresYammerConnected,Title,WebTemplate,Id,Version
157
+ 00000000-0000-0000-0000-000000000000,0,,,,0,0,,,,,,Contoso site design,64,00281728-3bc1-41d3-92b6-8fc493dcf4cc,2
158
+ ```
159
+
160
+ </TabItem>
161
+ <TabItem value="Markdown">
162
+
163
+ ```md
164
+ # spo sitedesign set --id "00281728-3bc1-41d3-92b6-8fc493dcf4cc" --title "Contoso site design" --version "2"
165
+
166
+ Date: 2023-06-22
167
+
168
+ ## Contoso site design (00281728-3bc1-41d3-92b6-8fc493dcf4cc)
169
+
170
+ Property | Value
171
+ ---------|-------
172
+ DesignPackageId | 00000000-0000-0000-0000-000000000000
173
+ DesignType | 0
174
+ IsDefault | false
175
+ IsOutOfBoxTemplate | false
176
+ IsTenantAdminOnly | false
177
+ ListColor | 0
178
+ ListIcon | 0
179
+ RequiresClassConnected | false
180
+ RequiresGroupConnected | false
181
+ RequiresSyntexLicense | false
182
+ RequiresTeamsConnected | false
183
+ RequiresYammerConnected | false
184
+ Title | Contoso site design
185
+ WebTemplate | 64
186
+ Id | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
187
+ Version | 2
188
+ ```
189
+
190
+ </TabItem>
191
+ </Tabs>
192
+
76
193
  ## More information
77
194
 
78
195
  - 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 task get
4
6
 
@@ -27,6 +29,65 @@ Get information about the specified site design scheduled for execution
27
29
  m365 spo sitedesign task get --id 6ec3ca5b-d04b-4381-b169-61378556d76e
28
30
  ```
29
31
 
32
+ ## Response
33
+
34
+ <Tabs>
35
+ <TabItem value="JSON">
36
+
37
+ ```json
38
+ {
39
+ "ID": "4ca76dd4-8a15-4012-99df-3b9375e9b62b",
40
+ "LogonName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
41
+ "SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
42
+ "SiteDesignStore": 0,
43
+ "SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
44
+ "WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
45
+ }
46
+ ```
47
+
48
+ </TabItem>
49
+ <TabItem value="Text">
50
+
51
+ ```text
52
+ ID : 4ca76dd4-8a15-4012-99df-3b9375e9b62b
53
+ LogonName : i:0#.f|membership|john@contoso.onmicrosoft.com
54
+ SiteDesignID : 00281728-3bc1-41d3-92b6-8fc493dcf4cc
55
+ SiteDesignStore: 0
56
+ SiteID : 5fc2ea61-7204-41be-9d05-d44f017f958b
57
+ WebID : 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
58
+ ```
59
+
60
+ </TabItem>
61
+ <TabItem value="CSV">
62
+
63
+ ```csv
64
+ ID,LogonName,SiteDesignID,SiteDesignStore,SiteID,WebID
65
+ 4ca76dd4-8a15-4012-99df-3b9375e9b62b,i:0#.f|membership|john@contoso.onmicrosoft.com,00281728-3bc1-41d3-92b6-8fc493dcf4cc,0,5fc2ea61-7204-41be-9d05-d44f017f958b,1c6a5768-89b1-4a68-8c85-9f8db4609bcf
66
+ ```
67
+
68
+ </TabItem>
69
+ <TabItem value="Markdown">
70
+
71
+ ```md
72
+ # spo sitedesign task get --id "4ca76dd4-8a15-4012-99df-3b9375e9b62b"
73
+
74
+ Date: 2023-06-22
75
+
76
+ ## 4ca76dd4-8a15-4012-99df-3b9375e9b62b
77
+
78
+ Property | Value
79
+ ---------|-------
80
+ ID | 4ca76dd4-8a15-4012-99df-3b9375e9b62b
81
+ LogonName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
82
+ SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
83
+ SiteDesignStore | 0
84
+ SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
85
+ WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
86
+ ```
87
+
88
+ </TabItem>
89
+ </Tabs>
90
+
30
91
  ## More information
31
92
 
32
93
  - 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 task list
4
6
 
@@ -27,6 +29,64 @@ List site designs scheduled for execution on the specified site
27
29
  m365 spo sitedesign task list --webUrl https://contoso.sharepoint.com/sites/team-a
28
30
  ```
29
31
 
32
+ ## Response
33
+
34
+ <Tabs>
35
+ <TabItem value="JSON">
36
+
37
+ ```json
38
+ [
39
+ {
40
+ "ID": "378ba758-cd39-4221-8d63-ff5de9ddac80",
41
+ "LogonName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
42
+ "SiteDesignID": "00281728-3bc1-41d3-92b6-8fc493dcf4cc",
43
+ "SiteDesignStore": 0,
44
+ "SiteID": "5fc2ea61-7204-41be-9d05-d44f017f958b",
45
+ "WebID": "1c6a5768-89b1-4a68-8c85-9f8db4609bcf"
46
+ }
47
+ ]
48
+ ```
49
+
50
+ </TabItem>
51
+ <TabItem value="Text">
52
+
53
+ ```text
54
+ ID SiteDesignID LogonName
55
+ ------------------------------------ ------------------------------------ ---------------------------------------------
56
+ d35cee75-19b5-4575-9ddb-e4c37e619095 00281728-3bc1-41d3-92b6-8fc493dcf4cc i:0#.f|membership|john@contoso.onmicrosoft.com
57
+ ```
58
+
59
+ </TabItem>
60
+ <TabItem value="CSV">
61
+
62
+ ```csv
63
+ ID,LogonName,SiteDesignID,SiteDesignStore,SiteID,WebID
64
+ 573e1244-9f09-4969-9299-6a4feb4aaeb5,i:0#.f|membership|john@contoso.onmicrosoft.com,00281728-3bc1-41d3-92b6-8fc493dcf4cc,0,5fc2ea61-7204-41be-9d05-d44f017f958b,1c6a5768-89b1-4a68-8c85-9f8db4609bcf
65
+ ```
66
+
67
+ </TabItem>
68
+ <TabItem value="Markdown">
69
+
70
+ ```md
71
+ # spo sitedesign task list --webUrl "https://contoso.sharepoint.com/teams/team1"
72
+
73
+ Date: 2023-06-22
74
+
75
+ ## d35cee75-19b5-4575-9ddb-e4c37e619095
76
+
77
+ Property | Value
78
+ ---------|-------
79
+ ID | d35cee75-19b5-4575-9ddb-e4c37e619095
80
+ LogonName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
81
+ SiteDesignID | 00281728-3bc1-41d3-92b6-8fc493dcf4cc
82
+ SiteDesignStore | 0
83
+ SiteID | 5fc2ea61-7204-41be-9d05-d44f017f958b
84
+ WebID | 1c6a5768-89b1-4a68-8c85-9f8db4609bcf
85
+ ```
86
+
87
+ </TabItem>
88
+ </Tabs>
89
+
30
90
  ## More information
31
91
 
32
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)
@@ -36,6 +36,10 @@ Removes the specified site design task with id _6ec3ca5b-d04b-4381-b169-61378556
36
36
  m365 spo sitedesign task remove --id 6ec3ca5b-d04b-4381-b169-61378556d76e
37
37
  ```
38
38
 
39
+ ## Response
40
+
41
+ The command won't return a response on success.
42
+
39
43
  ## More information
40
44
 
41
45
  - 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 sitescript add
4
6
 
@@ -37,6 +39,79 @@ Create new site script for use with site designs. Script contents are stored in
37
39
  m365 spo sitescript add --title "Contoso" --description "Contoso theme script" --content $script
38
40
  ```
39
41
 
42
+ ## Response
43
+
44
+ <Tabs>
45
+ <TabItem value="JSON">
46
+
47
+ ```json
48
+ {
49
+ "Content": null,
50
+ "ContentByteArray": null,
51
+ "Description": "Contoso site script",
52
+ "Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
53
+ "IsSiteScriptPackage": false,
54
+ "Title": "Contoso",
55
+ "Version": 0
56
+ }
57
+ ```
58
+
59
+ </TabItem>
60
+ <TabItem value="Text">
61
+
62
+ ```text
63
+ Content : null
64
+ ContentByteArray : null
65
+ Description : Contoso site script
66
+ Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
67
+ IsSiteScriptPackage: false
68
+ Title : Contoso
69
+ Version : 0
70
+ ```
71
+
72
+ </TabItem>
73
+ <TabItem value="CSV">
74
+
75
+ ```csv
76
+ Description,Id,IsSiteScriptPackage,Title,Version
77
+ Contoso site script,eeee7706-f8af-4ac0-b629-bcee87260c80,,Contoso,0
78
+ ```
79
+
80
+ </TabItem>
81
+ <TabItem value="Markdown">
82
+
83
+ ```md
84
+ # spo sitescript add --title "Contoso" --description "Contoso site script" --content "{
85
+ "$schema": "https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json",
86
+ "actions": [
87
+ {
88
+ "verb": "activateSPFeature",
89
+ "name": "SiteNotebook feature",
90
+ "title": "SiteNotebook feature",
91
+ "featureId": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
92
+ "scope": "web"
93
+ }
94
+ ],
95
+ "bindata": {},
96
+ "version": 1
97
+ }"
98
+
99
+ Date: 2023-06-22
100
+
101
+ ## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
102
+
103
+ Property | Value
104
+ ---------|-------
105
+ Description | Contoso site script
106
+ Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
107
+ IsSiteScriptPackage | false
108
+ Title | Contoso
109
+ Version | 0
110
+ ```
111
+
112
+ </TabItem>
113
+ </Tabs>
114
+
40
115
  ## More information
41
116
 
42
117
  - 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 sitescript get
4
6
 
@@ -31,6 +33,66 @@ Get information about the site script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34
31
33
  m365 spo sitescript get --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a
32
34
  ```
33
35
 
36
+ ## Response
37
+
38
+ <Tabs>
39
+ <TabItem value="JSON">
40
+
41
+ ```json
42
+ {
43
+ "Content": "{\"$schema\":\"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json\",\"actions\":[{\"verb\":\"activateSPFeature\",\"name\":\"SiteNotebook feature\",\"title\":\"SiteNotebook feature\",\"featureId\":\"f151bb39-7c3b-414f-bb36-6bf18872052f\",\"scope\":\"web\"}],\"bindata\":{},\"version\":1}",
44
+ "ContentByteArray": null,
45
+ "Description": "Contoso site script",
46
+ "Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
47
+ "IsSiteScriptPackage": false,
48
+ "Title": "Contoso",
49
+ "Version": 1
50
+ }
51
+ ```
52
+
53
+ </TabItem>
54
+ <TabItem value="Text">
55
+
56
+ ```text
57
+ Content : {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
58
+ ContentByteArray : null
59
+ Description : Contoso site script
60
+ Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
61
+ IsSiteScriptPackage: false
62
+ Title : Contoso
63
+ Version : 1
64
+ ```
65
+
66
+ </TabItem>
67
+ <TabItem value="CSV">
68
+
69
+ ```csv
70
+
71
+ ```
72
+
73
+ </TabItem>
74
+ <TabItem value="Markdown">
75
+
76
+ ```md
77
+ # spo sitescript get --id "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5"
78
+
79
+ Date: 2023-06-22
80
+
81
+ ## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
82
+
83
+ Property | Value
84
+ ---------|-------
85
+ Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
86
+ Description | Contoso site script
87
+ Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
88
+ IsSiteScriptPackage | false
89
+ Title | Contoso
90
+ Version | 1
91
+ ```
92
+
93
+ </TabItem>
94
+ </Tabs>
95
+
34
96
  ## More information
35
97
 
36
98
  - 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 sitescript list
4
6
 
@@ -22,6 +24,64 @@ List all site scripts available for use with site designs
22
24
  m365 spo sitescript list
23
25
  ```
24
26
 
27
+ ## Response
28
+
29
+ <Tabs>
30
+ <TabItem value="JSON">
31
+
32
+ ```json
33
+ [
34
+ {
35
+ "Content": null,
36
+ "ContentByteArray": null,
37
+ "Description": "Contoso site script",
38
+ "Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
39
+ "IsSiteScriptPackage": false,
40
+ "Title": "Contoso",
41
+ "Version": 1
42
+ }
43
+ ]
44
+ ```
45
+
46
+ </TabItem>
47
+ <TabItem value="Text">
48
+
49
+ ```text
50
+ Content ContentByteArray Description Id IsSiteScriptPackage Title Version
51
+ ------- ---------------- ------------------------- ------------------------------------ ------------------- ------------------- -------
52
+ null null Contoso site script 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5 false Contoso 1
53
+ ```
54
+
55
+ </TabItem>
56
+ <TabItem value="CSV">
57
+
58
+ ```csv
59
+ Id,IsSiteScriptPackage,Title,Version
60
+ 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5,,Contoso,1
61
+ ```
62
+
63
+ </TabItem>
64
+ <TabItem value="Markdown">
65
+
66
+ ```md
67
+ # spo sitescript list
68
+
69
+ Date: 2023-06-22
70
+
71
+ ## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
72
+
73
+ Property | Value
74
+ ---------|-------
75
+ Description | Contoso site script
76
+ Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
77
+ IsSiteScriptPackage | false
78
+ Title | Contoso
79
+ Version | 1
80
+ ```
81
+
82
+ </TabItem>
83
+ </Tabs>
84
+
25
85
  ## More information
26
86
 
27
87
  - 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 script with ID _2c1ba4c4-cd9b-4417-832f-92a34bc34b2a_ without prompt
40
40
  m365 spo sitescript 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)
@@ -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 sitescript set
4
6
 
@@ -43,6 +45,67 @@ Update title of the existing site script with ID _2c1ba4c4-cd9b-4417-832f-92a34b
43
45
  m365 spo sitescript set --id 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a --title "Contoso"
44
46
  ```
45
47
 
48
+ ## Response
49
+
50
+ <Tabs>
51
+ <TabItem value="JSON">
52
+
53
+ ```json
54
+ {
55
+ "Content": "{\"$schema\":\"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json\",\"actions\":[{\"verb\":\"activateSPFeature\",\"name\":\"SiteNotebook feature\",\"title\":\"SiteNotebook feature\",\"featureId\":\"f151bb39-7c3b-414f-bb36-6bf18872052f\",\"scope\":\"web\"}],\"bindata\":{},\"version\":1}",
56
+ "ContentByteArray": null,
57
+ "Description": "Contoso site script",
58
+ "Id": "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5",
59
+ "IsSiteScriptPackage": false,
60
+ "Title": "Contoso",
61
+ "Version": 1
62
+ }
63
+ ```
64
+
65
+ </TabItem>
66
+ <TabItem value="Text">
67
+
68
+ ```text
69
+ Content : {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
70
+ ContentByteArray : null
71
+ Description : Contoso site script
72
+ Id : 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
73
+ IsSiteScriptPackage: false
74
+ Title : Contoso
75
+ Version : 1
76
+ ```
77
+
78
+ </TabItem>
79
+ <TabItem value="CSV">
80
+
81
+ ```csv
82
+ Content,Description,Id,IsSiteScriptPackage,Title,Version
83
+ "{""$schema"":""https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json"",""actions"":[{""verb"":""activateSPFeature"",""name"":""SiteNotebook feature"",""title"":""SiteNotebook feature"",""featureId"":""f151bb39-7c3b-414f-bb36-6bf18872052f"",""scope"":""web""}],""bindata"":{},""version"":1}",Contoso site script,43d4ffa0-c7ee-4a97-91d7-db27e5b62de5,,Contoso,1
84
+ ```
85
+
86
+ </TabItem>
87
+ <TabItem value="Markdown">
88
+
89
+ ```md
90
+ # spo sitescript set --id "43d4ffa0-c7ee-4a97-91d7-db27e5b62de5" --title "Contoso"
91
+
92
+ Date: 2023-06-22
93
+
94
+ ## Contoso (43d4ffa0-c7ee-4a97-91d7-db27e5b62de5)
95
+
96
+ Property | Value
97
+ ---------|-------
98
+ Content | {"$schema":"https://developer.microsoft.com/json-schemas/sp/site-design-script-actions.schema.json","actions":[{"verb":"activateSPFeature","name":"SiteNotebook feature","title":"SiteNotebook feature","featureId":"f151bb39-7c3b-414f-bb36-6bf18872052f","scope":"web"}],"bindata":{},"version":1}
99
+ Description | Contoso site script
100
+ Id | 43d4ffa0-c7ee-4a97-91d7-db27e5b62de5
101
+ IsSiteScriptPackage | false
102
+ Title | Contoso
103
+ Version | 1
104
+ ```
105
+
106
+ </TabItem>
107
+ </Tabs>
108
+
46
109
  ## More information
47
110
 
48
111
  - 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)