Skip to content

Commit

Permalink
Commit from GitHub Actions (Generate Site)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkbullock committed Dec 11, 2024
1 parent f0971f1 commit c1c2eba
Show file tree
Hide file tree
Showing 11 changed files with 8,108 additions and 7,619 deletions.
7 changes: 6 additions & 1 deletion cmdusage.html
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@ <h1 id="report-of-samples-command-usage">Report of Samples Command Usage</h1>
<td style="text-align: center;">Read-Host, Where-Object, Write-Host</td>
</tr>
<tr>
<td><a href="spo-download-all-doclibs/README.html">Download all documents from all document libraries in a site, including version history</a></td>
<td style="text-align: center;">Connect-PnPOnline, Get-PnPConnection, Get-PnPContext, Get-PnPFile, Get-PnPList, Get-PnPListItem, Get-PnPProperty, sharepoint-online</td>
<td style="text-align: center;">Import-Module, Download-SharePointFiles, Write-Verbose, New-Item, Out-Null, Where-Object, Write-Host, Join-Path</td>
</tr>
<tr>
<td><a href="spo-download-files-and-archive/README.html">Download all files from array of documents urls and archive them</a></td>
<td style="text-align: center;">m365 login, m365 logout, m365 status, m365 spo file get, Connect-PnPOnline, Disconnect-PnPOnline, Get-PnPFile</td>
<td style="text-align: center;">Import-Csv, Select-Object, New-Item, Join-Path, Compress-Archive, Write-Host</td>
Expand Down Expand Up @@ -1707,7 +1712,7 @@ <h3 id="sharepoint-online-management-shell-usage">SharePoint Online Management S
</tr>
</tbody>
</table>
<p>There are <strong>301</strong> script scenarios with metadata in the site | Generated: 03 Dec 2024 11:28:04</p>
<p>There are <strong>302</strong> script scenarios with metadata in the site | Generated: 11 Dec 2024 07:57:13</p>
</article>
</div>
</div>
Expand Down
63 changes: 60 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6625,6 +6625,63 @@
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "../scripts/spo-download-all-doclibs/README.md",
"output": {
".html": {
"relative_path": "spo-download-all-doclibs/README.html",
"hash": "AjmVgoj+bJlPWhIMKPZTyA=="
}
},
"is_incremental": false,
"version": "",
"plugin": "add-to-gallery"
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-download-all-doclibs/assets/example01.png",
"output": {
"resource": {
"relative_path": "spo-download-all-doclibs/assets/example01.png"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-download-all-doclibs/assets/example02.png",
"output": {
"resource": {
"relative_path": "spo-download-all-doclibs/assets/example02.png"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-download-all-doclibs/assets/preview.png",
"output": {
"resource": {
"relative_path": "spo-download-all-doclibs/assets/preview.png"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-download-all-doclibs/assets/sample.json",
"output": {
"resource": {
"relative_path": "spo-download-all-doclibs/assets/sample.json"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "../scripts/spo-download-files-and-archive/README.md",
Expand Down Expand Up @@ -15063,7 +15120,7 @@
"output": {
".html": {
"relative_path": "cmdusage.html",
"hash": "CwXnNmpRQzlwdzaD4NN5hQ=="
"hash": "tRcdBNt0vdzPO7r8cNvZQA=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -15208,7 +15265,7 @@
"output": {
".html": {
"relative_path": "matrix.html",
"hash": "zFZDzVyC+CTBB7eQyJ75lw=="
"hash": "6+kCySMmrSvkUa6nyqnESg=="
}
},
"is_incremental": false,
Expand All @@ -15220,7 +15277,7 @@
"output": {
".html": {
"relative_path": "metadata.html",
"hash": "pogQzU155CiuW7yq5X7RLw=="
"hash": "WvjIDjvt3VIcPHg8Sr1ohw=="
}
},
"is_incremental": false,
Expand Down
14 changes: 11 additions & 3 deletions matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
</div>
<h1 id="matrix-of-sample-distribution-by-tool">Matrix of Sample Distribution by Tool</h1>

<p>There are <strong>301</strong> scenarios and <strong>410</strong> scripts in the site | Generated: 03 Dec 2024 11:27:41</p>
<p>PnP PowerShell: 254 <br>Cli for Microsoft 365 PowerShell: 113<br>Cli for Microsoft 365 Bash: 1<br>Graph SDK: 19<br>SPO Management SDK: 23<br> All Tabs: 454<br><br></p>
<p>There are <strong>302</strong> scenarios and <strong>411</strong> scripts in the site | Generated: 11 Dec 2024 07:56:50</p>
<p>PnP PowerShell: 255 <br>Cli for Microsoft 365 PowerShell: 113<br>Cli for Microsoft 365 Bash: 1<br>Graph SDK: 19<br>SPO Management SDK: 23<br> All Tabs: 455<br><br></p>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -1201,6 +1201,14 @@ <h1 id="matrix-of-sample-distribution-by-tool">Matrix of Sample Distribution by
<td style="text-align: center;">-</td>
</tr>
<tr>
<td><a href="spo-download-all-doclibs/README.html">Download all documents from all document libraries in a site, including version history</a></td>
<td style="text-align: center;">👍</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">-</td>
</tr>
<tr>
<td><a href="spo-download-files-and-archive/README.html">Download all files from array of documents urls and archive them</a></td>
<td style="text-align: center;">👍</td>
<td style="text-align: center;">👍</td>
Expand Down Expand Up @@ -2522,7 +2530,7 @@ <h1 id="matrix-of-sample-distribution-by-tool">Matrix of Sample Distribution by
</tr>
<tr>
<td>-</td>
<td style="text-align: center;">254</td>
<td style="text-align: center;">255</td>
<td style="text-align: center;">113</td>
<td style="text-align: center;">1</td>
<td style="text-align: center;">19</td>
Expand Down
13 changes: 12 additions & 1 deletion metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,17 @@ <h1 id="metadata-report-of-samples">Metadata Report of Samples</h1>
<td style="text-align: center;">1</td>
</tr>
<tr>
<td><a href="spo-download-all-doclibs/README.html">Download all documents from all document libraries in a site, including version history</a></td>
<td style="text-align: center;">SharePoint</td>
<td style="text-align: center;">Data</td>
<td style="text-align: center;"><cmdlets-used></cmdlets-used></td>
<td style="text-align: center;">PNP-POWERSHELL</td>
<td style="text-align: center;">👍</td>
<td style="text-align: center;">👍</td>
<td style="text-align: center;">-</td>
<td style="text-align: center;">1</td>
</tr>
<tr>
<td><a href="spo-download-files-and-archive/README.html">Download all files from array of documents urls and archive them</a></td>
<td style="text-align: center;">SharePoint</td>
<td style="text-align: center;">Data</td>
Expand Down Expand Up @@ -3426,7 +3437,7 @@ <h1 id="metadata-report-of-samples">Metadata Report of Samples</h1>
</tr>
</tbody>
</table>
<p>There are <strong>301</strong> script scenarios with metadata in the site | Generated: 03 Dec 2024 11:27:43</p>
<p>There are <strong>302</strong> script scenarios with metadata in the site | Generated: 11 Dec 2024 07:56:51</p>
</article>
</div>
</div>
Expand Down
Loading

0 comments on commit c1c2eba

Please sign in to comment.