Skip to content

Commit

Permalink
Release v3.0.4 (#10)
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 Jul 28, 2024
1 parent 968c905 commit a8a8d41
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 6 deletions.
25 changes: 25 additions & 0 deletions data/m365Model.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@
"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 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 oauth2grant add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx",
Expand Down Expand Up @@ -1625,6 +1630,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/contenttype/contenttype-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/contenttype/contenttype-add"
},
{
"name": "spo contenttype field list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/contenttype/contenttype-field-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/contenttype/contenttype-field-list"
},
{
"name": "spo contenttype field remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx",
Expand Down Expand Up @@ -3305,6 +3315,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/meeting/meeting-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/meeting/meeting-add"
},
{
"name": "teams meeting attendancereport get",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/meeting/meeting-attendancereport-get.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/meeting/meeting-attendancereport-get"
},
{
"name": "teams meeting attendancereport list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/meeting/meeting-attendancereport-list.mdx",
Expand Down Expand Up @@ -3345,6 +3360,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/message/message-list.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/message/message-list"
},
{
"name": "teams message remove",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/message/message-remove.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/teams/message/message-remove"
},
{
"name": "teams message reply list",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/teams/message/message-reply-list.mdx",
Expand Down Expand Up @@ -3655,6 +3675,11 @@
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/connections/connections-app-create.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/viva/connections/connections-app-create"
},
{
"name": "viva engage community add",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/engage/engage-community-add.mdx",
"docs": "https://pnp.github.io/cli-microsoft365/cmd/viva/engage/engage-community-add"
},
{
"name": "viva engage community get",
"url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/engage/engage-community-get.mdx",
Expand Down
61 changes: 61 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,40 @@
"createDate": "2020-08-23",
"source": "script-samples"
},
{
"title": "Remove the Teamify link on Group sites",
"url": "https://pnp.github.io/script-samples/spo-remove-teamify-link/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/README.md",
"description": "Remove the link in the left hand side suggesting to convert a Group Site to a Teams site",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-teamify-link/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Valeras Narbutas",
"pictureUrl": "https://avatars.githubusercontent.com/u/16476453?v=4"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Set-PnPSite",
"Set-PnPPropertyBagValue",
"Set-PnPTeamifyPromptHidden"
],
"createDate": "2024-07-16",
"source": "script-samples"
},
{
"title": "Run A Search Query And Export To CSV",
"url": "https://pnp.github.io/script-samples/spo-search-export-to-csv/README.html",
Expand Down Expand Up @@ -4557,6 +4591,33 @@
"createDate": "2020-03-28",
"source": "cli"
},
{
"title": "CLI - Add CI/CD Pipeline for your SharePoint Framework project",
"url": "https://pnp.github.io/cli-microsoft365/sample-scripts/spo/add-ci-cd-pipeline",
"rawUrl": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/index.mdx",
"description": "Script will create either a GitHub Actions or Azure DevOps CI/CD pipeline for your SharePoint Framework project.",
"image": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/sample-scripts/spo/add-ci-cd-pipeline/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"```powershell"
],
"authors": [
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
}
],
"tags": [
"DevOps",
"pipelines",
"CI/CD",
"workflows"
],
"createDate": "2024-05-05",
"source": "cli"
},
{
"title": "Add custom client-side web part to modern page",
"url": "https://pnp.github.io/cli-microsoft365/sample-scripts/spo/add-custom-clientside-webpart-to-modern-page",
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.3",
"version": "3.0.4",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
45 changes: 45 additions & 0 deletions snippets/cliForMicrosoft365.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,15 @@
"m365 entra m365group user set"
]
},
"entra multitenant get": {
"body": [
"m365 entra multitenant get "
],
"description": "Gets properties of the multitenant organization",
"prefix": [
"m365 entra multitenant get"
]
},
"entra oauth2grant add": {
"body": [
"m365 entra oauth2grant add "
Expand Down Expand Up @@ -2978,6 +2987,15 @@
"m365 spo contenttype add"
]
},
"spo contenttype field list": {
"body": [
"m365 spo contenttype field list --webUrl $1"
],
"description": "Lists fields for a given site or list content type",
"prefix": [
"m365 spo contenttype field list"
]
},
"spo contenttype field remove": {
"body": [
"m365 spo contenttype field remove --webUrl $1 --contentTypeId $2 --fieldLinkId $3"
Expand Down Expand Up @@ -6011,6 +6029,15 @@
"m365 teams meeting add"
]
},
"teams meeting attendancereport get": {
"body": [
"m365 teams meeting attendancereport get --meetingId $1"
],
"description": "Gets attendance report for a given meeting",
"prefix": [
"m365 teams meeting attendancereport get"
]
},
"teams meeting attendancereport list": {
"body": [
"m365 teams meeting attendancereport list --meetingId $1"
Expand Down Expand Up @@ -6083,6 +6110,15 @@
"m365 teams message list"
]
},
"teams message remove": {
"body": [
"m365 teams message remove --id $1"
],
"description": "Removes a message from a channel in a Microsoft Teams team",
"prefix": [
"m365 teams message remove"
]
},
"teams message reply list": {
"body": [
"m365 teams message reply list --teamId $1 --channelId $2 --messageId $3"
Expand Down Expand Up @@ -6650,6 +6686,15 @@
"m365 viva connections app create"
]
},
"viva engage community add": {
"body": [
"m365 viva engage community add --displayName $1 --description $2 --privacy $3"
],
"description": "Creates a new community in Viva Engage",
"prefix": [
"m365 viva engage community add"
]
},
"viva engage community get": {
"body": [
"m365 viva engage community get --id $1"
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/commandsList/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 webview-ui/docsView/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 webview-ui/samplesView/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8a8d41

Please sign in to comment.