Skip to content

Commit 7e1f734

Browse files
Release v3.0.41 (#66)
Co-authored-by: Adam-it <[email protected]>
1 parent 66f233e commit 7e1f734

File tree

7 files changed

+2611
-2569
lines changed

7 files changed

+2611
-2569
lines changed

data/m365Model.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/booking/business/business-list.mdx",
3636
"docs": "https://pnp.github.io/cli-microsoft365/cmd/booking/business/business-list"
3737
},
38+
{
39+
"name": "cli app add",
40+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/cli/app/app-add.mdx",
41+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/cli/app/app-add"
42+
},
3843
{
3944
"name": "cli app reconsent",
4045
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/cli/app/app-reconsent.mdx",
@@ -1625,6 +1630,11 @@
16251630
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx",
16261631
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-recyclebinitem-list"
16271632
},
1633+
{
1634+
"name": "spe container recyclebinitem restore",
1635+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx",
1636+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/container/container-recyclebinitem-restore"
1637+
},
16281638
{
16291639
"name": "spe container remove",
16301640
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/container/container-remove.mdx",
@@ -3550,6 +3560,11 @@
35503560
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/cache/cache-remove.mdx",
35513561
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/cache/cache-remove"
35523562
},
3563+
{
3564+
"name": "teams callrecord list",
3565+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/callrecord/callrecord-list.mdx",
3566+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/callrecord/callrecord-list"
3567+
},
35533568
{
35543569
"name": "teams channel add",
35553570
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/channel/channel-add.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.40",
5+
"version": "3.0.41",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)