Skip to content

Commit 66f233e

Browse files
Release v3.0.40 (#64)
Co-authored-by: Adam-it <[email protected]>
1 parent e3b6681 commit 66f233e

File tree

7 files changed

+3423
-3396
lines changed

7 files changed

+3423
-3396
lines changed

data/samples.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,33 @@
19351935
"createDate": "2023-08-22",
19361936
"source": "script-samples"
19371937
},
1938+
{
1939+
"title": "Create a basic SharePoint FAQ page",
1940+
"url": "https://pnp.github.io/script-samples/spo-create-sharepoint-faq-page/README.html",
1941+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-create-sharepoint-faq-page/README.md",
1942+
"description": "This script creates a basic FAQ page in SharePoint using a CSV file as the source.",
1943+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-create-sharepoint-faq-page/assets/preview.png",
1944+
"type": [
1945+
"powershell"
1946+
],
1947+
"tabTag": [
1948+
"#tab/cli-m365-ps"
1949+
],
1950+
"authors": [
1951+
{
1952+
"name": "Michał Kornet",
1953+
"pictureUrl": "https://github.com/mkm17.png"
1954+
}
1955+
],
1956+
"tags": [
1957+
"m365 login",
1958+
"m365 status",
1959+
"m365 spo page section add",
1960+
"m365 logout"
1961+
],
1962+
"createDate": "2025-07-27",
1963+
"source": "script-samples"
1964+
},
19381965
{
19391966
"title": "Create SharePoint Groups in Bulk using CSV file",
19401967
"url": "https://pnp.github.io/script-samples/spo-create-sharepoint-groups-bulk-csv/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.39",
5+
"version": "3.0.40",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)