Skip to content

Commit

Permalink
Release v3.0.11 (#20)
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 Oct 6, 2024
1 parent 7cc4fff commit d7f0e0b
Show file tree
Hide file tree
Showing 7 changed files with 1,623 additions and 1,637 deletions.
45 changes: 20 additions & 25 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/cli/cli-issue.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/cli/cli-issue"
},
{
"name": "cli reconsent",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/cli/cli-reconsent.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/cli/cli-reconsent"
},
{
"name": "connection list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/connection/connection-list.mdx",
Expand Down Expand Up @@ -296,29 +291,29 @@
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-list"
},
{
"name": "entra group remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-remove"
"name": "entra group member add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-member-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-member-add"
},
{
"name": "entra group set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-set"
"name": "entra group member list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-member-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-member-list"
},
{
"name": "entra group user add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-user-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-user-add"
"name": "entra group member set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-member-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-member-set"
},
{
"name": "entra group user list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-user-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-user-list"
"name": "entra group remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-remove"
},
{
"name": "entra group user set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-user-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-user-set"
"name": "entra group set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/group/group-set.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/entra/group/group-set"
},
{
"name": "entra groupsetting add",
Expand Down Expand Up @@ -2860,11 +2855,6 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/site/site-remove"
},
{
"name": "spo site rename",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-rename.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/site/site-rename"
},
{
"name": "spo site set",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-set.mdx",
Expand Down Expand Up @@ -3080,6 +3070,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/tenant/tenant-site-archive.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/tenant/tenant-site-archive"
},
{
"name": "spo tenant site rename",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/tenant/tenant-site-rename.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/tenant/tenant-site-rename"
},
{
"name": "spo tenant site unarchive",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/tenant/tenant-site-unarchive.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.10",
"version": "3.0.11",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d7f0e0b

Please sign in to comment.