Skip to content

Commit cec99ba

Browse files
Release v3.0.52 (#79)
Co-authored-by: Adam-it <[email protected]>
1 parent bd2b11f commit cec99ba

File tree

7 files changed

+879
-852
lines changed

7 files changed

+879
-852
lines changed

data/samples.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5957,6 +5957,33 @@
59575957
"createDate": "2021-03-15",
59585958
"source": "cli"
59595959
},
5960+
{
5961+
"title": "List SharePoint alerts usage across the tenant",
5962+
"url": "https://pnp.github.io/cli-microsoft365/sample-scripts/spo/list-tenant-alert-usage",
5963+
"rawUrl": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/sample-scripts/spo/list-tenant-alert-usage/index.mdx",
5964+
"description": "Generate a tenant-wide report of legacy SharePoint Online list alerts before their retirement.",
5965+
"image": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/sample-scripts/spo/list-tenant-alert-usage/assets/preview.png",
5966+
"type": [
5967+
"powershell"
5968+
],
5969+
"tabTag": [
5970+
"```powershell"
5971+
],
5972+
"authors": [
5973+
{
5974+
"name": "Saurabh Tripathi",
5975+
"pictureUrl": "https://avatars.githubusercontent.com/u/18114579?v=4"
5976+
}
5977+
],
5978+
"tags": [
5979+
"reports",
5980+
"alerts",
5981+
"retirement",
5982+
"tenant"
5983+
],
5984+
"createDate": "2025-10-13",
5985+
"source": "cli"
5986+
},
59605987
{
59615988
"title": "CLI - List all tenant-wide extensions",
59625989
"url": "https://pnp.github.io/cli-microsoft365/sample-scripts/spo/list-tenant-wide-extensions",

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.51",
5+
"version": "3.0.52",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)