Skip to content

Commit 5731b95

Browse files
Release v3.0.43 (#68)
Co-authored-by: Adam-it <[email protected]>
1 parent 0e754c2 commit 5731b95

File tree

7 files changed

+2601
-2569
lines changed

7 files changed

+2601
-2569
lines changed

data/samples.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,6 +3804,38 @@
38043804
"createDate": "2022-03-24",
38053805
"source": "script-samples"
38063806
},
3807+
{
3808+
"title": "Add a SharePoint Document Library as a Tab in Microsoft Teams",
3809+
"url": "https://pnp.github.io/script-samples/teams-add-sharepointlibrary-as-tab/README.html",
3810+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-add-sharepointlibrary-as-tab/README.md",
3811+
"description": "This script allows you to add a SharePoint Document Library as a Tab in Microsoft Teams.",
3812+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-add-sharepointlibrary-as-tab/assets/preview.png",
3813+
"type": [
3814+
"powershell"
3815+
],
3816+
"tabTag": [
3817+
"#tab/cli-m365-ps"
3818+
],
3819+
"authors": [
3820+
{
3821+
"name": "Reshmee Auckloo",
3822+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3823+
}
3824+
],
3825+
"tags": [
3826+
"Microsoft Teams",
3827+
"Governance",
3828+
"Connect-PnPOnline",
3829+
"Add-PnPTeamsTab",
3830+
"m365 login",
3831+
"m365 teams team get",
3832+
"m365 teams channel get",
3833+
"m365 teams tab add",
3834+
"m365 logout"
3835+
],
3836+
"createDate": "2025-08-12",
3837+
"source": "script-samples"
3838+
},
38073839
{
38083840
"title": "Bulk Create Teams with JSON File",
38093841
"url": "https://pnp.github.io/script-samples/teams-bulk-create-teams/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.42",
5+
"version": "3.0.43",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)