Skip to content

Commit da3cdb7

Browse files
Release v3.0.31 (#45)
Co-authored-by: Adam-it <[email protected]>
1 parent 45c0d45 commit da3cdb7

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

data/m365Model.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,11 @@
21952195
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx",
21962196
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/hidedefaultthemes/hidedefaultthemes-set"
21972197
},
2198+
{
2199+
"name": "spo homesite add",
2200+
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/homesite/homesite-add.mdx",
2201+
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/homesite/homesite-add"
2202+
},
21982203
{
21992204
"name": "spo homesite get",
22002205
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/homesite/homesite-get.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.30",
5+
"version": "3.0.31",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

snippets/cliForMicrosoft365.code-snippets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,6 +4013,15 @@
40134013
"m365 spo hidedefaultthemes set"
40144014
]
40154015
},
4016+
"spo homesite add": {
4017+
"body": [
4018+
"m365 spo homesite add --url $1"
4019+
],
4020+
"description": "Adds a home site",
4021+
"prefix": [
4022+
"m365 spo homesite add"
4023+
]
4024+
},
40164025
"spo homesite get": {
40174026
"body": [
40184027
"m365 spo homesite get "

webview-ui/commandsList/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/docsView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/samplesView/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)