Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Release 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Mar 31, 2024
1 parent 8a946de commit 7d8412d
Show file tree
Hide file tree
Showing 4 changed files with 1,529 additions and 1,493 deletions.
36 changes: 36 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2600,6 +2600,42 @@
"createDate": "2021-10-13",
"source": "script-samples"
},
{
"title": "Get custom fields within lists and libraries within a site",
"url": "https://pnp.github.io/script-samples/spo-get-customfields-lists/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-customfields-lists/README.md",
"description": "Get custom Fields within lists and libraries within a site.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-customfields-lists/assets/Preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPList",
"Get-PnPField",
"Disconnect-PnPOnline",
"m365 login",
"m365 status",
"m365 spo list list",
"m365 spo field list",
"m365 logout"
],
"createDate": "2023-06-30",
"source": "script-samples"
},
{
"title": "Get SharePoint List Or Library Permissions And Export It To CSV",
"url": "https://pnp.github.io/script-samples/spo-get-list-library-permission-export-to-csv/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli-for-microsoft-365-extension",
"displayName": "CLI for Microsoft 365 extension",
"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.",
"version": "2.12.19",
"version": "2.12.20",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 7d8412d

Please sign in to comment.