Skip to content

Commit

Permalink
Release v3.0.6 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Aug 19, 2024
1 parent 28b4c6d commit d1b2176
Show file tree
Hide file tree
Showing 7 changed files with 1,615 additions and 1,545 deletions.
27 changes: 26 additions & 1 deletion data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,26 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/m365group/m365group-user-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-set"
},
{
"name": "entra multitenant add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/multitenant/multitenant-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/multitenant/multitenant-add"
},
{
"name": "entra multitenant get",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/multitenant/multitenant-get.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/multitenant/multitenant-get"
},
{
"name": "entra multitenant remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/multitenant/multitenant-remove"
},
{
"name": "entra multitenant set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/multitenant/multitenant-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/multitenant/multitenant-set"
},
{
"name": "entra oauth2grant add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx",
Expand Down Expand Up @@ -1431,7 +1446,7 @@
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/containertype/containertype-add"
},
{
"name": "Container Types list",
"name": "spe containertype list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spe/containertype/containertype-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spe/containertype/containertype-list"
},
Expand Down Expand Up @@ -1975,6 +1990,16 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/folder/folder-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/folder/folder-set"
},
{
"name": "spo folder sharinglink get",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/folder/folder-sharinglink-get.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/folder/folder-sharinglink-get"
},
{
"name": "spo folder sharinglink list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/folder/folder-sharinglink-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/folder/folder-sharinglink-list"
},
{
"name": "spo group add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/group/group-add.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": "3.0.5",
"version": "3.0.6",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d1b2176

Please sign in to comment.