Skip to content

Commit

Permalink
Release 2.12.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Apr 27, 2024
1 parent 0738cea commit 2fcfd70
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -1395,6 +1395,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/skype/report/report-activityuserdetail.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/skype/report/report-activityuserdetail"
},
{
"name": "spe containertype add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/containertype/containertype-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/containertype/containertype-add"
},
{
"name": "spfx package generate",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spfx/package/package-generate.mdx",
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.21",
"version": "2.12.22",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
9 changes: 9 additions & 0 deletions snippets/cliForMicrosoft365.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -2555,6 +2555,15 @@
"m365 skype report activityuserdetail "
]
},
"spe containertype add": {
"description": "Creates a new Container Type for your app",
"prefix": [
"m365 spe containertype add"
],
"body": [
"m365 spe containertype add --name $1"
]
},
"spfx doctor": {
"description": "Verifies environment configuration for using the specific version of the SharePoint Framework",
"prefix": [
Expand Down

0 comments on commit 2fcfd70

Please sign in to comment.