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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Dec 10, 2023
1 parent 7b209c8 commit 3705339
Show file tree
Hide file tree
Showing 5 changed files with 1,520 additions and 1,450 deletions.
10 changes: 10 additions & 0 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/aad/administrativeunit/administrativeunit-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/aad/administrativeunit/administrativeunit-list"
},
{
"name": "aad administrativeunit member list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/aad/administrativeunit/administrativeunit-member-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/aad/administrativeunit/administrativeunit-member-list"
},
{
"name": "aad administrativeunit remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/aad/administrativeunit/administrativeunit-remove.mdx",
Expand Down Expand Up @@ -3135,6 +3140,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/guestsettings/guestsettings-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/guestsettings/guestsettings-set"
},
{
"name": "teams meeting add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/meeting/meeting-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/meeting/meeting-add"
},
{
"name": "teams meeting attendancereport list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx",
Expand Down
42 changes: 42 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,48 @@
"createDate": "2021-01-13",
"source": "script-samples"
},
{
"title": "Enable/Disable Search Crawling on Sites and Libraries",
"url": "https://pnp.github.io/script-samples/spo-enable-disable-search-crawling/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-enable-disable-search-crawling/README.md",
"description": "Control the sites and libraries that get crawled. Also useful for Copilot projects to chose which areas to include",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-enable-disable-search-crawling/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Paul Bullock",
"pictureUrl": "https://github.com/pkbullock.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPWeb",
"Set-PnPSite",
"Set-PnPWeb",
"Get-PnPList",
"Set-PnPList",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo web get",
"m365 spo site set",
"m365 spo web set",
"m365 spo list get",
"m365 spo list set",
"m365 logout"
],
"createDate": "2023-11-13",
"source": "script-samples"
},
{
"title": "Enable Site Collection App Catalog on a specific sites using CSV",
"url": "https://pnp.github.io/script-samples/spo-enable-site-collection-app-catalog/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.1",
"version": "2.12.2",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 3705339

Please sign in to comment.