Skip to content

Commit 6a73798

Browse files
Release v3.0.56 (#88)
Co-authored-by: Adam-it <[email protected]>
1 parent 633e93b commit 6a73798

File tree

6 files changed

+75
-6
lines changed

6 files changed

+75
-6
lines changed

data/samples.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,41 @@
15781578
"createDate": "2023-04-03",
15791579
"source": "script-samples"
15801580
},
1581+
{
1582+
"title": "Apply site theme",
1583+
"url": "https://pnp.github.io/script-samples/spo-apply-site-theme/README.html",
1584+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-site-theme/README.md",
1585+
"description": "Apply a theme to a specific SharePoint site without adding a tenant theme that would be available for all sites.",
1586+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-site-theme/assets/preview.png",
1587+
"type": [
1588+
"powershell"
1589+
],
1590+
"tabTag": [
1591+
"#tab/cli-m365-ps"
1592+
],
1593+
"authors": [
1594+
{
1595+
"name": "Aimery Thomas",
1596+
"pictureUrl": "https://github.com/a1mery.png"
1597+
},
1598+
{
1599+
"name": "Adam Wójcik",
1600+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
1601+
}
1602+
],
1603+
"tags": [
1604+
"Connect-PnPOnline",
1605+
"Get-PnPAccessToken",
1606+
"Invoke-RestMethod",
1607+
"Disconnect-PnPOnline",
1608+
"m365 login",
1609+
"m365 spo theme set",
1610+
"m365 spo theme apply",
1611+
"m365 spo theme remove"
1612+
],
1613+
"createDate": "2025-10-22",
1614+
"source": "script-samples"
1615+
},
15811616
{
15821617
"title": "Associate Multiple Site Collections to Hub Site",
15831618
"url": "https://pnp.github.io/script-samples/spo-associate-multiple-sites-to-hub/README.html",
@@ -1734,6 +1769,40 @@
17341769
"createDate": "2021-10-15",
17351770
"source": "script-samples"
17361771
},
1772+
{
1773+
"title": "Compare files hash from two different SharePoint tenants",
1774+
"url": "https://pnp.github.io/script-samples/spo-compare-files/README.html",
1775+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-compare-files/README.md",
1776+
"description": "This script will compare files hash from two different SharePoint tenants",
1777+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-compare-files/assets/preview.png",
1778+
"type": [
1779+
"powershell"
1780+
],
1781+
"tabTag": [
1782+
"#tab/cli-m365-ps"
1783+
],
1784+
"authors": [
1785+
{
1786+
"name": "Valeras Narbutas",
1787+
"pictureUrl": "https://avatars.githubusercontent.com/u/16476453?v=4"
1788+
},
1789+
{
1790+
"name": "Adam Wójcik",
1791+
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
1792+
}
1793+
],
1794+
"tags": [
1795+
"hash",
1796+
"Connect-PnPOnline",
1797+
"Get-PnPFile",
1798+
"Get-FileHash",
1799+
"m365 login",
1800+
"m365 spo file get",
1801+
"m365 connection use"
1802+
],
1803+
"createDate": "2023-01-27",
1804+
"source": "script-samples"
1805+
},
17371806
{
17381807
"title": "Copy library view to another library(ies)",
17391808
"url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cli-for-microsoft-365-extension",
33
"displayName": "CLI for Microsoft 365 extension",
44
"description": "This extension provides functionalities that may be helpful when creating scripts using CLI for Microsoft 365 like docs, commands list, sample gallery and many more.",
5-
"version": "3.0.55",
5+
"version": "3.0.56",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

webview-ui/commandsList/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/docsView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/samplesView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)