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 Jan 15, 2025
1 parent 37716b2 commit 1a221e4
Show file tree
Hide file tree
Showing 10 changed files with 8,412 additions and 7,841 deletions.
7 changes: 6 additions & 1 deletion cmdusage.html
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@ <h1 id="report-of-samples-command-usage">Report of Samples Command Usage</h1>
<td style="text-align: center;">Install-Module, Write-Host</td>
</tr>
<tr>
<td><a href="spo-dev-agent-config-creation/README.html">Creating SharePoint Agents (.agent Files) with PowerShell</a></td>
<td style="text-align: center;">Connect-PnPOnline, Submit-PnPSearchQuery</td>
<td style="text-align: center;">Get-ConversationStarters, Read-Host, Write-Host, Get-Capabilities, ConvertTo-Json, Out-File</td>
</tr>
<tr>
<td><a href="spo-dev-tenant-report-export/README.html">Report and Export Solutions from M365 Developer Tenant</a></td>
<td style="text-align: center;">Connect-PnPOnline, Export-PnPFlow, Export-PnPPowerApp, Get-PnPApp, Get-PnPAzureADApp, Get-PnPAzureADAppPermission, Get-PnPFile, Get-PnPFlow, Get-PnPList, Get-PnPListItem, Get-PnPPowerApp, Get-PnPPowerPlatformEnvironment, Get-PnPSite, Get-PnPSiteTemplate, Get-PnPTeamsApp, Get-PnPTenant, Get-PnPTenantAppCatalogUrl, Get-PnPTenantSite</td>
<td style="text-align: center;">Start-Transcript, New-Item, Write-Host, Select-Object, Export-Csv, Where-Object, Remove-Item, ForEach-Object, Add-Member, ConvertTo-Json, Stop-Transcript</td>
Expand Down Expand Up @@ -1742,7 +1747,7 @@ <h3 id="sharepoint-online-management-shell-usage">SharePoint Online Management S
</tr>
</tbody>
</table>
<p>There are <strong>308</strong> script scenarios with metadata in the site | Generated: 03 Jan 2025 01:50:32</p>
<p>There are <strong>309</strong> script scenarios with metadata in the site | Generated: 15 Jan 2025 08:15:20</p>
</article>
</div>
</div>
Expand Down
52 changes: 49 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6511,6 +6511,52 @@
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "../scripts/spo-dev-agent-config-creation/README.md",
"output": {
".html": {
"relative_path": "spo-dev-agent-config-creation/README.html",
"hash": "FQUAommZVWTOht6VDVq2+A=="
}
},
"is_incremental": false,
"version": "",
"plugin": "add-to-gallery"
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-dev-agent-config-creation/assets/example.png",
"output": {
"resource": {
"relative_path": "spo-dev-agent-config-creation/assets/example.png"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-dev-agent-config-creation/assets/preview.png",
"output": {
"resource": {
"relative_path": "spo-dev-agent-config-creation/assets/preview.png"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "../scripts/spo-dev-agent-config-creation/assets/sample.json",
"output": {
"resource": {
"relative_path": "spo-dev-agent-config-creation/assets/sample.json"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "../scripts/spo-dev-tenant-report-export/README.md",
Expand Down Expand Up @@ -15341,7 +15387,7 @@
"output": {
".html": {
"relative_path": "cmdusage.html",
"hash": "/GdWeFd5Qxs8isfosRIPyA=="
"hash": "SGnuA5Xgtg2pqc16ppjT8w=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -15486,7 +15532,7 @@
"output": {
".html": {
"relative_path": "matrix.html",
"hash": "zKgSI5/zqefgzYwmP0Kkhg=="
"hash": "ka/Yh3hDcTQ14HvzmJviBQ=="
}
},
"is_incremental": false,
Expand All @@ -15498,7 +15544,7 @@
"output": {
".html": {
"relative_path": "metadata.html",
"hash": "66apHEbLQf6hjTpH+unGDQ=="
"hash": "oB2CD6iyAD1zrFLpgdkUgQ=="
}
},
"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>308</strong> scenarios and <strong>417</strong> scripts in the site | Generated: 03 Jan 2025 01:50:09</p>
<p>PnP PowerShell: 260 <br>Cli for Microsoft 365 PowerShell: 114<br>Cli for Microsoft 365 Bash: 1<br>Graph SDK: 19<br>SPO Management SDK: 23<br> All Tabs: 461<br><br></p>
<p>There are <strong>309</strong> scenarios and <strong>418</strong> scripts in the site | Generated: 15 Jan 2025 08:14:55</p>
<p>PnP PowerShell: 261 <br>Cli for Microsoft 365 PowerShell: 114<br>Cli for Microsoft 365 Bash: 1<br>Graph SDK: 19<br>SPO Management SDK: 23<br> All Tabs: 462<br><br></p>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -1185,6 +1185,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-dev-agent-config-creation/README.html">Creating SharePoint Agents (.agent Files) with PowerShell</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-dev-tenant-report-export/README.html">Report and Export Solutions from M365 Developer Tenant</a></td>
<td style="text-align: center;">👍</td>
<td style="text-align: center;">-</td>
Expand Down Expand Up @@ -2578,7 +2586,7 @@ <h1 id="matrix-of-sample-distribution-by-tool">Matrix of Sample Distribution by
</tr>
<tr>
<td>-</td>
<td style="text-align: center;">260</td>
<td style="text-align: center;">261</td>
<td style="text-align: center;">114</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 @@ -1588,6 +1588,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-dev-agent-config-creation/README.html">Creating SharePoint Agents (.agent Files) with PowerShell</a></td>
<td style="text-align: center;">SharePoint, Microsoft 365 Copilot</td>
<td style="text-align: center;">Deploy, Provision, Configure, AI, Microsoft 365 Copilot</td>
<td style="text-align: center;">Connect-PnPOnline, Submit-PnPSearchQuery, ConvertTo-Json</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-dev-tenant-report-export/README.html">Report and Export Solutions from M365 Developer Tenant</a></td>
<td style="text-align: center;">SharePoint, Office, Graph, PowerApps, Teams, Power Automate, Azure</td>
<td style="text-align: center;">Deploy, Report</td>
Expand Down Expand Up @@ -3503,7 +3514,7 @@ <h1 id="metadata-report-of-samples">Metadata Report of Samples</h1>
</tr>
</tbody>
</table>
<p>There are <strong>308</strong> script scenarios with metadata in the site | Generated: 03 Jan 2025 01:50:11</p>
<p>There are <strong>309</strong> script scenarios with metadata in the site | Generated: 15 Jan 2025 08:14:57</p>
</article>
</div>
</div>
Expand Down
Loading

0 comments on commit 1a221e4

Please sign in to comment.