Skip to content

Commit 90523ac

Browse files
Release v3.0.25 (#37)
Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com>
1 parent 37276ea commit 90523ac

File tree

7 files changed

+901
-817
lines changed

7 files changed

+901
-817
lines changed

data/m365Model.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,11 @@
560560
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx",
561561
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/roledefinition/roledefinition-set"
562562
},
563+
{
564+
"name": "entra rolepermission list",
565+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/rolepermission/rolepermission-list.mdx",
566+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/rolepermission/rolepermission-list"
567+
},
563568
{
564569
"name": "entra siteclassification disable",
565570
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx",
@@ -1510,6 +1515,11 @@
15101515
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/skype/report/report-activityuserdetail.mdx",
15111516
"docs": "https://pnp.github.io/cli-microsoft365/cmd/skype/report/report-activityuserdetail"
15121517
},
1518+
{
1519+
"name": "spe container activate",
1520+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/container/container-activate.mdx",
1521+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-activate"
1522+
},
15131523
{
15141524
"name": "spe container get",
15151525
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/container/container-get.mdx",
@@ -2260,11 +2270,26 @@
22602270
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-contenttype-remove.mdx",
22612271
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-contenttype-remove"
22622272
},
2273+
{
2274+
"name": "spo list defaultvalue clear",
2275+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-defaultvalue-clear.mdx",
2276+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-defaultvalue-clear"
2277+
},
22632278
{
22642279
"name": "spo list defaultvalue list",
22652280
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-defaultvalue-list.mdx",
22662281
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-defaultvalue-list"
22672282
},
2283+
{
2284+
"name": "spo list defaultvalue remove",
2285+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-defaultvalue-remove.mdx",
2286+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-defaultvalue-remove"
2287+
},
2288+
{
2289+
"name": "spo list defaultvalue set",
2290+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-defaultvalue-set.mdx",
2291+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-defaultvalue-set"
2292+
},
22682293
{
22692294
"name": "spo list get",
22702295
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/list/list-get.mdx",
@@ -3790,6 +3815,11 @@
37903815
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx",
37913816
"docs": "https://pnp.github.io/cli-microsoft365/cmd/tenant/report/report-servicesusercounts"
37923817
},
3818+
{
3819+
"name": "tenant report settings set",
3820+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/tenant/report/report-settings-set.mdx",
3821+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/tenant/report/report-settings-set"
3822+
},
37933823
{
37943824
"name": "tenant security alerts list",
37953825
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/tenant/security/security-alerts-list.mdx",

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

0 commit comments

Comments
 (0)