From 7cc4fffb97c986f4f61c329d4cca008dceed79b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:41:04 +0200 Subject: [PATCH] Release v3.0.10 (#19) Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com> --- data/m365Model.json | 10 + package-lock.json | 4 +- package.json | 2 +- snippets/cliForMicrosoft365.code-snippets | 3164 +++++++++++---------- webview-ui/commandsList/package-lock.json | 2 +- webview-ui/docsView/package-lock.json | 2 +- webview-ui/samplesView/package-lock.json | 2 +- 7 files changed, 1607 insertions(+), 1579 deletions(-) diff --git a/data/m365Model.json b/data/m365Model.json index 214368b..54663a5 100644 --- a/data/m365Model.json +++ b/data/m365Model.json @@ -2870,6 +2870,11 @@ "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-set.mdx", "docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/site/site-set" }, + { + "name": "spo site sharingpermission set", + "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/site/site-sharingpermission-set.mdx", + "docs": "https://pnp.github.io/cli-microsoft365/cmd/spo/site/site-sharingpermission-set" + }, { "name": "spo sitedesign add", "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx", @@ -3785,6 +3790,11 @@ "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/engage/engage-community-get.mdx", "docs": "https://pnp.github.io/cli-microsoft365/cmd/viva/engage/engage-community-get" }, + { + "name": "viva engage community list", + "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/engage/engage-community-list.mdx", + "docs": "https://pnp.github.io/cli-microsoft365/cmd/viva/engage/engage-community-list" + }, { "name": "viva engage group list", "url": "https://raw.githubusercontent.com/pnp/cli-microsoft365/main/docs/docs/cmd/viva/engage/engage-group-list.mdx", diff --git a/package-lock.json b/package-lock.json index 547e8b4..5814e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-for-microsoft-365-extension", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cli-for-microsoft-365-extension", - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/package.json b/package.json index a5f590d..d79074d 100644 --- a/package.json +++ b/package.json @@ -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.9", + "version": "3.0.10", "publisher": "adamwojcikit", "author": { "name": "Adam" diff --git a/snippets/cliForMicrosoft365.code-snippets b/snippets/cliForMicrosoft365.code-snippets index 1246f15..1ee4e37 100644 --- a/snippets/cliForMicrosoft365.code-snippets +++ b/snippets/cliForMicrosoft365.code-snippets @@ -1,7076 +1,7094 @@ { "adaptivecard send": { - "description": "Sends adaptive card to the specified URL", "body": [ "m365 adaptivecard send --url $1" ], "prefix": [ "m365 adaptivecard send" - ] + ], + "description": "Sends adaptive card to the specified URL" }, "app get": { - "description": "Retrieves information about the current Microsoft Entra app", "body": [ "m365 app get " ], "prefix": [ "m365 app get" - ] + ], + "description": "Retrieves information about the current Microsoft Entra app" }, "app open": { - "description": "Opens Microsoft Entra app in the Microsoft Entra ID portal", "body": [ "m365 app open " ], "prefix": [ "m365 app open" - ] + ], + "description": "Opens Microsoft Entra app in the Microsoft Entra ID portal" }, "app permission add": { - "description": "Adds the specified application and/or delegated permissions to the current Microsoft Entra app API permissions", "body": [ "m365 app permission add " ], "prefix": [ "m365 app permission add" - ] + ], + "description": "Adds the specified application and/or delegated permissions to the current Microsoft Entra app API permissions" }, "app permission list": { - "description": "Lists API permissions for the current Microsoft Entra app", "body": [ "m365 app permission list " ], "prefix": [ "m365 app permission list" - ] + ], + "description": "Lists API permissions for the current Microsoft Entra app" }, "booking business get": { - "description": "Retrieve the specified Microsoft Bookings business.", "body": [ "m365 booking business get " ], "prefix": [ "m365 booking business get" - ] + ], + "description": "Retrieve the specified Microsoft Bookings business." }, "booking business list": { - "description": "Lists all Microsoft Bookings businesses that are created for the tenant.", "body": [ "m365 booking business list " ], "prefix": [ "m365 booking business list" - ] + ], + "description": "Lists all Microsoft Bookings businesses that are created for the tenant." }, "cli completion clink update": { - "description": "Updates command completion for Clink (cmder)", "body": [ "m365 cli completion clink update " ], "prefix": [ "m365 cli completion clink update" - ] + ], + "description": "Updates command completion for Clink (cmder)" }, "cli completion pwsh setup": { - "description": "Sets up command completion for PowerShell", "body": [ "m365 cli completion pwsh setup --profile $1" ], "prefix": [ "m365 cli completion pwsh setup" - ] + ], + "description": "Sets up command completion for PowerShell" }, "cli completion pwsh update": { - "description": "Updates command completion for PowerShell", "body": [ "m365 cli completion pwsh update " ], "prefix": [ "m365 cli completion pwsh update" - ] + ], + "description": "Updates command completion for PowerShell" }, "cli completion sh setup": { - "description": "Sets up command completion for Zsh, Bash and Fish", "body": [ "m365 cli completion sh setup " ], "prefix": [ "m365 cli completion sh setup" - ] + ], + "description": "Sets up command completion for Zsh, Bash and Fish" }, "cli completion sh update": { - "description": "Updates command completion for Zsh, Bash and Fish", "body": [ "m365 cli completion sh update " ], "prefix": [ "m365 cli completion sh update" - ] + ], + "description": "Updates command completion for Zsh, Bash and Fish" }, "cli config get": { - "description": "Gets value of a CLI for Microsoft 365 configuration option", "body": [ "m365 cli config get --key $1" ], "prefix": [ "m365 cli config get" - ] + ], + "description": "Gets value of a CLI for Microsoft 365 configuration option" }, "cli config list": { - "description": "List all self-set CLI for Microsoft 365 configurations", "body": [ "m365 cli config list " ], "prefix": [ "m365 cli config list" - ] + ], + "description": "List all self-set CLI for Microsoft 365 configurations" }, "cli config reset": { - "description": "Resets the specified CLI configuration option to its default value", "body": [ "m365 cli config reset " ], "prefix": [ "m365 cli config reset" - ] + ], + "description": "Resets the specified CLI configuration option to its default value" }, "cli config set": { - "description": "Sets CLI for Microsoft 365 configuration options", "body": [ "m365 cli config set --key $1" ], "prefix": [ "m365 cli config set" - ] + ], + "description": "Sets CLI for Microsoft 365 configuration options" }, "cli consent": { - "description": "Consent additional permissions for the Microsoft Entra application used by the CLI for Microsoft 365", "body": [ "m365 cli consent --service $1" ], "prefix": [ "m365 cli consent" - ] + ], + "description": "Consent additional permissions for the Microsoft Entra application used by the CLI for Microsoft 365" }, "cli doctor": { - "description": "Retrieves diagnostic information about the current environment", "body": [ "m365 cli doctor " ], "prefix": [ "m365 cli doctor" - ] + ], + "description": "Retrieves diagnostic information about the current environment" }, "cli issue": { - "description": "Returns, or opens a URL that takes the user to the right place in the CLI GitHub repo to create a new issue reporting bug, feedback, ideas, etc.", "body": [ "m365 cli issue --type $1" ], "prefix": [ "m365 cli issue" - ] + ], + "description": "Returns, or opens a URL that takes the user to the right place in the CLI GitHub repo to create a new issue reporting bug, feedback, ideas, etc." }, "cli reconsent": { - "description": "Returns URL to open in the browser to re-consent CLI for Microsoft 365 Microsoft Entra permissions", "body": [ "m365 cli reconsent " ], "prefix": [ "m365 cli reconsent" - ] + ], + "description": "Returns URL to open in the browser to re-consent CLI for Microsoft 365 Microsoft Entra permissions" }, "connection list": { - "description": "Show the list of available connections", "body": [ "m365 connection list " ], "prefix": [ "m365 connection list" - ] + ], + "description": "Show the list of available connections" }, "connection remove": { - "description": "Remove the specified connection", "body": [ "m365 connection remove --name $1" ], "prefix": [ "m365 connection remove" - ] + ], + "description": "Remove the specified connection" }, "connection set": { - "description": "Rename the specified connection", "body": [ "m365 connection set --name $1" ], "prefix": [ "m365 connection set" - ] + ], + "description": "Rename the specified connection" }, "connection use": { - "description": "Activate the specified Microsoft 365 tenant connection", "body": [ "m365 connection use " ], "prefix": [ "m365 connection use" - ] + ], + "description": "Activate the specified Microsoft 365 tenant connection" }, "context init": { - "description": "Initiates CLI for Microsoft 365 context in the current working folder", "body": [ "m365 context init " ], "prefix": [ "m365 context init" - ] + ], + "description": "Initiates CLI for Microsoft 365 context in the current working folder" }, "context option list": { - "description": "List all options added to the context", "body": [ "m365 context option list " ], "prefix": [ "m365 context option list" - ] + ], + "description": "List all options added to the context" }, "context option remove": { - "description": "Removes an already available name from local context file.", "body": [ "m365 context option remove --name $1" ], "prefix": [ "m365 context option remove" - ] + ], + "description": "Removes an already available name from local context file." }, "context option set": { - "description": "Allows to add a new name for the option and value to the local context file.", "body": [ "m365 context option set --name $1 --value $2" ], "prefix": [ "m365 context option set" - ] + ], + "description": "Allows to add a new name for the option and value to the local context file." }, "context remove": { - "description": "Removes the CLI for Microsoft 365 context in the current working folder", "body": [ "m365 context remove " ], "prefix": [ "m365 context remove" - ] + ], + "description": "Removes the CLI for Microsoft 365 context in the current working folder" }, "docs": { - "description": "Returns the CLI for Microsoft 365 docs webpage URL", "body": [ "m365 docs " ], "prefix": [ "m365 docs" - ] + ], + "description": "Returns the CLI for Microsoft 365 docs webpage URL" }, "entra administrativeunit add": { - "description": "Creates a new administrative unit", "body": [ "m365 entra administrativeunit add " ], "prefix": [ "m365 entra administrativeunit add" - ] + ], + "description": "Creates a new administrative unit" }, "entra administrativeunit get": { - "description": "Gets information about a specific administrative unit", "body": [ "m365 entra administrativeunit get " ], "prefix": [ "m365 entra administrativeunit get" - ] + ], + "description": "Gets information about a specific administrative unit" }, "entra administrativeunit list": { - "description": "Retrieves a list of administrative units", "body": [ "m365 entra administrativeunit list " ], "prefix": [ "m365 entra administrativeunit list" - ] + ], + "description": "Retrieves a list of administrative units" }, "entra administrativeunit member add": { - "description": "Add a member (user, group, or device) to an administrative unit", "body": [ "m365 entra administrativeunit member add " ], "prefix": [ "m365 entra administrativeunit member add" - ] + ], + "description": "Add a member (user, group, or device) to an administrative unit" }, "entra administrativeunit member get": { - "description": "Retrieves info about a specific member of an administrative unit", "body": [ "m365 entra administrativeunit member get " ], "prefix": [ "m365 entra administrativeunit member get" - ] + ], + "description": "Retrieves info about a specific member of an administrative unit" }, "entra administrativeunit member list": { - "description": "Retrieves members (users, groups, or devices) of an administrative unit", "body": [ "m365 entra administrativeunit member list " ], "prefix": [ "m365 entra administrativeunit member list" - ] + ], + "description": "Retrieves members (users, groups, or devices) of an administrative unit" }, "entra administrativeunit member remove": { - "description": "Removes a member (user, group, or device) from an administrative unit", "body": [ "m365 entra administrativeunit member remove " ], "prefix": [ "m365 entra administrativeunit member remove" - ] + ], + "description": "Removes a member (user, group, or device) from an administrative unit" }, "entra administrativeunit remove": { - "description": "Removes an administrative unit", "body": [ "m365 entra administrativeunit remove " ], "prefix": [ "m365 entra administrativeunit remove" - ] + ], + "description": "Removes an administrative unit" }, "entra administrativeunit roleassignment add": { - "description": "Assigns a Microsoft Entra role with administrative unit scope to a user", "body": [ "m365 entra administrativeunit roleassignment add " ], "prefix": [ "m365 entra administrativeunit roleassignment add" - ] + ], + "description": "Assigns a Microsoft Entra role with administrative unit scope to a user" }, "entra app add": { - "description": "Creates new Entra app registration", "body": [ "m365 entra app add " ], "prefix": [ "m365 entra app add" - ] + ], + "description": "Creates new Entra app registration" }, "entra app get": { - "description": "Gets an Entra app registration", "body": [ "m365 entra app get " ], "prefix": [ "m365 entra app get" - ] + ], + "description": "Gets an Entra app registration" }, "entra app list": { - "description": "Retrieves a list of Entra app registrations", "body": [ "m365 entra app list " ], "prefix": [ "m365 entra app list" - ] + ], + "description": "Retrieves a list of Entra app registrations" }, "entra app permission add": { - "description": "Adds the specified application and/or delegated permissions to a Microsoft Entra app", "body": [ "m365 entra app permission add " ], "prefix": [ "m365 entra app permission add" - ] + ], + "description": "Adds the specified application and/or delegated permissions to a Microsoft Entra app" }, "entra app permission list": { - "description": "Lists the application and delegated permissions for a specified Entra Application Registration", "body": [ "m365 entra app permission list " ], "prefix": [ "m365 entra app permission list" - ] + ], + "description": "Lists the application and delegated permissions for a specified Entra Application Registration" }, "entra app permission remove": { - "description": "Removes the specified application and/or delegated permissions from a specified Entra app.", "body": [ "m365 entra app permission remove " ], "prefix": [ "m365 entra app permission remove" - ] + ], + "description": "Removes the specified application and/or delegated permissions from a specified Entra app." }, "entra app remove": { - "description": "Removes an Entra app registration", "body": [ "m365 entra app remove " ], "prefix": [ "m365 entra app remove" - ] + ], + "description": "Removes an Entra app registration" }, "entra app role add": { - "description": "Adds role to the specified Entra app registration", "body": [ "m365 entra app role add " ], "prefix": [ "m365 entra app role add" - ] + ], + "description": "Adds role to the specified Entra app registration" }, "entra app role list": { - "description": "Gets Entra app registration roles", "body": [ "m365 entra app role list " ], "prefix": [ "m365 entra app role list" - ] + ], + "description": "Gets Entra app registration roles" }, "entra app role remove": { - "description": "Removes role from the specified Entra app registration", "body": [ "m365 entra app role remove " ], "prefix": [ "m365 entra app role remove" - ] + ], + "description": "Removes role from the specified Entra app registration" }, "entra app set": { - "description": "Updates Entra app registration", "body": [ "m365 entra app set " ], "prefix": [ "m365 entra app set" - ] + ], + "description": "Updates Entra app registration" }, "entra approleassignment add": { - "description": "Adds service principal permissions also known as scopes and app role assignments for specified Microsoft Entra application registration", "body": [ "m365 entra approleassignment add " ], "prefix": [ "m365 entra approleassignment add" - ] + ], + "description": "Adds service principal permissions also known as scopes and app role assignments for specified Microsoft Entra application registration" }, "entra approleassignment list": { - "description": "Lists app role assignments for the specified application registration", "body": [ "m365 entra approleassignment list " ], "prefix": [ "m365 entra approleassignment list" - ] + ], + "description": "Lists app role assignments for the specified application registration" }, "entra approleassignment remove": { - "description": "Deletes an app role assignment for the specified Entra application registration", "body": [ "m365 entra approleassignment remove " ], "prefix": [ "m365 entra approleassignment remove" - ] + ], + "description": "Deletes an app role assignment for the specified Entra application registration" }, "entra enterpriseapp add": { - "description": "Creates an enterprise application (or service principal) for a registered Entra app", "body": [ "m365 entra enterpriseapp add " ], "prefix": [ "m365 entra enterpriseapp add" - ] + ], + "description": "Creates an enterprise application (or service principal) for a registered Entra app" }, "entra enterpriseapp get": { - "description": "Gets information about an enterprise application (or service principal)", "body": [ "m365 entra enterpriseapp get " ], "prefix": [ "m365 entra enterpriseapp get" - ] + ], + "description": "Gets information about an enterprise application (or service principal)" }, "entra enterpriseapp list": { - "description": "Lists the enterprise applications (or service principals) in Entra ID", "body": [ "m365 entra enterpriseapp list " ], "prefix": [ "m365 entra enterpriseapp list" - ] + ], + "description": "Lists the enterprise applications (or service principals) in Entra ID" }, "entra enterpriseapp remove": { - "description": "Deletes an enterprise application (or service principal)", "body": [ "m365 entra enterpriseapp remove " ], "prefix": [ "m365 entra enterpriseapp remove" - ] + ], + "description": "Deletes an enterprise application (or service principal)" }, "entra group add": { - "description": "Creates a Microsoft Entra group", "body": [ "m365 entra group add " ], "prefix": [ "m365 entra group add" - ] + ], + "description": "Creates a Microsoft Entra group" }, "entra group get": { - "description": "Gets information about the specified Entra group", "body": [ "m365 entra group get " ], "prefix": [ "m365 entra group get" - ] + ], + "description": "Gets information about the specified Entra group" }, "entra group list": { - "description": "Lists Entra groups", "body": [ "m365 entra group list " ], "prefix": [ "m365 entra group list" - ] + ], + "description": "Lists Entra groups" }, "entra group remove": { - "description": "Removes an Entra group", "body": [ "m365 entra group remove " ], "prefix": [ "m365 entra group remove" - ] + ], + "description": "Removes an Entra group" }, "entra group set": { - "description": "Updates a Microsoft Entra group", "body": [ "m365 entra group set " ], "prefix": [ "m365 entra group set" - ] + ], + "description": "Updates a Microsoft Entra group" }, "entra group user add": { - "description": "Adds a user to a Microsoft Entra ID group", "body": [ "m365 entra group user add --role $1" ], "prefix": [ "m365 entra group user add" - ] + ], + "description": "Adds a user to a Microsoft Entra ID group" }, "entra group user list": { - "description": "Lists users of a specific Entra group", "body": [ "m365 entra group user list " ], "prefix": [ "m365 entra group user list" - ] + ], + "description": "Lists users of a specific Entra group" }, "entra group user set": { - "description": "Updates role of users in a Microsoft Entra ID group", "body": [ "m365 entra group user set --role $1" ], "prefix": [ "m365 entra group user set" - ] + ], + "description": "Updates role of users in a Microsoft Entra ID group" }, "entra groupsetting add": { - "description": "Creates a group setting", "body": [ "m365 entra groupsetting add " ], "prefix": [ "m365 entra groupsetting add" - ] + ], + "description": "Creates a group setting" }, "entra groupsetting get": { - "description": "Gets information about the particular group setting", "body": [ "m365 entra groupsetting get " ], "prefix": [ "m365 entra groupsetting get" - ] + ], + "description": "Gets information about the particular group setting" }, "entra groupsetting list": { - "description": "Lists Entra group settings", "body": [ "m365 entra groupsetting list " ], "prefix": [ "m365 entra groupsetting list" - ] + ], + "description": "Lists Entra group settings" }, "entra groupsetting remove": { - "description": "Removes the particular group setting", "body": [ "m365 entra groupsetting remove " ], "prefix": [ "m365 entra groupsetting remove" - ] + ], + "description": "Removes the particular group setting" }, "entra groupsetting set": { - "description": "Updates the particular group setting", "body": [ "m365 entra groupsetting set " ], "prefix": [ "m365 entra groupsetting set" - ] + ], + "description": "Updates the particular group setting" }, "entra groupsettingtemplate get": { - "description": "Gets information about the specified Entra group settings template", "body": [ "m365 entra groupsettingtemplate get " ], "prefix": [ "m365 entra groupsettingtemplate get" - ] + ], + "description": "Gets information about the specified Entra group settings template" }, "entra groupsettingtemplate list": { - "description": "Lists Entra group settings templates", "body": [ "m365 entra groupsettingtemplate list " ], "prefix": [ "m365 entra groupsettingtemplate list" - ] + ], + "description": "Lists Entra group settings templates" }, "entra license list": { - "description": "Lists commercial subscriptions that an organization has acquired", "body": [ "m365 entra license list " ], "prefix": [ "m365 entra license list" - ] + ], + "description": "Lists commercial subscriptions that an organization has acquired" }, "entra m365group add": { - "description": "Creates a Microsoft 365 Group", "body": [ "m365 entra m365group add " ], "prefix": [ "m365 entra m365group add" - ] + ], + "description": "Creates a Microsoft 365 Group" }, "entra m365group conversation list": { - "description": "Lists conversations for the specified Microsoft 365 group", "body": [ "m365 entra m365group conversation list " ], "prefix": [ "m365 entra m365group conversation list" - ] + ], + "description": "Lists conversations for the specified Microsoft 365 group" }, "entra m365group conversation post list": { - "description": "Lists conversation posts of a Microsoft 365 group", "body": [ "m365 entra m365group conversation post list " ], "prefix": [ "m365 entra m365group conversation post list" - ] + ], + "description": "Lists conversation posts of a Microsoft 365 group" }, "entra m365group get": { - "description": "Gets information about the specified Microsoft 365 Group or Microsoft Teams team", "body": [ "m365 entra m365group get " ], "prefix": [ "m365 entra m365group get" - ] + ], + "description": "Gets information about the specified Microsoft 365 Group or Microsoft Teams team" }, "entra m365group list": { - "description": "Lists Microsoft 365 Groups in the current tenant", "body": [ "m365 entra m365group list " ], "prefix": [ "m365 entra m365group list" - ] + ], + "description": "Lists Microsoft 365 Groups in the current tenant" }, "entra m365group recyclebinitem clear": { - "description": "Clears Microsoft 365 Groups from the recycle bin in the current tenant", "body": [ "m365 entra m365group recyclebinitem clear " ], "prefix": [ "m365 entra m365group recyclebinitem clear" - ] + ], + "description": "Clears Microsoft 365 Groups from the recycle bin in the current tenant" }, "entra m365group recyclebinitem list": { - "description": "Lists Groups from the recycle bin in the current tenant", "body": [ "m365 entra m365group recyclebinitem list " ], "prefix": [ "m365 entra m365group recyclebinitem list" - ] + ], + "description": "Lists Groups from the recycle bin in the current tenant" }, "entra m365group recyclebinitem remove": { - "description": "Permanently deletes a Microsoft 365 Group from the recycle bin in the current tenant", "body": [ "m365 entra m365group recyclebinitem remove " ], "prefix": [ "m365 entra m365group recyclebinitem remove" - ] + ], + "description": "Permanently deletes a Microsoft 365 Group from the recycle bin in the current tenant" }, "entra m365group recyclebinitem restore": { - "description": "Restores a deleted Microsoft 365 Group", "body": [ "m365 entra m365group recyclebinitem restore " ], "prefix": [ "m365 entra m365group recyclebinitem restore" - ] + ], + "description": "Restores a deleted Microsoft 365 Group" }, "entra m365group remove": { - "description": "Removes an Microsoft 365 Group", "body": [ "m365 entra m365group remove " ], "prefix": [ "m365 entra m365group remove" - ] + ], + "description": "Removes an Microsoft 365 Group" }, "entra m365group renew": { - "description": "Renews Microsoft 365 group's expiration", "body": [ "m365 entra m365group renew " ], "prefix": [ "m365 entra m365group renew" - ] + ], + "description": "Renews Microsoft 365 group's expiration" }, "entra m365group report activitycounts": { - "description": "Get the number of group activities across group workloads", "body": [ "m365 entra m365group report activitycounts " ], "prefix": [ "m365 entra m365group report activitycounts" - ] + ], + "description": "Get the number of group activities across group workloads" }, "entra m365group report activitydetail": { - "description": "Get details about Microsoft 365 Groups activity by group.", "body": [ "m365 entra m365group report activitydetail " ], "prefix": [ "m365 entra m365group report activitydetail" - ] + ], + "description": "Get details about Microsoft 365 Groups activity by group." }, "entra m365group report activityfilecounts": { - "description": "Get the total number of files and how many of them were active across all group sites associated with an Microsoft 365 Group", "body": [ "m365 entra m365group report activityfilecounts " ], "prefix": [ "m365 entra m365group report activityfilecounts" - ] + ], + "description": "Get the total number of files and how many of them were active across all group sites associated with an Microsoft 365 Group" }, "entra m365group report activitygroupcounts": { - "description": "Get the daily total number of groups and how many of them were active based on email conversations, Viva Engage posts, and SharePoint file activities.", "body": [ "m365 entra m365group report activitygroupcounts " ], "prefix": [ "m365 entra m365group report activitygroupcounts" - ] + ], + "description": "Get the daily total number of groups and how many of them were active based on email conversations, Viva Engage posts, and SharePoint file activities." }, "entra m365group report activitystorage": { - "description": "Get the total storage used across all group mailboxes and group sites", "body": [ "m365 entra m365group report activitystorage " ], "prefix": [ "m365 entra m365group report activitystorage" - ] + ], + "description": "Get the total storage used across all group mailboxes and group sites" }, "entra m365group set": { - "description": "Updates Microsoft 365 Group properties", "body": [ "m365 entra m365group set " ], "prefix": [ "m365 entra m365group set" - ] + ], + "description": "Updates Microsoft 365 Group properties" }, "entra m365group teamify": { - "description": "Creates a new Microsoft Teams team under existing Microsoft 365 group", "body": [ "m365 entra m365group teamify " ], "prefix": [ "m365 entra m365group teamify" - ] + ], + "description": "Creates a new Microsoft Teams team under existing Microsoft 365 group" }, "entra m365group user add": { - "description": "Adds user to specified Microsoft 365 Group or Microsoft Teams team", "body": [ "m365 entra m365group user add " ], "prefix": [ "m365 entra m365group user add" - ] + ], + "description": "Adds user to specified Microsoft 365 Group or Microsoft Teams team" }, "entra m365group user list": { - "description": "Lists users for the specified Microsoft 365 group", "body": [ "m365 entra m365group user list " ], "prefix": [ "m365 entra m365group user list" - ] + ], + "description": "Lists users for the specified Microsoft 365 group" }, "entra m365group user remove": { - "description": "Removes the specified user from specified Microsoft 365 Group or Microsoft Teams team", "body": [ "m365 entra m365group user remove " ], "prefix": [ "m365 entra m365group user remove" - ] + ], + "description": "Removes the specified user from specified Microsoft 365 Group or Microsoft Teams team" }, "entra m365group user set": { - "description": "Updates role of the specified users in the specified Microsoft 365 Group or Microsoft Teams team", "body": [ "m365 entra m365group user set " ], "prefix": [ "m365 entra m365group user set" - ] + ], + "description": "Updates role of the specified users in the specified Microsoft 365 Group or Microsoft Teams team" }, "entra multitenant add": { - "description": "Creates a new multitenant organization", "body": [ "m365 entra multitenant add --displayName $1" ], "prefix": [ "m365 entra multitenant add" - ] + ], + "description": "Creates a new multitenant organization" }, "entra multitenant get": { - "description": "Gets properties of the multitenant organization", "body": [ "m365 entra multitenant get " ], "prefix": [ "m365 entra multitenant get" - ] + ], + "description": "Gets properties of the multitenant organization" }, "entra multitenant remove": { - "description": "Removes a multitenant organization", "body": [ "m365 entra multitenant remove " ], "prefix": [ "m365 entra multitenant remove" - ] + ], + "description": "Removes a multitenant organization" }, "entra multitenant set": { - "description": "Updates the properties of a multitenant organization", "body": [ "m365 entra multitenant set " ], "prefix": [ "m365 entra multitenant set" - ] + ], + "description": "Updates the properties of a multitenant organization" }, "entra oauth2grant add": { - "description": "Grant the specified service principal OAuth2 permissions to the specified resource", "body": [ "m365 entra oauth2grant add " ], "prefix": [ "m365 entra oauth2grant add" - ] + ], + "description": "Grant the specified service principal OAuth2 permissions to the specified resource" }, "entra oauth2grant list": { - "description": "Lists OAuth2 permission grants for the specified service principal", "body": [ "m365 entra oauth2grant list " ], "prefix": [ "m365 entra oauth2grant list" - ] + ], + "description": "Lists OAuth2 permission grants for the specified service principal" }, "entra oauth2grant remove": { - "description": "Remove specified service principal OAuth2 permissions", "body": [ "m365 entra oauth2grant remove " ], "prefix": [ "m365 entra oauth2grant remove" - ] + ], + "description": "Remove specified service principal OAuth2 permissions" }, "entra oauth2grant set": { - "description": "Update OAuth2 permissions for the service principal", "body": [ "m365 entra oauth2grant set " ], "prefix": [ "m365 entra oauth2grant set" - ] + ], + "description": "Update OAuth2 permissions for the service principal" }, "entra pim role assignment add": { - "description": "Request activation of an Entra role assignment for a user or group.", "body": [ "m365 entra pim role assignment add " ], "prefix": [ "m365 entra pim role assignment add" - ] + ], + "description": "Request activation of an Entra role assignment for a user or group." }, "entra pim role assignment eligibility list": { - "description": "Retrieves a list of eligible roles a user or group can be assigned to", "body": [ "m365 entra pim role assignment eligibility list " ], "prefix": [ "m365 entra pim role assignment eligibility list" - ] + ], + "description": "Retrieves a list of eligible roles a user or group can be assigned to" }, "entra pim role assignment list": { - "description": "Retrieves a list of Entra role assignments for a user or group.", "body": [ "m365 entra pim role assignment list " ], "prefix": [ "m365 entra pim role assignment list" - ] + ], + "description": "Retrieves a list of Entra role assignments for a user or group." }, "entra pim role request list": { - "description": "Retrieves a list of PIM requests for roles", "body": [ "m365 entra pim role request list " ], "prefix": [ "m365 entra pim role request list" - ] + ], + "description": "Retrieves a list of PIM requests for roles" }, "entra policy list": { - "description": "Returns policies from Entra ID", "body": [ "m365 entra policy list " ], "prefix": [ "m365 entra policy list" - ] + ], + "description": "Returns policies from Entra ID" }, "entra siteclassification disable": { - "description": "Disables site classification", "body": [ "m365 entra siteclassification disable " ], "prefix": [ "m365 entra siteclassification disable" - ] + ], + "description": "Disables site classification" }, "entra siteclassification enable": { - "description": "Enables site classification configuration", "body": [ "m365 entra siteclassification enable " ], "prefix": [ "m365 entra siteclassification enable" - ] + ], + "description": "Enables site classification configuration" }, "entra siteclassification get": { - "description": "Gets site classification configuration", "body": [ "m365 entra siteclassification get " ], "prefix": [ "m365 entra siteclassification get" - ] + ], + "description": "Gets site classification configuration" }, "entra siteclassification set": { - "description": "Updates site classification configuration", "body": [ "m365 entra siteclassification set " ], "prefix": [ "m365 entra siteclassification set" - ] + ], + "description": "Updates site classification configuration" }, "entra user add": { - "description": "Creates a new user", "body": [ "m365 entra user add " ], "prefix": [ "m365 entra user add" - ] + ], + "description": "Creates a new user" }, "entra user get": { - "description": "Gets information about the specified user", "body": [ "m365 entra user get " ], "prefix": [ "m365 entra user get" - ] + ], + "description": "Gets information about the specified user" }, "entra user groupmembership list": { - "description": "Retrieves all groups where the user is a member of", "body": [ "m365 entra user groupmembership list " ], "prefix": [ "m365 entra user groupmembership list" - ] + ], + "description": "Retrieves all groups where the user is a member of" }, "entra user guest add": { - "description": "Invite an external user to the organization", "body": [ "m365 entra user guest add " ], "prefix": [ "m365 entra user guest add" - ] + ], + "description": "Invite an external user to the organization" }, "entra user hibp": { - "description": "Allows you to retrieve all accounts that have been pwned with the specified username", "body": [ "m365 entra user hibp " ], "prefix": [ "m365 entra user hibp" - ] + ], + "description": "Allows you to retrieve all accounts that have been pwned with the specified username" }, "entra user license add": { - "description": "Assigns a license to a user", "body": [ "m365 entra user license add " ], "prefix": [ "m365 entra user license add" - ] + ], + "description": "Assigns a license to a user" }, "entra user license list": { - "description": "Lists the license details for a given user", "body": [ "m365 entra user license list " ], "prefix": [ "m365 entra user license list" - ] + ], + "description": "Lists the license details for a given user" }, "entra user license remove": { - "description": "Removes a license from a user", "body": [ "m365 entra user license remove " ], "prefix": [ "m365 entra user license remove" - ] + ], + "description": "Removes a license from a user" }, "entra user list": { - "description": "Lists users matching specified criteria", "body": [ "m365 entra user list " ], "prefix": [ "m365 entra user list" - ] + ], + "description": "Lists users matching specified criteria" }, "entra user password validate": { - "description": "Check a user's password against the organization's password validation policy", "body": [ "m365 entra user password validate " ], "prefix": [ "m365 entra user password validate" - ] + ], + "description": "Check a user's password against the organization's password validation policy" }, "entra user recyclebinitem clear": { - "description": "Removes all users from the tenant recycle bin", "body": [ "m365 entra user recyclebinitem clear " ], "prefix": [ "m365 entra user recyclebinitem clear" - ] + ], + "description": "Removes all users from the tenant recycle bin" }, "entra user recyclebinitem list": { - "description": "Lists users from the recycle bin in the current tenant", "body": [ "m365 entra user recyclebinitem list " ], "prefix": [ "m365 entra user recyclebinitem list" - ] + ], + "description": "Lists users from the recycle bin in the current tenant" }, "entra user recyclebinitem remove": { - "description": "Removes a user from the recycle bin in the current tenant", "body": [ "m365 entra user recyclebinitem remove " ], "prefix": [ "m365 entra user recyclebinitem remove" - ] + ], + "description": "Removes a user from the recycle bin in the current tenant" }, "entra user recyclebinitem restore": { - "description": "Restores a user from the recycle bin in the current tenant", "body": [ "m365 entra user recyclebinitem restore " ], "prefix": [ "m365 entra user recyclebinitem restore" - ] + ], + "description": "Restores a user from the recycle bin in the current tenant" }, "entra user registrationdetails list": { - "description": "Retrieves a list of the authentication methods registered for users", "body": [ "m365 entra user registrationdetails list " ], "prefix": [ "m365 entra user registrationdetails list" - ] + ], + "description": "Retrieves a list of the authentication methods registered for users" }, "entra user remove": { - "description": "Removes a specific user", "body": [ "m365 entra user remove " ], "prefix": [ "m365 entra user remove" - ] + ], + "description": "Removes a specific user" }, "entra user set": { - "description": "Updates information of the specified user", "body": [ "m365 entra user set " ], "prefix": [ "m365 entra user set" - ] + ], + "description": "Updates information of the specified user" }, "entra user signin list": { - "description": "Retrieves the Entra ID user sign-ins for the tenant", "body": [ "m365 entra user signin list " ], "prefix": [ "m365 entra user signin list" - ] + ], + "description": "Retrieves the Entra ID user sign-ins for the tenant" }, "external connection add": { - "description": "Add a new external connection", "body": [ "m365 external connection add " ], "prefix": [ "m365 external connection add" - ] + ], + "description": "Add a new external connection" }, "external connection doctor": { - "description": "Checks if the external connection is correctly configured for use with a specified user experience in Microsoft 365", "body": [ "m365 external connection doctor --id $1" ], "prefix": [ "m365 external connection doctor" - ] + ], + "description": "Checks if the external connection is correctly configured for use with a specified user experience in Microsoft 365" }, "external connection get": { - "description": "Allow the administrator to get a specific external connection", "body": [ "m365 external connection get " ], "prefix": [ "m365 external connection get" - ] + ], + "description": "Allow the administrator to get a specific external connection" }, "external connection list": { - "description": "Lists external connections", "body": [ "m365 external connection list " ], "prefix": [ "m365 external connection list" - ] + ], + "description": "Lists external connections" }, "external connection remove": { - "description": "Allow the administrator to remove a specific external connection", "body": [ "m365 external connection remove " ], "prefix": [ "m365 external connection remove" - ] + ], + "description": "Allow the administrator to remove a specific external connection" }, "external connection schema add": { - "description": "Allow the administrator to add a schema to a specific external connection", "body": [ "m365 external connection schema add " ], "prefix": [ "m365 external connection schema add" - ] + ], + "description": "Allow the administrator to add a schema to a specific external connection" }, "external connection urltoitemresolver add": { - "description": "Adds a URL to item resolver to an external connection", "body": [ "m365 external connection urltoitemresolver add --externalConnectionId $1 --baseUrls $2 --urlPattern $3 --priority $4" ], "prefix": [ "m365 external connection urltoitemresolver add" - ] + ], + "description": "Adds a URL to item resolver to an external connection" }, "external item add": { - "description": "Creates external item", "body": [ "m365 external item add --id $1 --externalConnectionId $2 --content $3 --acls $4" ], "prefix": [ "m365 external item add" - ] + ], + "description": "Creates external item" }, "file add": { - "description": "Uploads file to the specified site using Microsoft Graph", "body": [ "m365 file add --folderUrl $1 --filePath $2" ], "prefix": [ "m365 file add" - ] + ], + "description": "Uploads file to the specified site using Microsoft Graph" }, "file convert pdf": { - "description": "Converts the specified file to PDF using Microsoft Graph", "body": [ "m365 file convert pdf --sourceFile $1 --targetFile $2" ], "prefix": [ "m365 file convert pdf" - ] + ], + "description": "Converts the specified file to PDF using Microsoft Graph" }, "file copy": { - "description": "Copies a file to another location using the Microsoft Graph", "body": [ "m365 file copy --webUrl $1 --sourceUrl $2 --targetUrl $3" ], "prefix": [ "m365 file copy" - ] + ], + "description": "Copies a file to another location using the Microsoft Graph" }, "file list": { - "description": "Retrieves files from the specified folder and site", "body": [ "m365 file list --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 file list" - ] + ], + "description": "Retrieves files from the specified folder and site" }, "file move": { - "description": "Moves a file to another location using the Microsoft Graph", "body": [ "m365 file move --webUrl $1 --sourceUrl $2 --targetUrl $3" ], "prefix": [ "m365 file move" - ] + ], + "description": "Moves a file to another location using the Microsoft Graph" }, "flow disable": { - "description": "Disables specified Power Automate flow", "body": [ "m365 flow disable --name $1 --environmentName $2" ], "prefix": [ "m365 flow disable" - ] + ], + "description": "Disables specified Power Automate flow" }, "flow enable": { - "description": "Enables specified Power Automate flow", "body": [ "m365 flow enable --name $1 --environmentName $2" ], "prefix": [ "m365 flow enable" - ] + ], + "description": "Enables specified Power Automate flow" }, "flow environment get": { - "description": "Gets information about the specified Microsoft Flow environment", "body": [ "m365 flow environment get " ], "prefix": [ "m365 flow environment get" - ] + ], + "description": "Gets information about the specified Microsoft Flow environment" }, "flow environment list": { - "description": "Lists Microsoft Flow environments in the current tenant", "body": [ "m365 flow environment list " ], "prefix": [ "m365 flow environment list" - ] + ], + "description": "Lists Microsoft Flow environments in the current tenant" }, "flow export": { - "description": "Exports the specified Power Automate flow", "body": [ "m365 flow export --name $1 --environmentName $2" ], "prefix": [ "m365 flow export" - ] + ], + "description": "Exports the specified Power Automate flow" }, "flow get": { - "description": "Gets information about the specified Power Automate flow", "body": [ "m365 flow get --name $1 --environmentName $2" ], "prefix": [ "m365 flow get" - ] + ], + "description": "Gets information about the specified Power Automate flow" }, "flow list": { - "description": "Lists Power Automate flows in the given environment", "body": [ "m365 flow list --environmentName $1" ], "prefix": [ "m365 flow list" - ] + ], + "description": "Lists Power Automate flows in the given environment" }, "flow owner ensure": { - "description": "Assigns/updates permissions to a Power Automate flow", "body": [ "m365 flow owner ensure --environmentName $1 --flowName $2 --roleName $3" ], "prefix": [ "m365 flow owner ensure" - ] + ], + "description": "Assigns/updates permissions to a Power Automate flow" }, "flow owner list": { - "description": "Lists all owners of a Power Automate flow", "body": [ "m365 flow owner list --environmentName $1 --flowName $2" ], "prefix": [ "m365 flow owner list" - ] + ], + "description": "Lists all owners of a Power Automate flow" }, "flow owner remove": { - "description": "Removes owner permissions to a Power Automate flow", "body": [ "m365 flow owner remove --environmentName $1 --flowName $2" ], "prefix": [ "m365 flow owner remove" - ] + ], + "description": "Removes owner permissions to a Power Automate flow" }, "flow recyclebinitem list": { - "description": "Lists all soft-deleted Power Automate flows within an environment", "body": [ "m365 flow recyclebinitem list --environmentName $1" ], "prefix": [ "m365 flow recyclebinitem list" - ] + ], + "description": "Lists all soft-deleted Power Automate flows within an environment" }, "flow recyclebinitem restore": { - "description": "Restores a soft-deleted Power Automate flow", "body": [ "m365 flow recyclebinitem restore --environmentName $1 --flowName $2" ], "prefix": [ "m365 flow recyclebinitem restore" - ] + ], + "description": "Restores a soft-deleted Power Automate flow" }, "flow remove": { - "description": "Removes the specified Power Automate flow", "body": [ "m365 flow remove --name $1 --environmentName $2" ], "prefix": [ "m365 flow remove" - ] + ], + "description": "Removes the specified Power Automate flow" }, "flow run cancel": { - "description": "Cancels a specific run for the specified flow", "body": [ "m365 flow run cancel --name $1 --environmentName $2" ], "prefix": [ "m365 flow run cancel" - ] + ], + "description": "Cancels a specific run for the specified flow" }, "flow run get": { - "description": "Gets information about a specific run of the specified Power Automate flow", "body": [ "m365 flow run get --name $1 --flowName $2 --environmentName $3" ], "prefix": [ "m365 flow run get" - ] + ], + "description": "Gets information about a specific run of the specified Power Automate flow" }, "flow run list": { - "description": "Lists runs of the specified Microsoft Flow", "body": [ "m365 flow run list --flowName $1 --environmentName $2" ], "prefix": [ "m365 flow run list" - ] + ], + "description": "Lists runs of the specified Microsoft Flow" }, "flow run resubmit": { - "description": "Resubmits a specific flow run for the specified Microsoft Flow", "body": [ "m365 flow run resubmit --name $1 --environmentName $2" ], "prefix": [ "m365 flow run resubmit" - ] + ], + "description": "Resubmits a specific flow run for the specified Microsoft Flow" }, "graph changelog list": { - "description": "Gets an overview of specific API-level changes in Microsoft Graph v1.0 and beta", "body": [ "m365 graph changelog list " ], "prefix": [ "m365 graph changelog list" - ] + ], + "description": "Gets an overview of specific API-level changes in Microsoft Graph v1.0 and beta" }, "graph schemaextension add": { - "description": "Creates a Microsoft Graph schema extension", "body": [ "m365 graph schemaextension add --id $1 --owner $2 --targetTypes $3" ], "prefix": [ "m365 graph schemaextension add" - ] + ], + "description": "Creates a Microsoft Graph schema extension" }, "graph schemaextension get": { - "description": "Gets the properties of the specified schema extension definition", "body": [ "m365 graph schemaextension get --id $1" ], "prefix": [ "m365 graph schemaextension get" - ] + ], + "description": "Gets the properties of the specified schema extension definition" }, "graph schemaextension list": { - "description": "Get a list of schemaExtension objects created in the current tenant, that can be InDevelopment, Available, or Deprecated.", "body": [ "m365 graph schemaextension list " ], "prefix": [ "m365 graph schemaextension list" - ] + ], + "description": "Get a list of schemaExtension objects created in the current tenant, that can be InDevelopment, Available, or Deprecated." }, "graph schemaextension remove": { - "description": "Removes specified Microsoft Graph schema extension", "body": [ "m365 graph schemaextension remove --id $1" ], "prefix": [ "m365 graph schemaextension remove" - ] + ], + "description": "Removes specified Microsoft Graph schema extension" }, "graph schemaextension set": { - "description": "Updates a Microsoft Graph schema extension", "body": [ "m365 graph schemaextension set --id $1 --owner $2" ], "prefix": [ "m365 graph schemaextension set" - ] + ], + "description": "Updates a Microsoft Graph schema extension" }, "graph subscription add": { - "description": "Creates a Microsoft Graph subscription", "body": [ "m365 graph subscription add --resource $1 --changeTypes $2 --notificationUrl $3" ], "prefix": [ "m365 graph subscription add" - ] + ], + "description": "Creates a Microsoft Graph subscription" }, "login": { - "description": "Log in to Microsoft 365", "body": [ "m365 login " ], "prefix": [ "m365 login" - ] + ], + "description": "Log in to Microsoft 365" }, "logout": { - "description": "Log out from Microsoft 365", "body": [ "m365 logout " ], "prefix": [ "m365 logout" - ] + ], + "description": "Log out from Microsoft 365" }, "onedrive list": { - "description": "Retrieves a list of OneDrive sites", "body": [ "m365 onedrive list " ], "prefix": [ "m365 onedrive list" - ] + ], + "description": "Retrieves a list of OneDrive sites" }, "onedrive report activityfilecounts": { - "description": "Gets the number of unique, licensed users that performed file interactions against any OneDrive account", "body": [ "m365 onedrive report activityfilecounts --period $1" ], "prefix": [ "m365 onedrive report activityfilecounts" - ] + ], + "description": "Gets the number of unique, licensed users that performed file interactions against any OneDrive account" }, "onedrive report activityusercounts": { - "description": "Gets the trend in the number of active OneDrive users", "body": [ "m365 onedrive report activityusercounts --period $1" ], "prefix": [ "m365 onedrive report activityusercounts" - ] + ], + "description": "Gets the trend in the number of active OneDrive users" }, "onedrive report activityuserdetail": { - "description": "Gets details about OneDrive activity by user", "body": [ "m365 onedrive report activityuserdetail " ], "prefix": [ "m365 onedrive report activityuserdetail" - ] + ], + "description": "Gets details about OneDrive activity by user" }, "onedrive report usageaccountcounts": { - "description": "Gets the trend in the number of active OneDrive for Business sites", "body": [ "m365 onedrive report usageaccountcounts --period $1" ], "prefix": [ "m365 onedrive report usageaccountcounts" - ] + ], + "description": "Gets the trend in the number of active OneDrive for Business sites" }, "onedrive report usageaccountdetail": { - "description": "Gets details about OneDrive usage by account", "body": [ "m365 onedrive report usageaccountdetail " ], "prefix": [ "m365 onedrive report usageaccountdetail" - ] + ], + "description": "Gets details about OneDrive usage by account" }, "onedrive report usagefilecounts": { - "description": "Gets the total number of files across all sites and how many are active files", "body": [ "m365 onedrive report usagefilecounts --period $1" ], "prefix": [ "m365 onedrive report usagefilecounts" - ] + ], + "description": "Gets the total number of files across all sites and how many are active files" }, "onedrive report usagestorage": { - "description": "Gets the trend on the amount of storage you are using in OneDrive for Business", "body": [ "m365 onedrive report usagestorage --period $1" ], "prefix": [ "m365 onedrive report usagestorage" - ] + ], + "description": "Gets the trend on the amount of storage you are using in OneDrive for Business" }, "onenote notebook add": { - "description": "Create a new OneNote notebook.", "body": [ "m365 onenote notebook add --name $1 -- $2" ], "prefix": [ "m365 onenote notebook add" - ] + ], + "description": "Create a new OneNote notebook." }, "onenote notebook list": { - "description": "Retrieve a list of notebooks.", "body": [ "m365 onenote notebook list " ], "prefix": [ "m365 onenote notebook list" - ] + ], + "description": "Retrieve a list of notebooks." }, "onenote page list": { - "description": "Retrieve a list of OneNote pages.", "body": [ "m365 onenote page list " ], "prefix": [ "m365 onenote page list" - ] + ], + "description": "Retrieve a list of OneNote pages." }, "outlook mail send": { - "description": "Sends an email", "body": [ "m365 outlook mail send --subject $1 --bodyContents $2" ], "prefix": [ "m365 outlook mail send" - ] + ], + "description": "Sends an email" }, "outlook message get": { - "description": "Retrieves specified message", "body": [ "m365 outlook message get --id $1" ], "prefix": [ "m365 outlook message get" - ] + ], + "description": "Retrieves specified message" }, "outlook message list": { - "description": "Gets all mail messages from the specified folder", "body": [ "m365 outlook message list " ], "prefix": [ "m365 outlook message list" - ] + ], + "description": "Gets all mail messages from the specified folder" }, "outlook message move": { - "description": "Moves message to the specified folder", "body": [ "m365 outlook message move --id $1" ], "prefix": [ "m365 outlook message move" - ] + ], + "description": "Moves message to the specified folder" }, "outlook message remove": { - "description": "Permanently removes a specific message from a mailbox", "body": [ "m365 outlook message remove --id $1" ], "prefix": [ "m365 outlook message remove" - ] + ], + "description": "Permanently removes a specific message from a mailbox" }, "outlook report mailactivitycounts": { - "description": "Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization", "body": [ "m365 outlook report mailactivitycounts " ], "prefix": [ "m365 outlook report mailactivitycounts" - ] + ], + "description": "Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization" }, "outlook report mailactivityusercounts": { - "description": "Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive", "body": [ "m365 outlook report mailactivityusercounts " ], "prefix": [ "m365 outlook report mailactivityusercounts" - ] + ], + "description": "Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive" }, "outlook report mailactivityuserdetail": { - "description": "Gets details about email activity users have performed", "body": [ "m365 outlook report mailactivityuserdetail " ], "prefix": [ "m365 outlook report mailactivityuserdetail" - ] + ], + "description": "Gets details about email activity users have performed" }, "outlook report mailappusageappsusercounts": { - "description": "Gets the count of unique users per email app", "body": [ "m365 outlook report mailappusageappsusercounts " ], "prefix": [ "m365 outlook report mailappusageappsusercounts" - ] + ], + "description": "Gets the count of unique users per email app" }, "outlook report mailappusageusercounts": { - "description": "Gets the count of unique users that connected to Exchange Online using any email app", "body": [ "m365 outlook report mailappusageusercounts " ], "prefix": [ "m365 outlook report mailappusageusercounts" - ] + ], + "description": "Gets the count of unique users that connected to Exchange Online using any email app" }, "outlook report mailappusageuserdetail": { - "description": "Gets details about which activities users performed on the various email apps", "body": [ "m365 outlook report mailappusageuserdetail " ], "prefix": [ "m365 outlook report mailappusageuserdetail" - ] + ], + "description": "Gets details about which activities users performed on the various email apps" }, "outlook report mailappusageversionsusercounts": { - "description": "Gets the count of unique users by Outlook desktop version.", "body": [ "m365 outlook report mailappusageversionsusercounts " ], "prefix": [ "m365 outlook report mailappusageversionsusercounts" - ] + ], + "description": "Gets the count of unique users by Outlook desktop version." }, "outlook report mailboxusagedetail": { - "description": "Gets details about mailbox usage", "body": [ "m365 outlook report mailboxusagedetail --period $1" ], "prefix": [ "m365 outlook report mailboxusagedetail" - ] + ], + "description": "Gets details about mailbox usage" }, "outlook report mailboxusagemailboxcount": { - "description": "Gets the total number of user mailboxes in your organization and how many are active each day of the reporting period.", "body": [ "m365 outlook report mailboxusagemailboxcount --period $1" ], "prefix": [ "m365 outlook report mailboxusagemailboxcount" - ] + ], + "description": "Gets the total number of user mailboxes in your organization and how many are active each day of the reporting period." }, "outlook report mailboxusagequotastatusmailboxcounts": { - "description": "Gets the count of user mailboxes in each quota category", "body": [ "m365 outlook report mailboxusagequotastatusmailboxcounts --period $1" ], "prefix": [ "m365 outlook report mailboxusagequotastatusmailboxcounts" - ] + ], + "description": "Gets the count of user mailboxes in each quota category" }, "outlook report mailboxusagestorage": { - "description": "Gets the amount of mailbox storage used in your organization", "body": [ "m365 outlook report mailboxusagestorage --period $1" ], "prefix": [ "m365 outlook report mailboxusagestorage" - ] + ], + "description": "Gets the amount of mailbox storage used in your organization" }, "outlook room list": { - "description": "Get a collection of all available rooms", "body": [ "m365 outlook room list " ], "prefix": [ "m365 outlook room list" - ] + ], + "description": "Get a collection of all available rooms" }, "outlook roomlist list": { - "description": "Get a collection of available roomlists", "body": [ "m365 outlook roomlist list " ], "prefix": [ "m365 outlook roomlist list" - ] + ], + "description": "Get a collection of available roomlists" }, "pa app consent set": { - "description": "Configures if users can bypass the API Consent window for the selected canvas app", "body": [ "m365 pa app consent set --environmentName $1 --name $2" ], "prefix": [ "m365 pa app consent set" - ] + ], + "description": "Configures if users can bypass the API Consent window for the selected canvas app" }, "pa app export": { - "description": "Exports the specified Power App", "body": [ "m365 pa app export --name $1 --environmentName $2" ], "prefix": [ "m365 pa app export" - ] + ], + "description": "Exports the specified Power App" }, "pa app get": { - "description": "Gets information about the specified Microsoft Power App", "body": [ "m365 pa app get " ], "prefix": [ "m365 pa app get" - ] + ], + "description": "Gets information about the specified Microsoft Power App" }, "pa app list": { - "description": "Lists all Power Apps apps", "body": [ "m365 pa app list " ], "prefix": [ "m365 pa app list" - ] + ], + "description": "Lists all Power Apps apps" }, "pa app owner set": { - "description": "Sets a new owner for a Power Apps app", "body": [ "m365 pa app owner set --environmentName $1 --appName $2" ], "prefix": [ "m365 pa app owner set" - ] + ], + "description": "Sets a new owner for a Power Apps app" }, "pa app permission ensure": { - "description": "Assigns/updates permissions to a Power Apps app", "body": [ "m365 pa app permission ensure --appName $1 --roleName $2" ], "prefix": [ "m365 pa app permission ensure" - ] + ], + "description": "Assigns/updates permissions to a Power Apps app" }, "pa app permission list": { - "description": "Lists all permissions of a Power Apps app", "body": [ "m365 pa app permission list --appName $1" ], "prefix": [ "m365 pa app permission list" - ] + ], + "description": "Lists all permissions of a Power Apps app" }, "pa app permission remove": { - "description": "Removes permissions to a Power Apps app", "body": [ "m365 pa app permission remove --appName $1" ], "prefix": [ "m365 pa app permission remove" - ] + ], + "description": "Removes permissions to a Power Apps app" }, "pa app remove": { - "description": "Removes the specified Power App", "body": [ "m365 pa app remove --name $1" ], "prefix": [ "m365 pa app remove" - ] + ], + "description": "Removes the specified Power App" }, "pa connector export": { - "description": "Exports the specified Power Automate or Power Apps custom connector", "body": [ "m365 pa connector export " ], "prefix": [ "m365 pa connector export" - ] + ], + "description": "Exports the specified Power Automate or Power Apps custom connector" }, "pa connector list": { - "description": "Lists custom connectors in the given environment", "body": [ "m365 pa connector list " ], "prefix": [ "m365 pa connector list" - ] + ], + "description": "Lists custom connectors in the given environment" }, "pa environment get": { - "description": "Gets information about the specified Power Apps environment", "body": [ "m365 pa environment get " ], "prefix": [ "m365 pa environment get" - ] + ], + "description": "Gets information about the specified Power Apps environment" }, "pa environment list": { - "description": "Lists Microsoft Power Apps environments in the current tenant", "body": [ "m365 pa environment list " ], "prefix": [ "m365 pa environment list" - ] + ], + "description": "Lists Microsoft Power Apps environments in the current tenant" }, "planner bucket add": { - "description": "Adds a new Microsoft Planner bucket", "body": [ "m365 planner bucket add --name $1" ], "prefix": [ "m365 planner bucket add" - ] + ], + "description": "Adds a new Microsoft Planner bucket" }, "planner bucket get": { - "description": "Gets the Microsoft Planner bucket in a plan", "body": [ "m365 planner bucket get " ], "prefix": [ "m365 planner bucket get" - ] + ], + "description": "Gets the Microsoft Planner bucket in a plan" }, "planner bucket list": { - "description": "Lists the Microsoft Planner buckets in a plan", "body": [ "m365 planner bucket list " ], "prefix": [ "m365 planner bucket list" - ] + ], + "description": "Lists the Microsoft Planner buckets in a plan" }, "planner bucket remove": { - "description": "Removes the Microsoft Planner bucket from a plan", "body": [ "m365 planner bucket remove " ], "prefix": [ "m365 planner bucket remove" - ] + ], + "description": "Removes the Microsoft Planner bucket from a plan" }, "planner bucket set": { - "description": "Updates a Microsoft Planner bucket", "body": [ "m365 planner bucket set " ], "prefix": [ "m365 planner bucket set" - ] + ], + "description": "Updates a Microsoft Planner bucket" }, "planner plan add": { - "description": "Adds a new Microsoft Planner plan", "body": [ "m365 planner plan add --title $1" ], "prefix": [ "m365 planner plan add" - ] + ], + "description": "Adds a new Microsoft Planner plan" }, "planner plan get": { - "description": "Retrieve information about the specified plan", "body": [ "m365 planner plan get " ], "prefix": [ "m365 planner plan get" - ] + ], + "description": "Retrieve information about the specified plan" }, "planner plan list": { - "description": "Returns a list of plans associated with a specified group", "body": [ "m365 planner plan list " ], "prefix": [ "m365 planner plan list" - ] + ], + "description": "Returns a list of plans associated with a specified group" }, "planner plan remove": { - "description": "Removes the Microsoft Planner plan", "body": [ "m365 planner plan remove " ], "prefix": [ "m365 planner plan remove" - ] + ], + "description": "Removes the Microsoft Planner plan" }, "planner plan set": { - "description": "Updates a Microsoft Planner plan", "body": [ "m365 planner plan set " ], "prefix": [ "m365 planner plan set" - ] + ], + "description": "Updates a Microsoft Planner plan" }, "planner roster add": { - "description": "Creates a new Microsoft Planner Roster", "body": [ "m365 planner roster add " ], "prefix": [ "m365 planner roster add" - ] + ], + "description": "Creates a new Microsoft Planner Roster" }, "planner roster get": { - "description": "Gets information about the specific Microsoft Planner Roster.", "body": [ "m365 planner roster get --id $1" ], "prefix": [ "m365 planner roster get" - ] + ], + "description": "Gets information about the specific Microsoft Planner Roster." }, "planner roster member add": { - "description": "Adds a user to a Microsoft Planner Roster", "body": [ "m365 planner roster member add --rosterId $1" ], "prefix": [ "m365 planner roster member add" - ] + ], + "description": "Adds a user to a Microsoft Planner Roster" }, "planner roster member get": { - "description": "Gets a member of the specified Microsoft Planner Roster", "body": [ "m365 planner roster member get --rosterId $1" ], "prefix": [ "m365 planner roster member get" - ] + ], + "description": "Gets a member of the specified Microsoft Planner Roster" }, "planner roster member list": { - "description": "Lists members of the specified Microsoft Planner Roster", "body": [ "m365 planner roster member list --rosterId $1" ], "prefix": [ "m365 planner roster member list" - ] + ], + "description": "Lists members of the specified Microsoft Planner Roster" }, "planner roster member remove": { - "description": "Removes a member from a Microsoft Planner Roster", "body": [ "m365 planner roster member remove --rosterId $1" ], "prefix": [ "m365 planner roster member remove" - ] + ], + "description": "Removes a member from a Microsoft Planner Roster" }, "planner roster plan list": { - "description": "Lists all Microsoft Planner Roster plans for a specific user", "body": [ "m365 planner roster plan list " ], "prefix": [ "m365 planner roster plan list" - ] + ], + "description": "Lists all Microsoft Planner Roster plans for a specific user" }, "planner roster remove": { - "description": "Removes a Microsoft Planner Roster", "body": [ "m365 planner roster remove --id $1" ], "prefix": [ "m365 planner roster remove" - ] + ], + "description": "Removes a Microsoft Planner Roster" }, "planner task add": { - "description": "Adds a new Microsoft Planner task", "body": [ "m365 planner task add --title $1" ], "prefix": [ "m365 planner task add" - ] + ], + "description": "Adds a new Microsoft Planner task" }, "planner task checklistitem add": { - "description": "Adds a new checklist item to a Planner task", "body": [ "m365 planner task checklistitem add --taskId $1" ], "prefix": [ "m365 planner task checklistitem add" - ] + ], + "description": "Adds a new checklist item to a Planner task" }, "planner task checklistitem list": { - "description": "Lists the checklist items of a Planner task.", "body": [ "m365 planner task checklistitem list --taskId $1" ], "prefix": [ "m365 planner task checklistitem list" - ] + ], + "description": "Lists the checklist items of a Planner task." }, "planner task checklistitem remove": { - "description": "Removes the checklist item from the Planner task.", "body": [ "m365 planner task checklistitem remove --id $1" ], "prefix": [ "m365 planner task checklistitem remove" - ] + ], + "description": "Removes the checklist item from the Planner task." }, "planner task get": { - "description": "Retrieve the specified planner task", "body": [ "m365 planner task get " ], "prefix": [ "m365 planner task get" - ] + ], + "description": "Retrieve the specified planner task" }, "planner task list": { - "description": "Lists planner tasks in a bucket, plan, or tasks for the currently logged in user", "body": [ "m365 planner task list " ], "prefix": [ "m365 planner task list" - ] + ], + "description": "Lists planner tasks in a bucket, plan, or tasks for the currently logged in user" }, "planner task reference add": { - "description": "Adds a new reference to a Planner task.", "body": [ "m365 planner task reference add --taskId $1" ], "prefix": [ "m365 planner task reference add" - ] + ], + "description": "Adds a new reference to a Planner task." }, "planner task reference list": { - "description": "Retrieve the references associated to a Planner task.", "body": [ "m365 planner task reference list --taskId $1" ], "prefix": [ "m365 planner task reference list" - ] + ], + "description": "Retrieve the references associated to a Planner task." }, "planner task reference remove": { - "description": "Removes the reference from the Planner task.", "body": [ "m365 planner task reference remove --taskId $1" ], "prefix": [ "m365 planner task reference remove" - ] + ], + "description": "Removes the reference from the Planner task." }, "planner task remove": { - "description": "Removes the Microsoft Planner task from a plan", "body": [ "m365 planner task remove " ], "prefix": [ "m365 planner task remove" - ] + ], + "description": "Removes the Microsoft Planner task from a plan" }, "planner task set": { - "description": "Updates a Microsoft Planner task", "body": [ "m365 planner task set --id $1" ], "prefix": [ "m365 planner task set" - ] + ], + "description": "Updates a Microsoft Planner task" }, "planner tenant settings list": { - "description": "Lists the Microsoft Planner configuration of the tenant", "body": [ "m365 planner tenant settings list " ], "prefix": [ "m365 planner tenant settings list" - ] + ], + "description": "Lists the Microsoft Planner configuration of the tenant" }, "planner tenant settings set": { - "description": "Sets Microsoft Planner configuration of the tenant", "body": [ "m365 planner tenant settings set " ], "prefix": [ "m365 planner tenant settings set" - ] + ], + "description": "Sets Microsoft Planner configuration of the tenant" }, "pp aibuildermodel get": { - "description": "Gets a specific AI builder models in the specified Power Platform environment", "body": [ "m365 pp aibuildermodel get --environmentName $1" ], "prefix": [ "m365 pp aibuildermodel get" - ] + ], + "description": "Gets a specific AI builder models in the specified Power Platform environment" }, "pp aibuildermodel list": { - "description": "List available AI builder models in the specified Power Platform environment", "body": [ "m365 pp aibuildermodel list --environmentName $1" ], "prefix": [ "m365 pp aibuildermodel list" - ] + ], + "description": "List available AI builder models in the specified Power Platform environment" }, "pp aibuildermodel remove": { - "description": "Removes the specified Microsoft Power Platform aibuildermodel in the specified Power Platform environment", "body": [ "m365 pp aibuildermodel remove --environmentName $1" ], "prefix": [ "m365 pp aibuildermodel remove" - ] + ], + "description": "Removes the specified Microsoft Power Platform aibuildermodel in the specified Power Platform environment" }, "pp card clone": { - "description": "Clones a specific Microsoft Power Platform card in the specified Power Platform environment", "body": [ "m365 pp card clone --environmentName $1 --newName $2" ], "prefix": [ "m365 pp card clone" - ] + ], + "description": "Clones a specific Microsoft Power Platform card in the specified Power Platform environment" }, "pp card get": { - "description": "Gets a specific Microsoft Power Platform card in the specified Power Platform environment", "body": [ "m365 pp card get --environmentName $1" ], "prefix": [ "m365 pp card get" - ] + ], + "description": "Gets a specific Microsoft Power Platform card in the specified Power Platform environment" }, "pp card list": { - "description": "Lists Microsoft Power Platform cards in the specified Power Platform environment.", "body": [ "m365 pp card list --environmentName $1" ], "prefix": [ "m365 pp card list" - ] + ], + "description": "Lists Microsoft Power Platform cards in the specified Power Platform environment." }, "pp card remove": { - "description": "Removes the specified Microsoft Power Platform card in the specified Power Platform environment", "body": [ "m365 pp card remove --environmentName $1" ], "prefix": [ "m365 pp card remove" - ] + ], + "description": "Removes the specified Microsoft Power Platform card in the specified Power Platform environment" }, "pp chatbot get": { - "description": "Get information about the specified chatbot", "body": [ "m365 pp chatbot get --environmentName $1" ], "prefix": [ "m365 pp chatbot get" - ] + ], + "description": "Get information about the specified chatbot" }, "pp chatbot list": { - "description": "Lists Microsoft Power Platform chatbot in the specified Power Platform environment", "body": [ "m365 pp chatbot list --environmentName $1" ], "prefix": [ "m365 pp chatbot list" - ] + ], + "description": "Lists Microsoft Power Platform chatbot in the specified Power Platform environment" }, "pp chatbot remove": { - "description": "Removes the specified chatbot", "body": [ "m365 pp chatbot remove --environmentName $1" ], "prefix": [ "m365 pp chatbot remove" - ] + ], + "description": "Removes the specified chatbot" }, "pp dataverse table get": { - "description": "List a dataverse table in a given environment", "body": [ "m365 pp dataverse table get --environmentName $1 --name $2" ], "prefix": [ "m365 pp dataverse table get" - ] + ], + "description": "List a dataverse table in a given environment" }, "pp dataverse table list": { - "description": "Lists dataverse tables in a given environment", "body": [ "m365 pp dataverse table list --environmentName $1" ], "prefix": [ "m365 pp dataverse table list" - ] + ], + "description": "Lists dataverse tables in a given environment" }, "pp dataverse table remove": { - "description": "Removes a dataverse table in a given environment", "body": [ "m365 pp dataverse table remove --environmentName $1 --name $2" ], "prefix": [ "m365 pp dataverse table remove" - ] + ], + "description": "Removes a dataverse table in a given environment" }, "pp dataverse table row list": { - "description": "Lists table rows for the given Dataverse table", "body": [ "m365 pp dataverse table row list --environmentName $1" ], "prefix": [ "m365 pp dataverse table row list" - ] + ], + "description": "Lists table rows for the given Dataverse table" }, "pp dataverse table row remove": { - "description": "Removes a row from a dataverse table in a given environment.", "body": [ "m365 pp dataverse table row remove --environmentName $1 --id $2" ], "prefix": [ "m365 pp dataverse table row remove" - ] + ], + "description": "Removes a row from a dataverse table in a given environment." }, "pp environment get": { - "description": "Gets information about the specified Power Platform environment", "body": [ "m365 pp environment get " ], "prefix": [ "m365 pp environment get" - ] + ], + "description": "Gets information about the specified Power Platform environment" }, "pp environment list": { - "description": "Lists Microsoft Power Platform environments", "body": [ "m365 pp environment list " ], "prefix": [ "m365 pp environment list" - ] + ], + "description": "Lists Microsoft Power Platform environments" }, "pp gateway get": { - "description": "Get information about the specified gateway", "body": [ "m365 pp gateway get --id $1" ], "prefix": [ "m365 pp gateway get" - ] + ], + "description": "Get information about the specified gateway" }, "pp gateway list": { - "description": "Returns a list of gateways for which the user is an admin", "body": [ "m365 pp gateway list " ], "prefix": [ "m365 pp gateway list" - ] + ], + "description": "Returns a list of gateways for which the user is an admin" }, "pp managementapp add": { - "description": "Register management application for Power Platform", "body": [ "m365 pp managementapp add " ], "prefix": [ "m365 pp managementapp add" - ] + ], + "description": "Register management application for Power Platform" }, "pp managementapp list": { - "description": "Lists management applications for Power Platform", "body": [ "m365 pp managementapp list " ], "prefix": [ "m365 pp managementapp list" - ] + ], + "description": "Lists management applications for Power Platform" }, "pp solution get": { - "description": "Gets a specific solution in a given environment.", "body": [ "m365 pp solution get --environmentName $1" ], "prefix": [ "m365 pp solution get" - ] + ], + "description": "Gets a specific solution in a given environment." }, "pp solution list": { - "description": "Lists solutions in a given environment.", "body": [ "m365 pp solution list --environmentName $1" ], "prefix": [ "m365 pp solution list" - ] + ], + "description": "Lists solutions in a given environment." }, "pp solution publish": { - "description": "Publishes the components of a solution in a given Power Platform environment", "body": [ "m365 pp solution publish --environmentName $1" ], "prefix": [ "m365 pp solution publish" - ] + ], + "description": "Publishes the components of a solution in a given Power Platform environment" }, "pp solution publisher add": { - "description": "Adds a specified publisher in a given environment", "body": [ "m365 pp solution publisher add --environmentName $1 --name $2 --displayName $3 --prefix $4 --choiceValuePrefix $5" ], "prefix": [ "m365 pp solution publisher add" - ] + ], + "description": "Adds a specified publisher in a given environment" }, "pp solution publisher get": { - "description": "Get information about the specified publisher in a given environment.", "body": [ "m365 pp solution publisher get --environmentName $1" ], "prefix": [ "m365 pp solution publisher get" - ] + ], + "description": "Get information about the specified publisher in a given environment." }, "pp solution publisher list": { - "description": "Lists publishers in a given environment.", "body": [ "m365 pp solution publisher list --environmentName $1" ], "prefix": [ "m365 pp solution publisher list" - ] + ], + "description": "Lists publishers in a given environment." }, "pp solution publisher remove": { - "description": "Removes the specified publisher in the specified Power Platform environment", "body": [ "m365 pp solution publisher remove --environmentName $1" ], "prefix": [ "m365 pp solution publisher remove" - ] + ], + "description": "Removes the specified publisher in the specified Power Platform environment" }, "pp solution remove": { - "description": "Removes the specified solution in the specified Power Platform environment", "body": [ "m365 pp solution remove --environmentName $1" ], "prefix": [ "m365 pp solution remove" - ] + ], + "description": "Removes the specified solution in the specified Power Platform environment" }, "pp tenant settings list": { - "description": "Lists the global Power Platform tenant settings", "body": [ "m365 pp tenant settings list " ], "prefix": [ "m365 pp tenant settings list" - ] + ], + "description": "Lists the global Power Platform tenant settings" }, "pp tenant settings set": { - "description": "Sets the global Power Platform configuration of the tenant", "body": [ "m365 pp tenant settings set " ], "prefix": [ "m365 pp tenant settings set" - ] + ], + "description": "Sets the global Power Platform configuration of the tenant" }, "purview auditlog list": { - "description": "List audit logs within your tenant", "body": [ "m365 purview auditlog list --contentType $1" ], "prefix": [ "m365 purview auditlog list" - ] + ], + "description": "List audit logs within your tenant" }, "purview retentionevent add": { - "description": "Create a retention event", "body": [ "m365 purview retentionevent add --displayName $1" ], "prefix": [ "m365 purview retentionevent add" - ] + ], + "description": "Create a retention event" }, "purview retentionevent get": { - "description": "Get a retention event", "body": [ "m365 purview retentionevent get --id $1" ], "prefix": [ "m365 purview retentionevent get" - ] + ], + "description": "Get a retention event" }, "purview retentionevent list": { - "description": "Get a list of retention events", "body": [ "m365 purview retentionevent list " ], "prefix": [ "m365 purview retentionevent list" - ] + ], + "description": "Get a list of retention events" }, "purview retentionevent remove": { - "description": "Delete a retention event", "body": [ "m365 purview retentionevent remove --id $1" ], "prefix": [ "m365 purview retentionevent remove" - ] + ], + "description": "Delete a retention event" }, "purview retentioneventtype add": { - "description": "Create a retention event type", "body": [ "m365 purview retentioneventtype add --displayName $1" ], "prefix": [ "m365 purview retentioneventtype add" - ] + ], + "description": "Create a retention event type" }, "purview retentioneventtype get": { - "description": "Get a retention event type", "body": [ "m365 purview retentioneventtype get --id $1" ], "prefix": [ "m365 purview retentioneventtype get" - ] + ], + "description": "Get a retention event type" }, "purview retentioneventtype list": { - "description": "Get a list of retention event types", "body": [ "m365 purview retentioneventtype list " ], "prefix": [ "m365 purview retentioneventtype list" - ] + ], + "description": "Get a list of retention event types" }, "purview retentioneventtype remove": { - "description": "Delete a retention event type", "body": [ "m365 purview retentioneventtype remove --id $1" ], "prefix": [ "m365 purview retentioneventtype remove" - ] + ], + "description": "Delete a retention event type" }, "purview retentioneventtype set": { - "description": "Update a retention event type", "body": [ "m365 purview retentioneventtype set --id $1" ], "prefix": [ "m365 purview retentioneventtype set" - ] + ], + "description": "Update a retention event type" }, "purview retentionlabel add": { - "description": "Create a retention label", "body": [ "m365 purview retentionlabel add --displayName $1 --behaviorDuringRetentionPeriod $2 --actionAfterRetentionPeriod $3 --retentionDuration $4" ], "prefix": [ "m365 purview retentionlabel add" - ] + ], + "description": "Create a retention label" }, "purview retentionlabel get": { - "description": "Get a retention label", "body": [ "m365 purview retentionlabel get --id $1" ], "prefix": [ "m365 purview retentionlabel get" - ] + ], + "description": "Get a retention label" }, "purview retentionlabel list": { - "description": "Get a list of retention labels", "body": [ "m365 purview retentionlabel list " ], "prefix": [ "m365 purview retentionlabel list" - ] + ], + "description": "Get a list of retention labels" }, "purview retentionlabel remove": { - "description": "Delete a retention label", "body": [ "m365 purview retentionlabel remove --id $1" ], "prefix": [ "m365 purview retentionlabel remove" - ] + ], + "description": "Delete a retention label" }, "purview retentionlabel set": { - "description": "Update a retention label", "body": [ "m365 purview retentionlabel set --id $1" ], "prefix": [ "m365 purview retentionlabel set" - ] + ], + "description": "Update a retention label" }, "purview sensitivitylabel get": { - "description": "Retrieve the specified sensitivity label", "body": [ "m365 purview sensitivitylabel get --id $1" ], "prefix": [ "m365 purview sensitivitylabel get" - ] + ], + "description": "Retrieve the specified sensitivity label" }, "purview sensitivitylabel list": { - "description": "Get a list of sensitivity labels", "body": [ "m365 purview sensitivitylabel list " ], "prefix": [ "m365 purview sensitivitylabel list" - ] + ], + "description": "Get a list of sensitivity labels" }, "purview sensitivitylabel policysettings list": { - "description": "Get a list of policy settings for a sensitivity label.", "body": [ "m365 purview sensitivitylabel policysettings list " ], "prefix": [ "m365 purview sensitivitylabel policysettings list" - ] + ], + "description": "Get a list of policy settings for a sensitivity label." }, "purview threatassessment add": { - "description": "Create a threat assessment", "body": [ "m365 purview threatassessment add --type $1 --expectedAssessment $2 --category $3" ], "prefix": [ "m365 purview threatassessment add" - ] + ], + "description": "Create a threat assessment" }, "purview threatassessment get": { - "description": "Get a threat assessment", "body": [ "m365 purview threatassessment get --id $1" ], "prefix": [ "m365 purview threatassessment get" - ] + ], + "description": "Get a threat assessment" }, "purview threatassessment list": { - "description": "Get a list of threat assessments", "body": [ "m365 purview threatassessment list " ], "prefix": [ "m365 purview threatassessment list" - ] + ], + "description": "Get a list of threat assessments" }, "request": { - "description": "Executes the specified web request using CLI for Microsoft 365", "body": [ "m365 request --url $1" ], "prefix": [ "m365 request" - ] + ], + "description": "Executes the specified web request using CLI for Microsoft 365" }, "search": { - "description": "Uses the Microsoft Search to query Microsoft 365 data", "body": [ "m365 search --scopes $1" ], "prefix": [ "m365 search" - ] + ], + "description": "Uses the Microsoft Search to query Microsoft 365 data" }, "setup": { - "description": "Sets up CLI for Microsoft 365 based on your preferences", "body": [ "m365 setup " ], "prefix": [ "m365 setup" - ] + ], + "description": "Sets up CLI for Microsoft 365 based on your preferences" }, "skype report activitycounts": { - "description": "Gets the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions", "body": [ "m365 skype report activitycounts --period $1" ], "prefix": [ "m365 skype report activitycounts" - ] + ], + "description": "Gets the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions" }, "skype report activityusercounts": { - "description": "Gets the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions", "body": [ "m365 skype report activityusercounts --period $1" ], "prefix": [ "m365 skype report activityusercounts" - ] + ], + "description": "Gets the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions" }, "skype report activityuserdetail": { - "description": "Gets details about Skype for Business activity by user", "body": [ "m365 skype report activityuserdetail " ], "prefix": [ "m365 skype report activityuserdetail" - ] + ], + "description": "Gets details about Skype for Business activity by user" }, "spe containertype add": { - "description": "Creates a new Container Type for your app", "body": [ "m365 spe containertype add --name $1" ], "prefix": [ "m365 spe containertype add" - ] + ], + "description": "Creates a new Container Type for your app" }, "spe containertype list": { - "description": "Lists all Container Types", "body": [ "m365 spe containertype list " ], "prefix": [ "m365 spe containertype list" - ] + ], + "description": "Lists all Container Types" }, "spfx doctor": { - "description": "Verifies environment configuration for using the specific version of the SharePoint Framework", "body": [ "m365 spfx doctor " ], "prefix": [ "m365 spfx doctor" - ] + ], + "description": "Verifies environment configuration for using the specific version of the SharePoint Framework" }, "spfx package generate": { - "description": "Generates SharePoint Framework solution package with a no-framework web part rendering the specified HTML snippet", "body": [ "m365 spfx package generate --webPartTitle $1 --webPartDescription $2 --name $3 --html $4 --script $5" ], "prefix": [ "m365 spfx package generate" - ] + ], + "description": "Generates SharePoint Framework solution package with a no-framework web part rendering the specified HTML snippet" }, "spfx project azuredevops pipeline add": { - "description": "Adds a Azure DevOps Pipeline for a SharePoint Framework project", "body": [ "m365 spfx project azuredevops pipeline add " ], "prefix": [ "m365 spfx project azuredevops pipeline add" - ] + ], + "description": "Adds a Azure DevOps Pipeline for a SharePoint Framework project" }, "spfx project doctor": { - "description": "Validates correctness of a SharePoint Framework project", "body": [ "m365 spfx project doctor " ], "prefix": [ "m365 spfx project doctor" - ] + ], + "description": "Validates correctness of a SharePoint Framework project" }, "spfx project externalize": { - "description": "Externalizes SharePoint Framework project dependencies", "body": [ "m365 spfx project externalize " ], "prefix": [ "m365 spfx project externalize" - ] + ], + "description": "Externalizes SharePoint Framework project dependencies" }, "spfx project github workflow add": { - "description": "Adds a GitHub workflow for a SharePoint Framework project", "body": [ "m365 spfx project github workflow add " ], "prefix": [ "m365 spfx project github workflow add" - ] + ], + "description": "Adds a GitHub workflow for a SharePoint Framework project" }, "spfx project permissions grant": { - "description": "Grant API permissions defined in the current SPFx project", "body": [ "m365 spfx project permissions grant " ], "prefix": [ "m365 spfx project permissions grant" - ] + ], + "description": "Grant API permissions defined in the current SPFx project" }, "spfx project rename": { - "description": "Renames SharePoint Framework project", "body": [ "m365 spfx project rename --newName $1" ], "prefix": [ "m365 spfx project rename" - ] + ], + "description": "Renames SharePoint Framework project" }, "spfx project upgrade": { - "description": "Upgrades SharePoint Framework project to the specified version", "body": [ "m365 spfx project upgrade " ], "prefix": [ "m365 spfx project upgrade" - ] + ], + "description": "Upgrades SharePoint Framework project to the specified version" }, "spo app add": { - "description": "Adds an app to the specified SharePoint Online app catalog", "body": [ "m365 spo app add --filePath $1" ], "prefix": [ "m365 spo app add" - ] + ], + "description": "Adds an app to the specified SharePoint Online app catalog" }, "spo app deploy": { - "description": "Deploys the specified app in the specified app catalog", "body": [ "m365 spo app deploy " ], "prefix": [ "m365 spo app deploy" - ] + ], + "description": "Deploys the specified app in the specified app catalog" }, "spo app get": { - "description": "Gets information about the specific app from the specified app catalog", "body": [ "m365 spo app get " ], "prefix": [ "m365 spo app get" - ] + ], + "description": "Gets information about the specific app from the specified app catalog" }, "spo app install": { - "description": "Installs an app from the specified app catalog in the site", "body": [ "m365 spo app install --id $1" ], "prefix": [ "m365 spo app install" - ] + ], + "description": "Installs an app from the specified app catalog in the site" }, "spo app instance list": { - "description": "Retrieve apps installed in a site", "body": [ "m365 spo app instance list --siteUrl $1" ], "prefix": [ "m365 spo app instance list" - ] + ], + "description": "Retrieve apps installed in a site" }, "spo app list": { - "description": "Lists apps from the specified app catalog", "body": [ "m365 spo app list " ], "prefix": [ "m365 spo app list" - ] + ], + "description": "Lists apps from the specified app catalog" }, "spo app remove": { - "description": "Removes the specified app from the specified app catalog", "body": [ "m365 spo app remove --id $1" ], "prefix": [ "m365 spo app remove" - ] + ], + "description": "Removes the specified app from the specified app catalog" }, "spo app retract": { - "description": "Retracts the specified app from the specified app catalog", "body": [ "m365 spo app retract --id $1" ], "prefix": [ "m365 spo app retract" - ] + ], + "description": "Retracts the specified app from the specified app catalog" }, "spo app teamspackage download": { - "description": "Downloads Teams app package for an SPFx solution deployed to tenant app catalog", "body": [ "m365 spo app teamspackage download " ], "prefix": [ "m365 spo app teamspackage download" - ] + ], + "description": "Downloads Teams app package for an SPFx solution deployed to tenant app catalog" }, "spo app uninstall": { - "description": "Uninstalls an app from the site", "body": [ "m365 spo app uninstall --id $1" ], "prefix": [ "m365 spo app uninstall" - ] + ], + "description": "Uninstalls an app from the site" }, "spo app upgrade": { - "description": "Upgrades app in the specified site", "body": [ "m365 spo app upgrade --id $1" ], "prefix": [ "m365 spo app upgrade" - ] + ], + "description": "Upgrades app in the specified site" }, "spo applicationcustomizer add": { - "description": "Add an application customizer to a site", "body": [ "m365 spo applicationcustomizer add --title $1 --webUrl $2 --clientSideComponentId $3" ], "prefix": [ "m365 spo applicationcustomizer add" - ] + ], + "description": "Add an application customizer to a site" }, "spo applicationcustomizer get": { - "description": "Get an application customizer that is added to a site", "body": [ "m365 spo applicationcustomizer get --webUrl $1" ], "prefix": [ "m365 spo applicationcustomizer get" - ] + ], + "description": "Get an application customizer that is added to a site" }, "spo applicationcustomizer list": { - "description": "Get a list of application customizers that are added to a site", "body": [ "m365 spo applicationcustomizer list --webUrl $1" ], "prefix": [ "m365 spo applicationcustomizer list" - ] + ], + "description": "Get a list of application customizers that are added to a site" }, "spo applicationcustomizer remove": { - "description": "Removes an application customizer that is added to a site", "body": [ "m365 spo applicationcustomizer remove --webUrl $1" ], "prefix": [ "m365 spo applicationcustomizer remove" - ] + ], + "description": "Removes an application customizer that is added to a site" }, "spo applicationcustomizer set": { - "description": "Updates an existing Application Customizer on a site", "body": [ "m365 spo applicationcustomizer set --webUrl $1" ], "prefix": [ "m365 spo applicationcustomizer set" - ] + ], + "description": "Updates an existing Application Customizer on a site" }, "spo apppage add": { - "description": "Creates a single-part app page", "body": [ "m365 spo apppage add --webUrl $1 --title $2 --webPartData $3" ], "prefix": [ "m365 spo apppage add" - ] + ], + "description": "Creates a single-part app page" }, "spo apppage set": { - "description": "Updates the single-part app page", "body": [ "m365 spo apppage set --webUrl $1 --name $2 --webPartData $3" ], "prefix": [ "m365 spo apppage set" - ] + ], + "description": "Updates the single-part app page" }, "spo cdn get": { - "description": "View current status of the specified Microsoft 365 CDN", "body": [ "m365 spo cdn get " ], "prefix": [ "m365 spo cdn get" - ] + ], + "description": "View current status of the specified Microsoft 365 CDN" }, "spo cdn origin add": { - "description": "Adds CDN origin to the current SharePoint Online tenant", "body": [ "m365 spo cdn origin add --origin $1" ], "prefix": [ "m365 spo cdn origin add" - ] + ], + "description": "Adds CDN origin to the current SharePoint Online tenant" }, "spo cdn origin list": { - "description": "List CDN origins settings for the current SharePoint Online tenant", "body": [ "m365 spo cdn origin list " ], "prefix": [ "m365 spo cdn origin list" - ] + ], + "description": "List CDN origins settings for the current SharePoint Online tenant" }, "spo cdn origin remove": { - "description": "Removes CDN origin for the current SharePoint Online tenant", "body": [ "m365 spo cdn origin remove --origin $1" ], "prefix": [ "m365 spo cdn origin remove" - ] + ], + "description": "Removes CDN origin for the current SharePoint Online tenant" }, "spo cdn policy list": { - "description": "Lists CDN policies settings for the current SharePoint Online tenant", "body": [ "m365 spo cdn policy list " ], "prefix": [ "m365 spo cdn policy list" - ] + ], + "description": "Lists CDN policies settings for the current SharePoint Online tenant" }, "spo cdn policy set": { - "description": "Sets CDN policy value for the current SharePoint Online tenant", "body": [ "m365 spo cdn policy set --policy $1 --value $2" ], "prefix": [ "m365 spo cdn policy set" - ] + ], + "description": "Sets CDN policy value for the current SharePoint Online tenant" }, "spo cdn set": { - "description": "Enable or disable the specified Microsoft 365 CDN", "body": [ "m365 spo cdn set --enabled $1" ], "prefix": [ "m365 spo cdn set" - ] + ], + "description": "Enable or disable the specified Microsoft 365 CDN" }, "spo commandset add": { - "description": "Add a ListView Command Set to a site.", "body": [ "m365 spo commandset add --title $1 --webUrl $2 --listType $3 --clientSideComponentId $4" ], "prefix": [ "m365 spo commandset add" - ] + ], + "description": "Add a ListView Command Set to a site." }, "spo commandset get": { - "description": "Get a ListView Command Set that is added to a site", "body": [ "m365 spo commandset get --webUrl $1" ], "prefix": [ "m365 spo commandset get" - ] + ], + "description": "Get a ListView Command Set that is added to a site" }, "spo commandset list": { - "description": "Get a list of ListView Command Sets that are added to a site", "body": [ "m365 spo commandset list --webUrl $1" ], "prefix": [ "m365 spo commandset list" - ] + ], + "description": "Get a list of ListView Command Sets that are added to a site" }, "spo commandset remove": { - "description": "Remove a ListView Command Set that is added to a site", "body": [ "m365 spo commandset remove --webUrl $1" ], "prefix": [ "m365 spo commandset remove" - ] + ], + "description": "Remove a ListView Command Set that is added to a site" }, "spo commandset set": { - "description": "Updates a ListView Command Set on a site", "body": [ "m365 spo commandset set --webUrl $1" ], "prefix": [ "m365 spo commandset set" - ] + ], + "description": "Updates a ListView Command Set on a site" }, "spo contenttype add": { - "description": "Adds a new list or site content type", "body": [ "m365 spo contenttype add --webUrl $1 --id $2 --name $3" ], "prefix": [ "m365 spo contenttype add" - ] + ], + "description": "Adds a new list or site content type" }, "spo contenttype field list": { - "description": "Lists fields for a given site or list content type", "body": [ "m365 spo contenttype field list --webUrl $1" ], "prefix": [ "m365 spo contenttype field list" - ] + ], + "description": "Lists fields for a given site or list content type" }, "spo contenttype field remove": { - "description": "Removes a column from a site or list content type", "body": [ "m365 spo contenttype field remove --webUrl $1 --contentTypeId $2 --fieldLinkId $3" ], "prefix": [ "m365 spo contenttype field remove" - ] + ], + "description": "Removes a column from a site or list content type" }, "spo contenttype field set": { - "description": "Adds or updates a site column reference in a site content type", "body": [ "m365 spo contenttype field set --webUrl $1 --contentTypeId $2 --id $3" ], "prefix": [ "m365 spo contenttype field set" - ] + ], + "description": "Adds or updates a site column reference in a site content type" }, "spo contenttype get": { - "description": "Retrieves information about the specified list or site content type", "body": [ "m365 spo contenttype get --webUrl $1" ], "prefix": [ "m365 spo contenttype get" - ] + ], + "description": "Retrieves information about the specified list or site content type" }, "spo contenttype list": { - "description": "Lists content types from specified site", "body": [ "m365 spo contenttype list --webUrl $1" ], "prefix": [ "m365 spo contenttype list" - ] + ], + "description": "Lists content types from specified site" }, "spo contenttype remove": { - "description": "Deletes site content type", "body": [ "m365 spo contenttype remove --webUrl $1" ], "prefix": [ "m365 spo contenttype remove" - ] + ], + "description": "Deletes site content type" }, "spo contenttype set": { - "description": "Updates an existing content type", "body": [ "m365 spo contenttype set --webUrl $1" ], "prefix": [ "m365 spo contenttype set" - ] + ], + "description": "Updates an existing content type" }, "spo contenttype sync": { - "description": "Adds a published content type from the content type hub to a site or syncs its latest changes.", "body": [ "m365 spo contenttype sync --webUrl $1" ], "prefix": [ "m365 spo contenttype sync" - ] + ], + "description": "Adds a published content type from the content type hub to a site or syncs its latest changes." }, "spo contenttypehub get": { - "description": "Returns the URL of the SharePoint Content Type Hub of the Tenant", "body": [ "m365 spo contenttypehub get " ], "prefix": [ "m365 spo contenttypehub get" - ] + ], + "description": "Returns the URL of the SharePoint Content Type Hub of the Tenant" }, "spo customaction add": { - "description": "Adds a user custom action for site or site collection", "body": [ "m365 spo customaction add --webUrl $1 --name $2 --title $3 --location $4" ], "prefix": [ "m365 spo customaction add" - ] + ], + "description": "Adds a user custom action for site or site collection" }, "spo customaction clear": { - "description": "Deletes all custom actions from site or site collection", "body": [ "m365 spo customaction clear --webUrl $1" ], "prefix": [ "m365 spo customaction clear" - ] + ], + "description": "Deletes all custom actions from site or site collection" }, "spo customaction get": { - "description": "Gets information about a user custom action for site or site collection", "body": [ "m365 spo customaction get --webUrl $1" ], "prefix": [ "m365 spo customaction get" - ] + ], + "description": "Gets information about a user custom action for site or site collection" }, "spo customaction list": { - "description": "Lists user custom actions for site or site collection", "body": [ "m365 spo customaction list --webUrl $1" ], "prefix": [ "m365 spo customaction list" - ] + ], + "description": "Lists user custom actions for site or site collection" }, "spo customaction remove": { - "description": "Removes specified custom action from site or site collection", "body": [ "m365 spo customaction remove --webUrl $1" ], "prefix": [ "m365 spo customaction remove" - ] + ], + "description": "Removes specified custom action from site or site collection" }, "spo customaction set": { - "description": "Updates a user custom action for site or site collection", "body": [ "m365 spo customaction set --webUrl $1 --id $2" ], "prefix": [ "m365 spo customaction set" - ] + ], + "description": "Updates a user custom action for site or site collection" }, "spo eventreceiver get": { - "description": "Retrieves specific event receiver for the specified web, site or list by event receiver name or id.", "body": [ "m365 spo eventreceiver get --webUrl $1" ], "prefix": [ "m365 spo eventreceiver get" - ] + ], + "description": "Retrieves specific event receiver for the specified web, site or list by event receiver name or id." }, "spo eventreceiver list": { - "description": "Retrieves event receivers for the specified web, site or list.", "body": [ "m365 spo eventreceiver list --webUrl $1" ], "prefix": [ "m365 spo eventreceiver list" - ] + ], + "description": "Retrieves event receivers for the specified web, site or list." }, "spo eventreceiver remove": { - "description": "Removes event receivers for the specified web, site, or list.", "body": [ "m365 spo eventreceiver remove --webUrl $1" ], "prefix": [ "m365 spo eventreceiver remove" - ] + ], + "description": "Removes event receivers for the specified web, site, or list." }, "spo externaluser list": { - "description": "Lists external users in the tenant", "body": [ "m365 spo externaluser list " ], "prefix": [ "m365 spo externaluser list" - ] + ], + "description": "Lists external users in the tenant" }, "spo feature disable": { - "description": "Disables a feature for the specified site or web", "body": [ "m365 spo feature disable --webUrl $1 --id $2" ], "prefix": [ "m365 spo feature disable" - ] + ], + "description": "Disables a feature for the specified site or web" }, "spo feature enable": { - "description": "Enables feature for the specified site or web", "body": [ "m365 spo feature enable --webUrl $1 --id $2" ], "prefix": [ "m365 spo feature enable" - ] + ], + "description": "Enables feature for the specified site or web" }, "spo feature list": { - "description": "Lists Features activated in the specified site or site collection", "body": [ "m365 spo feature list --webUrl $1" ], "prefix": [ "m365 spo feature list" - ] + ], + "description": "Lists Features activated in the specified site or site collection" }, "spo field add": { - "description": "Adds a new list or site column using the CAML field definition", "body": [ "m365 spo field add --webUrl $1 --xml $2" ], "prefix": [ "m365 spo field add" - ] + ], + "description": "Adds a new list or site column using the CAML field definition" }, "spo field get": { - "description": "Retrieves information about the specified list- or site column", "body": [ "m365 spo field get --webUrl $1" ], "prefix": [ "m365 spo field get" - ] + ], + "description": "Retrieves information about the specified list- or site column" }, "spo field list": { - "description": "Retrieves columns for the specified list or site", "body": [ "m365 spo field list --webUrl $1" ], "prefix": [ "m365 spo field list" - ] + ], + "description": "Retrieves columns for the specified list or site" }, "spo field remove": { - "description": "Removes the specified list- or site column", "body": [ "m365 spo field remove --webUrl $1" ], "prefix": [ "m365 spo field remove" - ] + ], + "description": "Removes the specified list- or site column" }, "spo field set": { - "description": "Updates existing list or site column", "body": [ "m365 spo field set --webUrl $1" ], "prefix": [ "m365 spo field set" - ] + ], + "description": "Updates existing list or site column" }, "spo file add": { - "description": "Uploads file to the specified folder", "body": [ "m365 spo file add --webUrl $1 --folder $2 --path $3" ], "prefix": [ "m365 spo file add" - ] + ], + "description": "Uploads file to the specified folder" }, "spo file checkin": { - "description": "Checks in specified file", "body": [ "m365 spo file checkin --webUrl $1" ], "prefix": [ "m365 spo file checkin" - ] + ], + "description": "Checks in specified file" }, "spo file checkout": { - "description": "Checks out specified file", "body": [ "m365 spo file checkout --webUrl $1" ], "prefix": [ "m365 spo file checkout" - ] + ], + "description": "Checks out specified file" }, "spo file checkout undo": { - "description": "Discards a checked out file", "body": [ "m365 spo file checkout undo --webUrl $1" ], "prefix": [ "m365 spo file checkout undo" - ] + ], + "description": "Discards a checked out file" }, "spo file copy": { - "description": "Copies a file to another location", "body": [ "m365 spo file copy --webUrl $1 --targetUrl $2" ], "prefix": [ "m365 spo file copy" - ] + ], + "description": "Copies a file to another location" }, "spo file get": { - "description": "Gets information about the specified file", "body": [ "m365 spo file get --webUrl $1" ], "prefix": [ "m365 spo file get" - ] + ], + "description": "Gets information about the specified file" }, "spo file list": { - "description": "Gets all files within the specified folder and site", "body": [ "m365 spo file list --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 spo file list" - ] + ], + "description": "Gets all files within the specified folder and site" }, "spo file move": { - "description": "Moves a file to another location", "body": [ "m365 spo file move --webUrl $1 --targetUrl $2" ], "prefix": [ "m365 spo file move" - ] + ], + "description": "Moves a file to another location" }, "spo file remove": { - "description": "Removes the specified file", "body": [ "m365 spo file remove " ], "prefix": [ "m365 spo file remove" - ] + ], + "description": "Removes the specified file" }, "spo file rename": { - "description": "Renames a file", "body": [ "m365 spo file rename --webUrl $1 --sourceUrl $2 --targetFileName $3" ], "prefix": [ "m365 spo file rename" - ] + ], + "description": "Renames a file" }, "spo file retentionlabel ensure": { - "description": "Apply a retention label to a file", "body": [ "m365 spo file retentionlabel ensure --webUrl $1 --name $2" ], "prefix": [ "m365 spo file retentionlabel ensure" - ] + ], + "description": "Apply a retention label to a file" }, "spo file retentionlabel remove": { - "description": "Clears the retention label from a file", "body": [ "m365 spo file retentionlabel remove --webUrl $1" ], "prefix": [ "m365 spo file retentionlabel remove" - ] + ], + "description": "Clears the retention label from a file" }, "spo file roleassignment add": { - "description": "Adds a role assignment to the specified file.", "body": [ "m365 spo file roleassignment add --webUrl $1" ], "prefix": [ "m365 spo file roleassignment add" - ] + ], + "description": "Adds a role assignment to the specified file." }, "spo file roleassignment remove": { - "description": "Removes a role assignment from a file.", "body": [ "m365 spo file roleassignment remove --webUrl $1" ], "prefix": [ "m365 spo file roleassignment remove" - ] + ], + "description": "Removes a role assignment from a file." }, "spo file roleinheritance break": { - "description": "Breaks inheritance of a file. Keeping existing permissions is the default behavior.", "body": [ "m365 spo file roleinheritance break --webUrl $1" ], "prefix": [ "m365 spo file roleinheritance break" - ] + ], + "description": "Breaks inheritance of a file. Keeping existing permissions is the default behavior." }, "spo file roleinheritance reset": { - "description": "Restores the role inheritance of a file", "body": [ "m365 spo file roleinheritance reset --webUrl $1" ], "prefix": [ "m365 spo file roleinheritance reset" - ] + ], + "description": "Restores the role inheritance of a file" }, "spo file sharinginfo get": { - "description": "Generates a sharing information report for the specified file", "body": [ "m365 spo file sharinginfo get --webUrl $1" ], "prefix": [ "m365 spo file sharinginfo get" - ] + ], + "description": "Generates a sharing information report for the specified file" }, "spo file sharinglink add": { - "description": "Creates a new sharing link for a file", "body": [ "m365 spo file sharinglink add --webUrl $1 --type $2" ], "prefix": [ "m365 spo file sharinglink add" - ] + ], + "description": "Creates a new sharing link for a file" }, "spo file sharinglink clear": { - "description": "Removes sharing links of a file", "body": [ "m365 spo file sharinglink clear --webUrl $1" ], "prefix": [ "m365 spo file sharinglink clear" - ] + ], + "description": "Removes sharing links of a file" }, "spo file sharinglink get": { - "description": "Gets details about a specific sharing link of a file", "body": [ "m365 spo file sharinglink get --webUrl $1 --id $2" ], "prefix": [ "m365 spo file sharinglink get" - ] + ], + "description": "Gets details about a specific sharing link of a file" }, "spo file sharinglink list": { - "description": "Lists all the sharing links of a specific file", "body": [ "m365 spo file sharinglink list --webUrl $1" ], "prefix": [ "m365 spo file sharinglink list" - ] + ], + "description": "Lists all the sharing links of a specific file" }, "spo file sharinglink remove": { - "description": "Removes a specific sharing link of a file", "body": [ "m365 spo file sharinglink remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo file sharinglink remove" - ] + ], + "description": "Removes a specific sharing link of a file" }, "spo file sharinglink set": { - "description": "Updates a sharing link of a file", "body": [ "m365 spo file sharinglink set --webUrl $1 --id $2 --expirationDateTime $3" ], "prefix": [ "m365 spo file sharinglink set" - ] + ], + "description": "Updates a sharing link of a file" }, "spo file version clear": { - "description": "Removes all version history of a specified file", "body": [ "m365 spo file version clear --webUrl $1" ], "prefix": [ "m365 spo file version clear" - ] + ], + "description": "Removes all version history of a specified file" }, "spo file version get": { - "description": "Gets information about a specific version of a specified file", "body": [ "m365 spo file version get --webUrl $1 --label $2" ], "prefix": [ "m365 spo file version get" - ] + ], + "description": "Gets information about a specific version of a specified file" }, "spo file version list": { - "description": "Retrieves all versions of a file", "body": [ "m365 spo file version list --webUrl $1" ], "prefix": [ "m365 spo file version list" - ] + ], + "description": "Retrieves all versions of a file" }, "spo file version remove": { - "description": "Removes a specific version of a specified file", "body": [ "m365 spo file version remove --webUrl $1 --label $2" ], "prefix": [ "m365 spo file version remove" - ] + ], + "description": "Removes a specific version of a specified file" }, "spo file version restore": { - "description": "Restores a specific version of a specified file", "body": [ "m365 spo file version restore --webUrl $1 --label $2" ], "prefix": [ "m365 spo file version restore" - ] + ], + "description": "Restores a specific version of a specified file" }, "spo folder add": { - "description": "Creates a folder within a parent folder", "body": [ "m365 spo folder add --webUrl $1 --parentFolderUrl $2 --name $3" ], "prefix": [ "m365 spo folder add" - ] + ], + "description": "Creates a folder within a parent folder" }, "spo folder copy": { - "description": "Copies a folder to another location", "body": [ "m365 spo folder copy --webUrl $1 --targetUrl $2" ], "prefix": [ "m365 spo folder copy" - ] + ], + "description": "Copies a folder to another location" }, "spo folder get": { - "description": "Gets information about the specified folder", "body": [ "m365 spo folder get --webUrl $1" ], "prefix": [ "m365 spo folder get" - ] + ], + "description": "Gets information about the specified folder" }, "spo folder list": { - "description": "Returns all folders under the specified parent folder", "body": [ "m365 spo folder list --webUrl $1 --parentFolderUrl $2" ], "prefix": [ "m365 spo folder list" - ] + ], + "description": "Returns all folders under the specified parent folder" }, "spo folder move": { - "description": "Moves a folder to another location", "body": [ "m365 spo folder move --webUrl $1 --targetUrl $2" ], "prefix": [ "m365 spo folder move" - ] + ], + "description": "Moves a folder to another location" }, "spo folder remove": { - "description": "Deletes the specified folder", "body": [ "m365 spo folder remove --webUrl $1 --url $2" ], "prefix": [ "m365 spo folder remove" - ] + ], + "description": "Deletes the specified folder" }, "spo folder retentionlabel ensure": { - "description": "Apply a retention label to a folder", "body": [ "m365 spo folder retentionlabel ensure --webUrl $1 --name $2" ], "prefix": [ "m365 spo folder retentionlabel ensure" - ] + ], + "description": "Apply a retention label to a folder" }, "spo folder retentionlabel remove": { - "description": "Clears the retention label from a folder", "body": [ "m365 spo folder retentionlabel remove --webUrl $1" ], "prefix": [ "m365 spo folder retentionlabel remove" - ] + ], + "description": "Clears the retention label from a folder" }, "spo folder roleassignment add": { - "description": "Adds a role assignment from the specified folder.", "body": [ "m365 spo folder roleassignment add --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 spo folder roleassignment add" - ] + ], + "description": "Adds a role assignment from the specified folder." }, "spo folder roleassignment remove": { - "description": "Removes a role assignment from the specified folder.", "body": [ "m365 spo folder roleassignment remove --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 spo folder roleassignment remove" - ] + ], + "description": "Removes a role assignment from the specified folder." }, "spo folder roleinheritance break": { - "description": "Breaks the role inheritance of a folder.", "body": [ "m365 spo folder roleinheritance break --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 spo folder roleinheritance break" - ] + ], + "description": "Breaks the role inheritance of a folder." }, "spo folder roleinheritance reset": { - "description": "Restores the role inheritance of a folder.", "body": [ "m365 spo folder roleinheritance reset --webUrl $1 --folderUrl $2" ], "prefix": [ "m365 spo folder roleinheritance reset" - ] + ], + "description": "Restores the role inheritance of a folder." }, "spo folder set": { - "description": "Updates a folder", "body": [ "m365 spo folder set " ], "prefix": [ "m365 spo folder set" - ] + ], + "description": "Updates a folder" }, "spo folder sharinglink add": { - "description": "Creates a new sharing link to a folder", "body": [ "m365 spo folder sharinglink add --webUrl $1 --type $2" ], "prefix": [ "m365 spo folder sharinglink add" - ] + ], + "description": "Creates a new sharing link to a folder" }, "spo folder sharinglink clear": { - "description": "Removes sharing links of a folder", "body": [ "m365 spo folder sharinglink clear --webUrl $1" ], "prefix": [ "m365 spo folder sharinglink clear" - ] + ], + "description": "Removes sharing links of a folder" }, "spo folder sharinglink get": { - "description": "Gets details about a specific sharing link on a folder", "body": [ "m365 spo folder sharinglink get --webUrl $1 --id $2" ], "prefix": [ "m365 spo folder sharinglink get" - ] + ], + "description": "Gets details about a specific sharing link on a folder" }, "spo folder sharinglink list": { - "description": "Lists all the sharing links of a specific folder", "body": [ "m365 spo folder sharinglink list --webUrl $1" ], "prefix": [ "m365 spo folder sharinglink list" - ] + ], + "description": "Lists all the sharing links of a specific folder" }, "spo folder sharinglink remove": { - "description": "Removes a specific sharing link of a folder", "body": [ "m365 spo folder sharinglink remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo folder sharinglink remove" - ] + ], + "description": "Removes a specific sharing link of a folder" }, "spo get": { - "description": "Gets the context URL for the root SharePoint site collection and SharePoint tenant admin site", "body": [ "m365 spo get " ], "prefix": [ "m365 spo get" - ] + ], + "description": "Gets the context URL for the root SharePoint site collection and SharePoint tenant admin site" }, "spo group add": { - "description": "Creates group in the specified site", "body": [ "m365 spo group add --webUrl $1 --name $2" ], "prefix": [ "m365 spo group add" - ] + ], + "description": "Creates group in the specified site" }, "spo group get": { - "description": "Gets site group", "body": [ "m365 spo group get --webUrl $1" ], "prefix": [ "m365 spo group get" - ] + ], + "description": "Gets site group" }, "spo group list": { - "description": "Lists all the groups within specific web", "body": [ "m365 spo group list --webUrl $1" ], "prefix": [ "m365 spo group list" - ] + ], + "description": "Lists all the groups within specific web" }, "spo group member add": { - "description": "Add members to a SharePoint Group", "body": [ "m365 spo group member add --webUrl $1" ], "prefix": [ "m365 spo group member add" - ] + ], + "description": "Add members to a SharePoint Group" }, "spo group member list": { - "description": "List the members of a SharePoint Group", "body": [ "m365 spo group member list --webUrl $1" ], "prefix": [ "m365 spo group member list" - ] + ], + "description": "List the members of a SharePoint Group" }, "spo group member remove": { - "description": "Removes the specified member from a SharePoint group", "body": [ "m365 spo group member remove --webUrl $1" ], "prefix": [ "m365 spo group member remove" - ] + ], + "description": "Removes the specified member from a SharePoint group" }, "spo group remove": { - "description": "Removes group from specific web", "body": [ "m365 spo group remove --webUrl $1" ], "prefix": [ "m365 spo group remove" - ] + ], + "description": "Removes group from specific web" }, "spo group set": { - "description": "Updates a group in the specified site", "body": [ "m365 spo group set --webUrl $1" ], "prefix": [ "m365 spo group set" - ] + ], + "description": "Updates a group in the specified site" }, "spo hidedefaultthemes get": { - "description": "Gets the current value of the HideDefaultThemes setting", "body": [ "m365 spo hidedefaultthemes get " ], "prefix": [ "m365 spo hidedefaultthemes get" - ] + ], + "description": "Gets the current value of the HideDefaultThemes setting" }, "spo hidedefaultthemes set": { - "description": "Sets the value of the HideDefaultThemes setting", "body": [ "m365 spo hidedefaultthemes set --hideDefaultThemes $1" ], "prefix": [ "m365 spo hidedefaultthemes set" - ] + ], + "description": "Sets the value of the HideDefaultThemes setting" }, "spo homesite get": { - "description": "Gets information about the Home Site", "body": [ "m365 spo homesite get " ], "prefix": [ "m365 spo homesite get" - ] + ], + "description": "Gets information about the Home Site" }, "spo homesite remove": { - "description": "Removes the current Home Site", "body": [ "m365 spo homesite remove " ], "prefix": [ "m365 spo homesite remove" - ] + ], + "description": "Removes the current Home Site" }, "spo homesite set": { - "description": "Sets the specified site as the Home Site", "body": [ "m365 spo homesite set --siteUrl $1" ], "prefix": [ "m365 spo homesite set" - ] + ], + "description": "Sets the specified site as the Home Site" }, "spo hubsite connect": { - "description": "Connect a hub site to a parent hub site", "body": [ "m365 spo hubsite connect " ], "prefix": [ "m365 spo hubsite connect" - ] + ], + "description": "Connect a hub site to a parent hub site" }, "spo hubsite data get": { - "description": "Get hub site data for the specified site", "body": [ "m365 spo hubsite data get --webUrl $1" ], "prefix": [ "m365 spo hubsite data get" - ] + ], + "description": "Get hub site data for the specified site" }, "spo hubsite disconnect": { - "description": "Disconnect a hub site from its parent hub site", "body": [ "m365 spo hubsite disconnect " ], "prefix": [ "m365 spo hubsite disconnect" - ] + ], + "description": "Disconnect a hub site from its parent hub site" }, "spo hubsite get": { - "description": "Gets information about the specified hub site", "body": [ "m365 spo hubsite get " ], "prefix": [ "m365 spo hubsite get" - ] + ], + "description": "Gets information about the specified hub site" }, "spo hubsite list": { - "description": "Lists hub sites in the current tenant", "body": [ "m365 spo hubsite list " ], "prefix": [ "m365 spo hubsite list" - ] + ], + "description": "Lists hub sites in the current tenant" }, "spo hubsite register": { - "description": "Registers the specified site collection as a hub site", "body": [ "m365 spo hubsite register --siteUrl $1" ], "prefix": [ "m365 spo hubsite register" - ] + ], + "description": "Registers the specified site collection as a hub site" }, "spo hubsite rights grant": { - "description": "Grants permissions to join the hub site for one or more principals", "body": [ "m365 spo hubsite rights grant --hubSiteUrl $1 --principals $2 --domain name $3 --rights $4" ], "prefix": [ "m365 spo hubsite rights grant" - ] + ], + "description": "Grants permissions to join the hub site for one or more principals" }, "spo hubsite rights revoke": { - "description": "Revokes rights to join sites to the specified hub site for one or more principals", "body": [ "m365 spo hubsite rights revoke --hubSiteUrl $1 --principals $2 --domain name $3" ], "prefix": [ "m365 spo hubsite rights revoke" - ] + ], + "description": "Revokes rights to join sites to the specified hub site for one or more principals" }, "spo hubsite set": { - "description": "Updates properties of the specified hub site", "body": [ "m365 spo hubsite set --id $1" ], "prefix": [ "m365 spo hubsite set" - ] + ], + "description": "Updates properties of the specified hub site" }, "spo hubsite unregister": { - "description": "Unregisters the specified site collection as a hub site", "body": [ "m365 spo hubsite unregister --url $1" ], "prefix": [ "m365 spo hubsite unregister" - ] + ], + "description": "Unregisters the specified site collection as a hub site" }, "spo knowledgehub get": { - "description": "Gets the Knowledge Hub Site URL for your tenant", "body": [ "m365 spo knowledgehub get " ], "prefix": [ "m365 spo knowledgehub get" - ] + ], + "description": "Gets the Knowledge Hub Site URL for your tenant" }, "spo knowledgehub remove": { - "description": "Removes the Knowledge Hub Site setting for your tenant", "body": [ "m365 spo knowledgehub remove " ], "prefix": [ "m365 spo knowledgehub remove" - ] + ], + "description": "Removes the Knowledge Hub Site setting for your tenant" }, "spo knowledgehub set": { - "description": "Sets the Knowledge Hub Site for your tenant", "body": [ "m365 spo knowledgehub set --siteUrl $1" ], "prefix": [ "m365 spo knowledgehub set" - ] + ], + "description": "Sets the Knowledge Hub Site for your tenant" }, "spo list add": { - "description": "Creates list in the specified site", "body": [ "m365 spo list add --title $1 --webUrl $2" ], "prefix": [ "m365 spo list add" - ] + ], + "description": "Creates list in the specified site" }, "spo list contenttype add": { - "description": "Adds content type to list", "body": [ "m365 spo list contenttype add --webUrl $1 --id $2" ], "prefix": [ "m365 spo list contenttype add" - ] + ], + "description": "Adds content type to list" }, "spo list contenttype default set": { - "description": "Sets the default content type for a list", "body": [ "m365 spo list contenttype default set --webUrl $1 --contentTypeId $2" ], "prefix": [ "m365 spo list contenttype default set" - ] + ], + "description": "Sets the default content type for a list" }, "spo list contenttype list": { - "description": "Lists content types configured on the list", "body": [ "m365 spo list contenttype list --webUrl $1" ], "prefix": [ "m365 spo list contenttype list" - ] + ], + "description": "Lists content types configured on the list" }, "spo list contenttype remove": { - "description": "Removes content type from list", "body": [ "m365 spo list contenttype remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo list contenttype remove" - ] + ], + "description": "Removes content type from list" }, "spo list get": { - "description": "Gets information about the specific list", "body": [ "m365 spo list get --webUrl $1" ], "prefix": [ "m365 spo list get" - ] + ], + "description": "Gets information about the specific list" }, "spo list list": { - "description": "Gets all lists within the specified site", "body": [ "m365 spo list list --webUrl $1" ], "prefix": [ "m365 spo list list" - ] + ], + "description": "Gets all lists within the specified site" }, "spo list remove": { - "description": "Removes the specified list", "body": [ "m365 spo list remove --webUrl $1" ], "prefix": [ "m365 spo list remove" - ] + ], + "description": "Removes the specified list" }, "spo list retentionlabel ensure": { - "description": "Sets a default retention label on the specified list or library.", "body": [ "m365 spo list retentionlabel ensure --webUrl $1 --name $2" ], "prefix": [ "m365 spo list retentionlabel ensure" - ] + ], + "description": "Sets a default retention label on the specified list or library." }, "spo list retentionlabel get": { - "description": "Gets the default retention label set on the specified list or library.", "body": [ "m365 spo list retentionlabel get --webUrl $1" ], "prefix": [ "m365 spo list retentionlabel get" - ] + ], + "description": "Gets the default retention label set on the specified list or library." }, "spo list retentionlabel remove": { - "description": "Clears the retention label on the specified list or library.", "body": [ "m365 spo list retentionlabel remove --webUrl $1" ], "prefix": [ "m365 spo list retentionlabel remove" - ] + ], + "description": "Clears the retention label on the specified list or library." }, "spo list roleassignment add": { - "description": "Adds a role assignment to list permissions", "body": [ "m365 spo list roleassignment add --webUrl $1" ], "prefix": [ "m365 spo list roleassignment add" - ] + ], + "description": "Adds a role assignment to list permissions" }, "spo list roleassignment remove": { - "description": "Removes a role assignment from list permissions", "body": [ "m365 spo list roleassignment remove --webUrl $1" ], "prefix": [ "m365 spo list roleassignment remove" - ] + ], + "description": "Removes a role assignment from list permissions" }, "spo list roleinheritance break": { - "description": "Breaks role inheritance on list or library", "body": [ "m365 spo list roleinheritance break --webUrl $1" ], "prefix": [ "m365 spo list roleinheritance break" - ] + ], + "description": "Breaks role inheritance on list or library" }, "spo list roleinheritance reset": { - "description": "Restores role inheritance on list or library", "body": [ "m365 spo list roleinheritance reset --webUrl $1" ], "prefix": [ "m365 spo list roleinheritance reset" - ] + ], + "description": "Restores role inheritance on list or library" }, "spo list sensitivitylabel ensure": { - "description": "Applies a default sensitivity label to the specified document library", "body": [ "m365 spo list sensitivitylabel ensure --webUrl $1" ], "prefix": [ "m365 spo list sensitivitylabel ensure" - ] + ], + "description": "Applies a default sensitivity label to the specified document library" }, "spo list set": { - "description": "Updates the settings of the specified list", "body": [ "m365 spo list set --webUrl $1" ], "prefix": [ "m365 spo list set" - ] + ], + "description": "Updates the settings of the specified list" }, "spo list sitescript get": { - "description": "Extracts a site script from a SharePoint list", "body": [ "m365 spo list sitescript get --webUrl $1" ], "prefix": [ "m365 spo list sitescript get" - ] + ], + "description": "Extracts a site script from a SharePoint list" }, "spo list view add": { - "description": "Adds a new view to a SharePoint list", "body": [ "m365 spo list view add --webUrl $1 --title $2 --fields $3" ], "prefix": [ "m365 spo list view add" - ] + ], + "description": "Adds a new view to a SharePoint list" }, "spo list view field add": { - "description": "Adds the specified field to list view", "body": [ "m365 spo list view field add --webUrl $1" ], "prefix": [ "m365 spo list view field add" - ] + ], + "description": "Adds the specified field to list view" }, "spo list view field remove": { - "description": "Removes the specified field from list view", "body": [ "m365 spo list view field remove --webUrl $1" ], "prefix": [ "m365 spo list view field remove" - ] + ], + "description": "Removes the specified field from list view" }, "spo list view field set": { - "description": "Updates existing column in an existing view (eg. move to a specific position)", "body": [ "m365 spo list view field set --webUrl $1 --position $2" ], "prefix": [ "m365 spo list view field set" - ] + ], + "description": "Updates existing column in an existing view (eg. move to a specific position)" }, "spo list view get": { - "description": "Gets information about specific list view", "body": [ "m365 spo list view get --webUrl $1" ], "prefix": [ "m365 spo list view get" - ] + ], + "description": "Gets information about specific list view" }, "spo list view list": { - "description": "Lists views configured on the specified list", "body": [ "m365 spo list view list --webUrl $1" ], "prefix": [ "m365 spo list view list" - ] + ], + "description": "Lists views configured on the specified list" }, "spo list view remove": { - "description": "Deletes the specified view from the list", "body": [ "m365 spo list view remove --webUrl $1" ], "prefix": [ "m365 spo list view remove" - ] + ], + "description": "Deletes the specified view from the list" }, "spo list view set": { - "description": "Updates existing list view", "body": [ "m365 spo list view set --webUrl $1" ], "prefix": [ "m365 spo list view set" - ] + ], + "description": "Updates existing list view" }, "spo list webhook add": { - "description": "Adds a new webhook to the specified list", "body": [ "m365 spo list webhook add --webUrl $1 --notificationUrl $2" ], "prefix": [ "m365 spo list webhook add" - ] + ], + "description": "Adds a new webhook to the specified list" }, "spo list webhook get": { - "description": "Gets information about the specific webhook", "body": [ "m365 spo list webhook get --webUrl $1 --id $2" ], "prefix": [ "m365 spo list webhook get" - ] + ], + "description": "Gets information about the specific webhook" }, "spo list webhook list": { - "description": "Lists all webhooks for the specified list", "body": [ "m365 spo list webhook list --webUrl $1" ], "prefix": [ "m365 spo list webhook list" - ] + ], + "description": "Lists all webhooks for the specified list" }, "spo list webhook remove": { - "description": "Removes the specified webhook from the list", "body": [ "m365 spo list webhook remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo list webhook remove" - ] + ], + "description": "Removes the specified webhook from the list" }, "spo list webhook set": { - "description": "Updates the specified webhook", "body": [ "m365 spo list webhook set --webUrl $1 --id $2" ], "prefix": [ "m365 spo list webhook set" - ] + ], + "description": "Updates the specified webhook" }, "spo listitem add": { - "description": "Creates a list item in the specified list", "body": [ "m365 spo listitem add --webUrl $1" ], "prefix": [ "m365 spo listitem add" - ] + ], + "description": "Creates a list item in the specified list" }, "spo listitem attachment add": { - "description": "Adds an attachment to a list item", "body": [ "m365 spo listitem attachment add --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem attachment add" - ] + ], + "description": "Adds an attachment to a list item" }, "spo listitem attachment get": { - "description": "Gets an attachment from a list item", "body": [ "m365 spo listitem attachment get --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem attachment get" - ] + ], + "description": "Gets an attachment from a list item" }, "spo listitem attachment list": { - "description": "Gets the attachments associated to a list item", "body": [ "m365 spo listitem attachment list --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem attachment list" - ] + ], + "description": "Gets the attachments associated to a list item" }, "spo listitem attachment remove": { - "description": "Removes an attachment from a list item", "body": [ "m365 spo listitem attachment remove --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem attachment remove" - ] + ], + "description": "Removes an attachment from a list item" }, "spo listitem attachment set": { - "description": "Updates an attachment from a list item", "body": [ "m365 spo listitem attachment set --webUrl $1 --listItemId $2 --fileName $3" ], "prefix": [ "m365 spo listitem attachment set" - ] + ], + "description": "Updates an attachment from a list item" }, "spo listitem batch add": { - "description": "Creates list items in a batch", "body": [ "m365 spo listitem batch add --webUrl $1" ], "prefix": [ "m365 spo listitem batch add" - ] + ], + "description": "Creates list items in a batch" }, "spo listitem batch remove": { - "description": "Removes items from a list in batch", "body": [ "m365 spo listitem batch remove --webUrl $1" ], "prefix": [ "m365 spo listitem batch remove" - ] + ], + "description": "Removes items from a list in batch" }, "spo listitem batch set": { - "description": "Updates list items in a batch", "body": [ "m365 spo listitem batch set --filePath $1 --webUrl $2" ], "prefix": [ "m365 spo listitem batch set" - ] + ], + "description": "Updates list items in a batch" }, "spo listitem get": { - "description": "Gets a list item from the specified list", "body": [ "m365 spo listitem get --webUrl $1" ], "prefix": [ "m365 spo listitem get" - ] + ], + "description": "Gets a list item from the specified list" }, "spo listitem isrecord": { - "description": "Checks if the specified list item is a record", "body": [ "m365 spo listitem isrecord --webUrl $1 --id $2" ], "prefix": [ "m365 spo listitem isrecord" - ] + ], + "description": "Checks if the specified list item is a record" }, "spo listitem list": { - "description": "Gets a list of items from the specified list", "body": [ "m365 spo listitem list --webUrl $1" ], "prefix": [ "m365 spo listitem list" - ] + ], + "description": "Gets a list of items from the specified list" }, "spo listitem record declare": { - "description": "Declares the specified list item as a record", "body": [ "m365 spo listitem record declare --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem record declare" - ] + ], + "description": "Declares the specified list item as a record" }, "spo listitem record lock": { - "description": "Locks the list item record", "body": [ "m365 spo listitem record lock --webUrl $1" ], "prefix": [ "m365 spo listitem record lock" - ] + ], + "description": "Locks the list item record" }, "spo listitem record undeclare": { - "description": "Undeclares list item as a record", "body": [ "m365 spo listitem record undeclare --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem record undeclare" - ] + ], + "description": "Undeclares list item as a record" }, "spo listitem record unlock": { - "description": "Unlocks the list item record", "body": [ "m365 spo listitem record unlock --webUrl $1" ], "prefix": [ "m365 spo listitem record unlock" - ] + ], + "description": "Unlocks the list item record" }, "spo listitem remove": { - "description": "Removes the specified list item", "body": [ "m365 spo listitem remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo listitem remove" - ] + ], + "description": "Removes the specified list item" }, "spo listitem retentionlabel ensure": { - "description": "Apply a retention label to a list item", "body": [ "m365 spo listitem retentionlabel ensure --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem retentionlabel ensure" - ] + ], + "description": "Apply a retention label to a list item" }, "spo listitem retentionlabel remove": { - "description": "Clears the retention label from a list item", "body": [ "m365 spo listitem retentionlabel remove --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem retentionlabel remove" - ] + ], + "description": "Clears the retention label from a list item" }, "spo listitem roleassignment add": { - "description": "Adds a role assignment to a listitem.", "body": [ "m365 spo listitem roleassignment add --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem roleassignment add" - ] + ], + "description": "Adds a role assignment to a listitem." }, "spo listitem roleassignment remove": { - "description": "Removes a role assignment from a listitem.", "body": [ "m365 spo listitem roleassignment remove --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem roleassignment remove" - ] + ], + "description": "Removes a role assignment from a listitem." }, "spo listitem roleinheritance break": { - "description": "Break inheritance of list item.", "body": [ "m365 spo listitem roleinheritance break --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem roleinheritance break" - ] + ], + "description": "Break inheritance of list item." }, "spo listitem roleinheritance reset": { - "description": "Restores the role inheritance of list item, file, or folder", "body": [ "m365 spo listitem roleinheritance reset --webUrl $1 --listItemId $2" ], "prefix": [ "m365 spo listitem roleinheritance reset" - ] + ], + "description": "Restores the role inheritance of list item, file, or folder" }, "spo listitem set": { - "description": "Updates a list item in the specified list", "body": [ "m365 spo listitem set --webUrl $1 --id $2" ], "prefix": [ "m365 spo listitem set" - ] + ], + "description": "Updates a list item in the specified list" }, "spo mail send": { - "description": "Sends an e-mail from SharePoint", "body": [ "m365 spo mail send --webUrl $1 --to $2 --subject $3 --body $4" ], "prefix": [ "m365 spo mail send" - ] + ], + "description": "Sends an e-mail from SharePoint" }, "spo navigation node add": { - "description": "Adds a navigation node to the specified site navigation", "body": [ "m365 spo navigation node add --webUrl $1 --title $2" ], "prefix": [ "m365 spo navigation node add" - ] + ], + "description": "Adds a navigation node to the specified site navigation" }, "spo navigation node get": { - "description": "Gets information about a specific navigation node.", "body": [ "m365 spo navigation node get --webUrl $1" ], "prefix": [ "m365 spo navigation node get" - ] + ], + "description": "Gets information about a specific navigation node." }, "spo navigation node list": { - "description": "Lists nodes from the specified site navigation", "body": [ "m365 spo navigation node list --webUrl $1 --location $2" ], "prefix": [ "m365 spo navigation node list" - ] + ], + "description": "Lists nodes from the specified site navigation" }, "spo navigation node remove": { - "description": "Removes the specified navigation node", "body": [ "m365 spo navigation node remove --webUrl $1 --location $2 --id $3" ], "prefix": [ "m365 spo navigation node remove" - ] + ], + "description": "Removes the specified navigation node" }, "spo navigation node set": { - "description": "Updates a SharePoint navigation node", "body": [ "m365 spo navigation node set --webUrl $1" ], "prefix": [ "m365 spo navigation node set" - ] + ], + "description": "Updates a SharePoint navigation node" }, "spo orgassetslibrary add": { - "description": "Promotes an existing library to become an organization assets library", "body": [ "m365 spo orgassetslibrary add --libraryUrl $1" ], "prefix": [ "m365 spo orgassetslibrary add" - ] + ], + "description": "Promotes an existing library to become an organization assets library" }, "spo orgassetslibrary list": { - "description": "List all libraries that are assigned as asset library", "body": [ "m365 spo orgassetslibrary list " ], "prefix": [ "m365 spo orgassetslibrary list" - ] + ], + "description": "List all libraries that are assigned as asset library" }, "spo orgassetslibrary remove": { - "description": "Removes a library that was designated as a central location for organization assets across the tenant.", "body": [ "m365 spo orgassetslibrary remove --libraryUrl $1" ], "prefix": [ "m365 spo orgassetslibrary remove" - ] + ], + "description": "Removes a library that was designated as a central location for organization assets across the tenant." }, "spo orgnewssite list": { - "description": "Lists all organizational news sites", "body": [ "m365 spo orgnewssite list " ], "prefix": [ "m365 spo orgnewssite list" - ] + ], + "description": "Lists all organizational news sites" }, "spo orgnewssite remove": { - "description": "Removes a site from the list of organizational news sites", "body": [ "m365 spo orgnewssite remove --url $1" ], "prefix": [ "m365 spo orgnewssite remove" - ] + ], + "description": "Removes a site from the list of organizational news sites" }, "spo orgnewssite set": { - "description": "Marks site as an organizational news site", "body": [ "m365 spo orgnewssite set --url $1" ], "prefix": [ "m365 spo orgnewssite set" - ] + ], + "description": "Marks site as an organizational news site" }, "spo page add": { - "description": "Creates modern page", "body": [ "m365 spo page add --name $1" ], "prefix": [ "m365 spo page add" - ] + ], + "description": "Creates modern page" }, "spo page clientsidewebpart add": { - "description": "Adds a client-side web part to a modern page", "body": [ "m365 spo page clientsidewebpart add --webUrl $1 --pageName $2" ], "prefix": [ "m365 spo page clientsidewebpart add" - ] + ], + "description": "Adds a client-side web part to a modern page" }, "spo page column get": { - "description": "Get information about a specific column of a modern page", "body": [ "m365 spo page column get --webUrl $1 --pageName $2 --section $3 --column $4" ], "prefix": [ "m365 spo page column get" - ] + ], + "description": "Get information about a specific column of a modern page" }, "spo page column list": { - "description": "Lists columns in the specific section of a modern page", "body": [ "m365 spo page column list --webUrl $1 --pageName $2 --sectionId $3" ], "prefix": [ "m365 spo page column list" - ] + ], + "description": "Lists columns in the specific section of a modern page" }, "spo page control get": { - "description": "Gets information about the specific control on a modern page", "body": [ "m365 spo page control get --id $1 --pageName $2 --webUrl $3" ], "prefix": [ "m365 spo page control get" - ] + ], + "description": "Gets information about the specific control on a modern page" }, "spo page control list": { - "description": "Lists controls on the specific modern page", "body": [ "m365 spo page control list --pageName $1 --webUrl $2" ], "prefix": [ "m365 spo page control list" - ] + ], + "description": "Lists controls on the specific modern page" }, "spo page control set": { - "description": "Updates web part data or properties of a control on a modern page", "body": [ "m365 spo page control set --id $1 --pageName $2 --webUrl $3" ], "prefix": [ "m365 spo page control set" - ] + ], + "description": "Updates web part data or properties of a control on a modern page" }, "spo page copy": { - "description": "Creates a copy of a modern page or template", "body": [ "m365 spo page copy --sourceName $1 --targetUrl $2 --webUrl $3" ], "prefix": [ "m365 spo page copy" - ] + ], + "description": "Creates a copy of a modern page or template" }, "spo page get": { - "description": "Gets information about the specific modern page", "body": [ "m365 spo page get --name $1" ], "prefix": [ "m365 spo page get" - ] + ], + "description": "Gets information about the specific modern page" }, "spo page header set": { - "description": "Sets modern page header", "body": [ "m365 spo page header set --pageName $1 --webUrl $2" ], "prefix": [ "m365 spo page header set" - ] + ], + "description": "Sets modern page header" }, "spo page list": { - "description": "Lists all modern pages in the given site", "body": [ "m365 spo page list --webUrl $1" ], "prefix": [ "m365 spo page list" - ] + ], + "description": "Lists all modern pages in the given site" }, "spo page remove": { - "description": "Removes a modern page", "body": [ - "m365 spo page remove --name $1" + "m365 spo page remove --webUrl $1 --name $2" ], "prefix": [ "m365 spo page remove" - ] + ], + "description": "Removes a modern page" }, "spo page section add": { - "description": "Adds section to modern page", "body": [ "m365 spo page section add --pageName $1 --webUrl $2 --sectionTemplate $3" ], "prefix": [ "m365 spo page section add" - ] + ], + "description": "Adds section to modern page" }, "spo page section get": { - "description": "Get information about the specified modern page section", "body": [ "m365 spo page section get --webUrl $1 --pageName $2 --sectionId $3" ], "prefix": [ "m365 spo page section get" - ] + ], + "description": "Get information about the specified modern page section" }, "spo page section list": { - "description": "List sections in the specific modern page", "body": [ "m365 spo page section list --webUrl $1 --pageName $2" ], "prefix": [ "m365 spo page section list" - ] + ], + "description": "List sections in the specific modern page" }, "spo page set": { - "description": "Updates modern page properties", "body": [ "m365 spo page set --name $1" ], "prefix": [ "m365 spo page set" - ] + ], + "description": "Updates modern page properties" }, "spo page template list": { - "description": "Lists all page templates in the given site", "body": [ "m365 spo page template list --webUrl $1" ], "prefix": [ "m365 spo page template list" - ] + ], + "description": "Lists all page templates in the given site" }, "spo page text add": { - "description": "Adds text to a modern page", "body": [ "m365 spo page text add --webUrl $1 --pageName $2 --text $3" ], "prefix": [ "m365 spo page text add" - ] + ], + "description": "Adds text to a modern page" }, "spo propertybag get": { - "description": "Gets the value of the specified property from the property bag", "body": [ "m365 spo propertybag get --webUrl $1 --key $2" ], "prefix": [ "m365 spo propertybag get" - ] + ], + "description": "Gets the value of the specified property from the property bag" }, "spo propertybag list": { - "description": "Gets property bag values", "body": [ "m365 spo propertybag list --webUrl $1" ], "prefix": [ "m365 spo propertybag list" - ] + ], + "description": "Gets property bag values" }, "spo propertybag remove": { - "description": "Removes specified property from the property bag", "body": [ "m365 spo propertybag remove --webUrl $1 --key $2" ], "prefix": [ "m365 spo propertybag remove" - ] + ], + "description": "Removes specified property from the property bag" }, "spo propertybag set": { - "description": "Sets the value of the specified property in the property bag. Adds the property if it does not exist", "body": [ "m365 spo propertybag set --webUrl $1 --key $2 --value $3" ], "prefix": [ "m365 spo propertybag set" - ] + ], + "description": "Sets the value of the specified property in the property bag. Adds the property if it does not exist" }, "spo report activityfilecounts": { - "description": "Gets the number of unique, licensed users who interacted with files stored on SharePoint sites", "body": [ "m365 spo report activityfilecounts --period $1" ], "prefix": [ "m365 spo report activityfilecounts" - ] + ], + "description": "Gets the number of unique, licensed users who interacted with files stored on SharePoint sites" }, "spo report activitypages": { - "description": "Gets the number of unique pages visited by users", "body": [ "m365 spo report activitypages --period $1" ], "prefix": [ "m365 spo report activitypages" - ] + ], + "description": "Gets the number of unique pages visited by users" }, "spo report activityusercounts": { - "description": "Gets the trend in the number of active users", "body": [ "m365 spo report activityusercounts --period $1" ], "prefix": [ "m365 spo report activityusercounts" - ] + ], + "description": "Gets the trend in the number of active users" }, "spo report activityuserdetail": { - "description": "Gets details about SharePoint activity by user.", "body": [ "m365 spo report activityuserdetail " ], "prefix": [ "m365 spo report activityuserdetail" - ] + ], + "description": "Gets details about SharePoint activity by user." }, "spo report siteusagedetail": { - "description": "Gets details about SharePoint site usage", "body": [ "m365 spo report siteusagedetail " ], "prefix": [ "m365 spo report siteusagedetail" - ] + ], + "description": "Gets details about SharePoint site usage" }, "spo report siteusagefilecounts": { - "description": "Get the total number of files across all sites and the number of active files", "body": [ "m365 spo report siteusagefilecounts --period $1" ], "prefix": [ "m365 spo report siteusagefilecounts" - ] + ], + "description": "Get the total number of files across all sites and the number of active files" }, "spo report siteusagepages": { - "description": "Gets the number of pages viewed across all sites", "body": [ "m365 spo report siteusagepages --period $1" ], "prefix": [ "m365 spo report siteusagepages" - ] + ], + "description": "Gets the number of pages viewed across all sites" }, "spo report siteusagesitecounts": { - "description": "Gets the total number of files across all sites and the number of active files", "body": [ "m365 spo report siteusagesitecounts --period $1" ], "prefix": [ "m365 spo report siteusagesitecounts" - ] + ], + "description": "Gets the total number of files across all sites and the number of active files" }, "spo report siteusagestorage": { - "description": "Gets the trend of storage allocated and consumed during the reporting period", "body": [ "m365 spo report siteusagestorage --period $1" ], "prefix": [ "m365 spo report siteusagestorage" - ] + ], + "description": "Gets the trend of storage allocated and consumed during the reporting period" }, "spo roledefinition add": { - "description": "Adds a new roledefinition to web", "body": [ "m365 spo roledefinition add --webUrl $1 --name $2" ], "prefix": [ "m365 spo roledefinition add" - ] + ], + "description": "Adds a new roledefinition to web" }, "spo roledefinition get": { - "description": "Gets specified role definition from web", "body": [ "m365 spo roledefinition get --webUrl $1 --id $2" ], "prefix": [ "m365 spo roledefinition get" - ] + ], + "description": "Gets specified role definition from web" }, "spo roledefinition list": { - "description": "Gets list of role definitions for the specified site", "body": [ "m365 spo roledefinition list --webUrl $1" ], "prefix": [ "m365 spo roledefinition list" - ] + ], + "description": "Gets list of role definitions for the specified site" }, "spo roledefinition remove": { - "description": "Removes the role definition from the specified site", "body": [ "m365 spo roledefinition remove --webUrl $1 --id $2" ], "prefix": [ "m365 spo roledefinition remove" - ] + ], + "description": "Removes the role definition from the specified site" }, "spo search": { - "description": "Executes a search query", "body": [ "m365 spo search --queryText $1" ], "prefix": [ "m365 spo search" - ] + ], + "description": "Executes a search query" }, "spo serviceprincipal grant add": { - "description": "Grants the service principal permission to the specified API", "body": [ "m365 spo serviceprincipal grant add " ], "prefix": [ "m365 spo serviceprincipal grant add" - ] + ], + "description": "Grants the service principal permission to the specified API" }, "spo serviceprincipal grant list": { - "description": "Lists permissions granted to the service principal", "body": [ "m365 spo serviceprincipal grant list " ], "prefix": [ "m365 spo serviceprincipal grant list" - ] + ], + "description": "Lists permissions granted to the service principal" }, "spo serviceprincipal grant revoke": { - "description": "Revokes the specified set of permissions granted to the service principal", "body": [ "m365 spo serviceprincipal grant revoke " ], "prefix": [ "m365 spo serviceprincipal grant revoke" - ] + ], + "description": "Revokes the specified set of permissions granted to the service principal" }, "spo serviceprincipal permissionrequest approve": { - "description": "Approves the specified permission request", "body": [ "m365 spo serviceprincipal permissionrequest approve " ], "prefix": [ "m365 spo serviceprincipal permissionrequest approve" - ] + ], + "description": "Approves the specified permission request" }, "spo serviceprincipal permissionrequest deny": { - "description": "Denies the specified permission request", "body": [ "m365 spo serviceprincipal permissionrequest deny " ], "prefix": [ "m365 spo serviceprincipal permissionrequest deny" - ] + ], + "description": "Denies the specified permission request" }, "spo serviceprincipal permissionrequest list": { - "description": "Lists pending permission requests", "body": [ "m365 spo serviceprincipal permissionrequest list " ], "prefix": [ "m365 spo serviceprincipal permissionrequest list" - ] + ], + "description": "Lists pending permission requests" }, "spo serviceprincipal set": { - "description": "Enable or disable the service principal", "body": [ "m365 spo serviceprincipal set " ], "prefix": [ "m365 spo serviceprincipal set" - ] + ], + "description": "Enable or disable the service principal" }, "spo set": { - "description": "Sets the URL of the root SharePoint site collection for use in SPO commands", "body": [ "m365 spo set --url $1" ], "prefix": [ "m365 spo set" - ] + ], + "description": "Sets the URL of the root SharePoint site collection for use in SPO commands" }, "spo site add": { - "description": "Creates new SharePoint Online site", "body": [ "m365 spo site add --title $1" ], "prefix": [ "m365 spo site add" - ] + ], + "description": "Creates new SharePoint Online site" }, "spo site admin add": { - "description": "Adds a user or group as a site collection administrator", "body": [ "m365 spo site admin add --siteUrl $1" ], "prefix": [ "m365 spo site admin add" - ] + ], + "description": "Adds a user or group as a site collection administrator" }, "spo site admin list": { - "description": "Lists all administrators of a specific SharePoint site", "body": [ "m365 spo site admin list --siteUrl $1" ], "prefix": [ "m365 spo site admin list" - ] + ], + "description": "Lists all administrators of a specific SharePoint site" }, "spo site admin remove": { - "description": "Removes a user or group as site collection administrator", "body": [ "m365 spo site admin remove --siteUrl $1" ], "prefix": [ "m365 spo site admin remove" - ] + ], + "description": "Removes a user or group as site collection administrator" }, "spo site appcatalog add": { - "description": "Creates a site collection app catalog in the specified site", "body": [ "m365 spo site appcatalog add --siteUrl $1" ], "prefix": [ "m365 spo site appcatalog add" - ] + ], + "description": "Creates a site collection app catalog in the specified site" }, "spo site appcatalog list": { - "description": "List all site collection app catalogs within the tenant", "body": [ "m365 spo site appcatalog list " ], "prefix": [ "m365 spo site appcatalog list" - ] + ], + "description": "List all site collection app catalogs within the tenant" }, "spo site appcatalog remove": { - "description": "Removes site collection app catalog from the specified site", "body": [ "m365 spo site appcatalog remove --siteUrl $1" ], "prefix": [ "m365 spo site appcatalog remove" - ] + ], + "description": "Removes site collection app catalog from the specified site" }, "spo site apppermission add": { - "description": "Adds a specific application permissions to the site", "body": [ "m365 spo site apppermission add --siteUrl $1 --permission $2" ], "prefix": [ "m365 spo site apppermission add" - ] + ], + "description": "Adds a specific application permissions to the site" }, "spo site apppermission get": { - "description": "Get a specific application permissions for the site", "body": [ "m365 spo site apppermission get --siteUrl $1 --id $2" ], "prefix": [ "m365 spo site apppermission get" - ] + ], + "description": "Get a specific application permissions for the site" }, "spo site apppermission list": { - "description": "Lists application permissions for a site", "body": [ "m365 spo site apppermission list --siteUrl $1" ], "prefix": [ "m365 spo site apppermission list" - ] + ], + "description": "Lists application permissions for a site" }, "spo site apppermission remove": { - "description": "Removes a specific application permission from a site", "body": [ "m365 spo site apppermission remove --siteUrl $1" ], "prefix": [ "m365 spo site apppermission remove" - ] + ], + "description": "Removes a specific application permission from a site" }, "spo site apppermission set": { - "description": "Updates a specific application permission for a site", "body": [ "m365 spo site apppermission set --siteUrl $1 --permission $2" ], "prefix": [ "m365 spo site apppermission set" - ] + ], + "description": "Updates a specific application permission for a site" }, "spo site chrome set": { - "description": "Set the chrome header and footer for the specified site", "body": [ "m365 spo site chrome set --siteUrl $1" ], "prefix": [ "m365 spo site chrome set" - ] + ], + "description": "Set the chrome header and footer for the specified site" }, "spo site commsite enable": { - "description": "Enables communication site features on the specified site", "body": [ "m365 spo site commsite enable --url $1" ], "prefix": [ "m365 spo site commsite enable" - ] + ], + "description": "Enables communication site features on the specified site" }, "spo site ensure": { - "description": "Ensures that the particular site collection exists and updates its properties if necessary. The command is a combination of spo web get, spo site add and spo site set. spo web get spo site add spo site set", "body": [ "m365 spo site ensure --url $1 --title $2" ], "prefix": [ "m365 spo site ensure" - ] + ], + "description": "Ensures that the particular site collection exists and updates its properties if necessary. The command is a combination of spo web get, spo site add and spo site set. spo web get spo site add spo site set" }, "spo site get": { - "description": "Gets information about the specific site collection", "body": [ "m365 spo site get --url $1" ], "prefix": [ "m365 spo site get" - ] + ], + "description": "Gets information about the specific site collection" }, "spo site groupify": { - "description": "Connects site collection to an Microsoft 365 Group", "body": [ "m365 spo site groupify --url $1 --alias $2 --displayName $3" ], "prefix": [ "m365 spo site groupify" - ] + ], + "description": "Connects site collection to an Microsoft 365 Group" }, "spo site hubsite connect": { - "description": "Connects the specified site collection to the given hub site", "body": [ "m365 spo site hubsite connect --siteUrl $1 --id $2" ], "prefix": [ "m365 spo site hubsite connect" - ] + ], + "description": "Connects the specified site collection to the given hub site" }, "spo site hubsite disconnect": { - "description": "Disconnects the specified site collection from its hub site", "body": [ "m365 spo site hubsite disconnect --siteUrl $1" ], "prefix": [ "m365 spo site hubsite disconnect" - ] + ], + "description": "Disconnects the specified site collection from its hub site" }, "spo site hubsite theme sync": { - "description": "Applies any theme updates from the hub site to the site it is connected to.", "body": [ "m365 spo site hubsite theme sync --webUrl $1" ], "prefix": [ "m365 spo site hubsite theme sync" - ] + ], + "description": "Applies any theme updates from the hub site to the site it is connected to." }, "spo site inplacerecordsmanagement set": { - "description": "Activates or deactivates in-place records management for a site collection", "body": [ "m365 spo site inplacerecordsmanagement set --siteUrl $1 --enabled $2" ], "prefix": [ "m365 spo site inplacerecordsmanagement set" - ] + ], + "description": "Activates or deactivates in-place records management for a site collection" }, "spo site list": { - "description": "Lists modern sites of the given type", "body": [ "m365 spo site list " ], "prefix": [ "m365 spo site list" - ] + ], + "description": "Lists modern sites of the given type" }, "spo site recyclebinitem clear": { - "description": "Permanently removes all items in a site recycle bin", "body": [ "m365 spo site recyclebinitem clear --siteUrl $1" ], "prefix": [ "m365 spo site recyclebinitem clear" - ] + ], + "description": "Permanently removes all items in a site recycle bin" }, "spo site recyclebinitem list": { - "description": "Lists items from recycle bin", "body": [ "m365 spo site recyclebinitem list --siteUrl $1" ], "prefix": [ "m365 spo site recyclebinitem list" - ] + ], + "description": "Lists items from recycle bin" }, "spo site recyclebinitem move": { - "description": "Moves items from the first-stage recycle bin to the second-stage recycle bin", "body": [ "m365 spo site recyclebinitem move --siteUrl $1" ], "prefix": [ "m365 spo site recyclebinitem move" - ] + ], + "description": "Moves items from the first-stage recycle bin to the second-stage recycle bin" }, "spo site recyclebinitem remove": { - "description": "Permanently deletes specific items from the site recycle bin", "body": [ "m365 spo site recyclebinitem remove --siteUrl $1 --ids $2" ], "prefix": [ "m365 spo site recyclebinitem remove" - ] + ], + "description": "Permanently deletes specific items from the site recycle bin" }, "spo site recyclebinitem restore": { - "description": "Restores given items from the site recycle bin", "body": [ "m365 spo site recyclebinitem restore --siteUrl $1" ], "prefix": [ "m365 spo site recyclebinitem restore" - ] + ], + "description": "Restores given items from the site recycle bin" }, "spo site remove": { - "description": "Removes the specified site", "body": [ "m365 spo site remove --url $1" ], "prefix": [ "m365 spo site remove" - ] + ], + "description": "Removes the specified site" }, "spo site rename": { - "description": "Renames the URL and title of a site collection", "body": [ "m365 spo site rename --url $1" ], "prefix": [ "m365 spo site rename" - ] + ], + "description": "Renames the URL and title of a site collection" }, "spo site set": { - "description": "Updates properties of the specified site", "body": [ "m365 spo site set --url $1" ], "prefix": [ "m365 spo site set" - ] + ], + "description": "Updates properties of the specified site" + }, + "spo site sharingpermission set": { + "body": [ + "m365 spo site sharingpermission set --url $1" + ], + "prefix": [ + "m365 spo site sharingpermission set" + ], + "description": "Controls how a site and its components can be shared" }, "spo sitedesign add": { - "description": "Adds site design for creating modern sites", "body": [ "m365 spo sitedesign add --title $1 --webTemplate $2 --siteScripts $3" ], "prefix": [ "m365 spo sitedesign add" - ] + ], + "description": "Adds site design for creating modern sites" }, "spo sitedesign apply": { - "description": "Applies a site design to an existing site collection", "body": [ "m365 spo sitedesign apply --id $1" ], "prefix": [ "m365 spo sitedesign apply" - ] + ], + "description": "Applies a site design to an existing site collection" }, "spo sitedesign get": { - "description": "Gets information about the specified site design", "body": [ "m365 spo sitedesign get " ], "prefix": [ "m365 spo sitedesign get" - ] + ], + "description": "Gets information about the specified site design" }, "spo sitedesign list": { - "description": "Lists available site designs for creating modern sites", "body": [ "m365 spo sitedesign list " ], "prefix": [ "m365 spo sitedesign list" - ] + ], + "description": "Lists available site designs for creating modern sites" }, "spo sitedesign remove": { - "description": "Removes the specified site design", "body": [ "m365 spo sitedesign remove --id $1" ], "prefix": [ "m365 spo sitedesign remove" - ] + ], + "description": "Removes the specified site design" }, "spo sitedesign rights grant": { - "description": "Grants access to a site design for one or more principals", "body": [ "m365 spo sitedesign rights grant --siteDesignId $1 --principals $2 --domain name $3 --rights $4" ], "prefix": [ "m365 spo sitedesign rights grant" - ] + ], + "description": "Grants access to a site design for one or more principals" }, "spo sitedesign rights list": { - "description": "Gets a list of principals that have access to a site design", "body": [ "m365 spo sitedesign rights list --siteDesignId $1" ], "prefix": [ "m365 spo sitedesign rights list" - ] + ], + "description": "Gets a list of principals that have access to a site design" }, "spo sitedesign rights revoke": { - "description": "Revokes access from a site design for one or more principals", "body": [ "m365 spo sitedesign rights revoke --siteDesignId $1 --principals $2 --domain name $3" ], "prefix": [ "m365 spo sitedesign rights revoke" - ] + ], + "description": "Revokes access from a site design for one or more principals" }, "spo sitedesign run list": { - "description": "Lists information about site designs applied to the specified site", "body": [ "m365 spo sitedesign run list --webUrl $1" ], "prefix": [ "m365 spo sitedesign run list" - ] + ], + "description": "Lists information about site designs applied to the specified site" }, "spo sitedesign run status get": { - "description": "Gets information about the site scripts executed for the specified site design", "body": [ "m365 spo sitedesign run status get --webUrl $1 --runId $2" ], "prefix": [ "m365 spo sitedesign run status get" - ] + ], + "description": "Gets information about the site scripts executed for the specified site design" }, "spo sitedesign set": { - "description": "Updates a site design with new values", "body": [ "m365 spo sitedesign set --id $1" ], "prefix": [ "m365 spo sitedesign set" - ] + ], + "description": "Updates a site design with new values" }, "spo sitedesign task get": { - "description": "Gets information about the specified site design scheduled for execution", "body": [ "m365 spo sitedesign task get --id $1" ], "prefix": [ "m365 spo sitedesign task get" - ] + ], + "description": "Gets information about the specified site design scheduled for execution" }, "spo sitedesign task list": { - "description": "Lists site designs scheduled for execution on the specified site", "body": [ "m365 spo sitedesign task list --webUrl $1" ], "prefix": [ "m365 spo sitedesign task list" - ] + ], + "description": "Lists site designs scheduled for execution on the specified site" }, "spo sitedesign task remove": { - "description": "Removes the specified site design scheduled for execution", "body": [ "m365 spo sitedesign task remove --id $1" ], "prefix": [ "m365 spo sitedesign task remove" - ] + ], + "description": "Removes the specified site design scheduled for execution" }, "spo sitescript add": { - "description": "Adds site script for use with site designs", "body": [ "m365 spo sitescript add --title $1" ], "prefix": [ "m365 spo sitescript add" - ] + ], + "description": "Adds site script for use with site designs" }, "spo sitescript get": { - "description": "Gets information about the specified site script", "body": [ "m365 spo sitescript get --id $1" ], "prefix": [ "m365 spo sitescript get" - ] + ], + "description": "Gets information about the specified site script" }, "spo sitescript list": { - "description": "Lists site script available for use with site designs", "body": [ "m365 spo sitescript list " ], "prefix": [ "m365 spo sitescript list" - ] + ], + "description": "Lists site script available for use with site designs" }, "spo sitescript remove": { - "description": "Removes the specified site script", "body": [ "m365 spo sitescript remove --id $1" ], "prefix": [ "m365 spo sitescript remove" - ] + ], + "description": "Removes the specified site script" }, "spo sitescript set": { - "description": "Updates existing site script", "body": [ "m365 spo sitescript set --id $1" ], "prefix": [ "m365 spo sitescript set" - ] + ], + "description": "Updates existing site script" }, "spo storageentity get": { - "description": "Get details for the specified tenant property", "body": [ "m365 spo storageentity get --key $1" ], "prefix": [ "m365 spo storageentity get" - ] + ], + "description": "Get details for the specified tenant property" }, "spo storageentity list": { - "description": "Lists tenant properties stored on the specified SharePoint Online app catalog", "body": [ "m365 spo storageentity list --appCatalogUrl $1" ], "prefix": [ "m365 spo storageentity list" - ] + ], + "description": "Lists tenant properties stored on the specified SharePoint Online app catalog" }, "spo storageentity remove": { - "description": "Removes tenant property stored on the specified SharePoint Online app catalog", "body": [ "m365 spo storageentity remove --appCatalogUrl $1 --key $2" ], "prefix": [ "m365 spo storageentity remove" - ] + ], + "description": "Removes tenant property stored on the specified SharePoint Online app catalog" }, "spo storageentity set": { - "description": "Sets tenant property on the specified SharePoint Online app catalog", "body": [ "m365 spo storageentity set --appCatalogUrl $1 --key $2" ], "prefix": [ "m365 spo storageentity set" - ] + ], + "description": "Sets tenant property on the specified SharePoint Online app catalog" }, "spo tenant appcatalog add": { - "description": "Creates new tenant app catalog site", "body": [ "m365 spo tenant appcatalog add --url $1 --timeZone $2" ], "prefix": [ "m365 spo tenant appcatalog add" - ] + ], + "description": "Creates new tenant app catalog site" }, "spo tenant appcatalogurl get": { - "description": "Gets the URL of the tenant app catalog", "body": [ "m365 spo tenant appcatalogurl get " ], "prefix": [ "m365 spo tenant appcatalogurl get" - ] + ], + "description": "Gets the URL of the tenant app catalog" }, "spo tenant applicationcustomizer add": { - "description": "Add an application customizer as a tenant-wide extension", "body": [ "m365 spo tenant applicationcustomizer add --title $1 --clientSideComponentId $2" ], "prefix": [ "m365 spo tenant applicationcustomizer add" - ] + ], + "description": "Add an application customizer as a tenant-wide extension" }, "spo tenant applicationcustomizer get": { - "description": "Get an application customizer that is installed tenant-wide", "body": [ "m365 spo tenant applicationcustomizer get " ], "prefix": [ "m365 spo tenant applicationcustomizer get" - ] + ], + "description": "Get an application customizer that is installed tenant-wide" }, "spo tenant applicationcustomizer list": { - "description": "Retrieves a list of application customizers that are installed tenant-wide", "body": [ "m365 spo tenant applicationcustomizer list " ], "prefix": [ "m365 spo tenant applicationcustomizer list" - ] + ], + "description": "Retrieves a list of application customizers that are installed tenant-wide" }, "spo tenant applicationcustomizer remove": { - "description": "Removes an application customizer that is installed tenant-wide", "body": [ "m365 spo tenant applicationcustomizer remove " ], "prefix": [ "m365 spo tenant applicationcustomizer remove" - ] + ], + "description": "Removes an application customizer that is installed tenant-wide" }, "spo tenant applicationcustomizer set": { - "description": "Updates an Application Customizer that is deployed as a tenant-wide extension", "body": [ "m365 spo tenant applicationcustomizer set " ], "prefix": [ "m365 spo tenant applicationcustomizer set" - ] + ], + "description": "Updates an Application Customizer that is deployed as a tenant-wide extension" }, "spo tenant commandset add": { - "description": "Add a ListView Command Set as a tenant-wide extension", "body": [ "m365 spo tenant commandset add --title $1 --listType $2 --clientSideComponentId $3" ], "prefix": [ "m365 spo tenant commandset add" - ] + ], + "description": "Add a ListView Command Set as a tenant-wide extension" }, "spo tenant commandset get": { - "description": "Get a ListView Command Set that is installed tenant-wide", "body": [ "m365 spo tenant commandset get " ], "prefix": [ "m365 spo tenant commandset get" - ] + ], + "description": "Get a ListView Command Set that is installed tenant-wide" }, "spo tenant commandset list": { - "description": "Retrieves a list of ListView Command Sets that are installed tenant-wide", "body": [ "m365 spo tenant commandset list " ], "prefix": [ "m365 spo tenant commandset list" - ] + ], + "description": "Retrieves a list of ListView Command Sets that are installed tenant-wide" }, "spo tenant commandset remove": { - "description": "Removes a ListView Command Set that is installed tenant-wide", "body": [ "m365 spo tenant commandset remove " ], "prefix": [ "m365 spo tenant commandset remove" - ] + ], + "description": "Removes a ListView Command Set that is installed tenant-wide" }, "spo tenant commandset set": { - "description": "Updates a ListView Command Set that is installed tenant-wide", "body": [ "m365 spo tenant commandset set " ], "prefix": [ "m365 spo tenant commandset set" - ] + ], + "description": "Updates a ListView Command Set that is installed tenant-wide" }, "spo tenant recyclebinitem list": { - "description": "Returns all modern and classic site collections in the tenant scoped recycle bin", "body": [ "m365 spo tenant recyclebinitem list " ], "prefix": [ "m365 spo tenant recyclebinitem list" - ] + ], + "description": "Returns all modern and classic site collections in the tenant scoped recycle bin" }, "spo tenant recyclebinitem remove": { - "description": "Removes the specified deleted Site Collection from Tenant Recycle Bin", "body": [ "m365 spo tenant recyclebinitem remove --siteUrl $1" ], "prefix": [ "m365 spo tenant recyclebinitem remove" - ] + ], + "description": "Removes the specified deleted Site Collection from Tenant Recycle Bin" }, "spo tenant recyclebinitem restore": { - "description": "Restores the specified deleted Site Collection from Tenant Recycle Bin", "body": [ "m365 spo tenant recyclebinitem restore --siteUrl $1" ], "prefix": [ "m365 spo tenant recyclebinitem restore" - ] + ], + "description": "Restores the specified deleted Site Collection from Tenant Recycle Bin" }, "spo tenant settings list": { - "description": "Lists the global tenant settings", "body": [ "m365 spo tenant settings list " ], "prefix": [ "m365 spo tenant settings list" - ] + ], + "description": "Lists the global tenant settings" }, "spo tenant settings set": { - "description": "Sets tenant global settings", "body": [ "m365 spo tenant settings set " ], "prefix": [ "m365 spo tenant settings set" - ] + ], + "description": "Sets tenant global settings" }, "spo tenant site archive": { - "description": "Archives a site collection", "body": [ "m365 spo tenant site archive --url $1" ], "prefix": [ "m365 spo tenant site archive" - ] + ], + "description": "Archives a site collection" }, "spo tenant site unarchive": { - "description": "Unarchives a site collection", "body": [ "m365 spo tenant site unarchive --url $1" ], "prefix": [ "m365 spo tenant site unarchive" - ] + ], + "description": "Unarchives a site collection" }, "spo term add": { - "description": "Adds taxonomy term", "body": [ "m365 spo term add --name $1" ], "prefix": [ "m365 spo term add" - ] + ], + "description": "Adds taxonomy term" }, "spo term get": { - "description": "Gets information about the specified taxonomy term", "body": [ "m365 spo term get " ], "prefix": [ "m365 spo term get" - ] + ], + "description": "Gets information about the specified taxonomy term" }, "spo term group add": { - "description": "Adds taxonomy term group", "body": [ "m365 spo term group add --name $1" ], "prefix": [ "m365 spo term group add" - ] + ], + "description": "Adds taxonomy term group" }, "spo term group get": { - "description": "Gets information about the specified taxonomy term group", "body": [ "m365 spo term group get " ], "prefix": [ "m365 spo term group get" - ] + ], + "description": "Gets information about the specified taxonomy term group" }, "spo term group list": { - "description": "Lists taxonomy term groups", "body": [ "m365 spo term group list " ], "prefix": [ "m365 spo term group list" - ] + ], + "description": "Lists taxonomy term groups" }, "spo term list": { - "description": "Lists taxonomy terms from the given term set", "body": [ "m365 spo term list " ], "prefix": [ "m365 spo term list" - ] + ], + "description": "Lists taxonomy terms from the given term set" }, "spo term set add": { - "description": "Adds taxonomy term set", "body": [ "m365 spo term set add --name $1" ], "prefix": [ "m365 spo term set add" - ] + ], + "description": "Adds taxonomy term set" }, "spo term set get": { - "description": "Gets information about the specified taxonomy term set", "body": [ "m365 spo term set get " ], "prefix": [ "m365 spo term set get" - ] + ], + "description": "Gets information about the specified taxonomy term set" }, "spo term set list": { - "description": "Lists taxonomy term sets from the given term group", "body": [ "m365 spo term set list " ], "prefix": [ "m365 spo term set list" - ] + ], + "description": "Lists taxonomy term sets from the given term group" }, "spo theme apply": { - "description": "Applies theme to the specified site", "body": [ "m365 spo theme apply --name $1" ], "prefix": [ "m365 spo theme apply" - ] + ], + "description": "Applies theme to the specified site" }, "spo theme get": { - "description": "Gets custom theme information", "body": [ "m365 spo theme get --name $1" ], "prefix": [ "m365 spo theme get" - ] + ], + "description": "Gets custom theme information" }, "spo theme list": { - "description": "Retrieves the list of custom themes", "body": [ "m365 spo theme list " ], "prefix": [ "m365 spo theme list" - ] + ], + "description": "Retrieves the list of custom themes" }, "spo theme remove": { - "description": "Removes existing theme", "body": [ "m365 spo theme remove --name $1" ], "prefix": [ "m365 spo theme remove" - ] + ], + "description": "Removes existing theme" }, "spo theme set": { - "description": "Add or update a theme", "body": [ "m365 spo theme set --name $1" ], "prefix": [ "m365 spo theme set" - ] + ], + "description": "Add or update a theme" }, "spo user ensure": { - "description": "Ensures that a user is available on a specific site", "body": [ "m365 spo user ensure --webUrl $1" ], "prefix": [ "m365 spo user ensure" - ] + ], + "description": "Ensures that a user is available on a specific site" }, "spo user get": { - "description": "Gets a site user within specific web", "body": [ "m365 spo user get --webUrl $1" ], "prefix": [ "m365 spo user get" - ] + ], + "description": "Gets a site user within specific web" }, "spo user list": { - "description": "Lists all the users within specific web", "body": [ "m365 spo user list --webUrl $1" ], "prefix": [ "m365 spo user list" - ] + ], + "description": "Lists all the users within specific web" }, "spo user remove": { - "description": "Removes user from specific web", "body": [ "m365 spo user remove --webUrl $1" ], "prefix": [ "m365 spo user remove" - ] + ], + "description": "Removes user from specific web" }, "spo userprofile get": { - "description": "Get SharePoint user profile properties for the specified user", "body": [ "m365 spo userprofile get --userName $1" ], "prefix": [ "m365 spo userprofile get" - ] + ], + "description": "Get SharePoint user profile properties for the specified user" }, "spo userprofile set": { - "description": "Sets user profile property for a SharePoint user", "body": [ "m365 spo userprofile set --userName $1 --propertyName $2 --propertyValue $3" ], "prefix": [ "m365 spo userprofile set" - ] + ], + "description": "Sets user profile property for a SharePoint user" }, "spo web add": { - "description": "Create new subsite", "body": [ "m365 spo web add --title $1 --url $2 --webTemplate $3 --parentWebUrl $4" ], "prefix": [ "m365 spo web add" - ] + ], + "description": "Create new subsite" }, "spo web clientsidewebpart list": { - "description": "Lists available client-side web parts", "body": [ "m365 spo web clientsidewebpart list --webUrl $1" ], "prefix": [ "m365 spo web clientsidewebpart list" - ] + ], + "description": "Lists available client-side web parts" }, "spo web get": { - "description": "Retrieve information about the specified site", "body": [ "m365 spo web get --url $1" ], "prefix": [ "m365 spo web get" - ] + ], + "description": "Retrieve information about the specified site" }, "spo web installedlanguage list": { - "description": "Lists all installed languages on site", "body": [ "m365 spo web installedlanguage list --webUrl $1" ], "prefix": [ "m365 spo web installedlanguage list" - ] + ], + "description": "Lists all installed languages on site" }, "spo web list": { - "description": "Lists subsites of the specified site", "body": [ "m365 spo web list --url $1" ], "prefix": [ "m365 spo web list" - ] + ], + "description": "Lists subsites of the specified site" }, "spo web reindex": { - "description": "Requests reindexing the specified subsite", "body": [ "m365 spo web reindex --url $1" ], "prefix": [ "m365 spo web reindex" - ] + ], + "description": "Requests reindexing the specified subsite" }, "spo web remove": { - "description": "Delete specified subsite", "body": [ "m365 spo web remove --url $1" ], "prefix": [ "m365 spo web remove" - ] + ], + "description": "Delete specified subsite" }, "spo web retentionlabel list": { - "description": "Get a list of retention labels that are available on a site.", "body": [ "m365 spo web retentionlabel list --webUrl $1" ], "prefix": [ "m365 spo web retentionlabel list" - ] + ], + "description": "Get a list of retention labels that are available on a site." }, "spo web roleassignment add": { - "description": "Adds a role assignment to web permissions.", "body": [ "m365 spo web roleassignment add --webUrl $1" ], "prefix": [ "m365 spo web roleassignment add" - ] + ], + "description": "Adds a role assignment to web permissions." }, "spo web roleassignment remove": { - "description": "Removes a role assignment from web permissions.", "body": [ "m365 spo web roleassignment remove --webUrl $1" ], "prefix": [ "m365 spo web roleassignment remove" - ] + ], + "description": "Removes a role assignment from web permissions." }, "spo web roleinheritance break": { - "description": "Break role inheritance of subsite", "body": [ "m365 spo web roleinheritance break --webUrl $1" ], "prefix": [ "m365 spo web roleinheritance break" - ] + ], + "description": "Break role inheritance of subsite" }, "spo web roleinheritance reset": { - "description": "Restores role inheritance of subsite.", "body": [ "m365 spo web roleinheritance reset --webUrl $1" ], "prefix": [ "m365 spo web roleinheritance reset" - ] + ], + "description": "Restores role inheritance of subsite." }, "spo web set": { - "description": "Updates subsite properties", "body": [ "m365 spo web set --url $1" ], "prefix": [ "m365 spo web set" - ] + ], + "description": "Updates subsite properties" }, "spp contentcenter list": { - "description": "Gets information about the SharePoint Premium content centers", "body": [ "m365 spp contentcenter list " ], "prefix": [ "m365 spp contentcenter list" - ] + ], + "description": "Gets information about the SharePoint Premium content centers" }, "status": { - "description": "Shows Microsoft 365 login status", "body": [ "m365 status " ], "prefix": [ "m365 status" - ] + ], + "description": "Shows Microsoft 365 login status" }, "teams app install": { - "description": "Installs a Microsoft Teams team app from the catalog in the specified team or for the specified user", "body": [ "m365 teams app install " ], "prefix": [ "m365 teams app install" - ] + ], + "description": "Installs a Microsoft Teams team app from the catalog in the specified team or for the specified user" }, "teams app list": { - "description": "Lists apps from the Microsoft Teams app catalog", "body": [ "m365 teams app list " ], "prefix": [ "m365 teams app list" - ] + ], + "description": "Lists apps from the Microsoft Teams app catalog" }, "teams app publish": { - "description": "Publishes Teams app to the organization's app catalog", "body": [ "m365 teams app publish --filePath $1" ], "prefix": [ "m365 teams app publish" - ] + ], + "description": "Publishes Teams app to the organization's app catalog" }, "teams app remove": { - "description": "Removes a Teams app from the organization's app catalog", "body": [ "m365 teams app remove " ], "prefix": [ "m365 teams app remove" - ] + ], + "description": "Removes a Teams app from the organization's app catalog" }, "teams app uninstall": { - "description": "Uninstalls an app from a Microsoft Team team", "body": [ "m365 teams app uninstall --id $1 --teamId $2" ], "prefix": [ "m365 teams app uninstall" - ] + ], + "description": "Uninstalls an app from a Microsoft Team team" }, "teams app update": { - "description": "Updates Teams app in the organization's app catalog", "body": [ "m365 teams app update --filePath $1" ], "prefix": [ "m365 teams app update" - ] + ], + "description": "Updates Teams app in the organization's app catalog" }, "teams cache remove": { - "description": "Removes the Microsoft Teams client cache", "body": [ "m365 teams cache remove " ], "prefix": [ "m365 teams cache remove" - ] + ], + "description": "Removes the Microsoft Teams client cache" }, "teams channel add": { - "description": "Adds a channel to the specified Microsoft Teams team", "body": [ "m365 teams channel add --name $1" ], "prefix": [ "m365 teams channel add" - ] + ], + "description": "Adds a channel to the specified Microsoft Teams team" }, "teams channel get": { - "description": "Gets information about the specific Microsoft Teams team channel", "body": [ "m365 teams channel get " ], "prefix": [ "m365 teams channel get" - ] + ], + "description": "Gets information about the specific Microsoft Teams team channel" }, "teams channel list": { - "description": "Lists channels in the specified Microsoft Teams team", "body": [ "m365 teams channel list " ], "prefix": [ "m365 teams channel list" - ] + ], + "description": "Lists channels in the specified Microsoft Teams team" }, "teams channel member add": { - "description": "Adds a specified member in the specified Microsoft Teams private or shared team channel", "body": [ "m365 teams channel member add " ], "prefix": [ "m365 teams channel member add" - ] + ], + "description": "Adds a specified member in the specified Microsoft Teams private or shared team channel" }, "teams channel member list": { - "description": "Lists members of the specified Microsoft Teams team channel", "body": [ "m365 teams channel member list " ], "prefix": [ "m365 teams channel member list" - ] + ], + "description": "Lists members of the specified Microsoft Teams team channel" }, "teams channel member remove": { - "description": "Remove the specified member from the specified Microsoft Teams private or shared team channel", "body": [ "m365 teams channel member remove " ], "prefix": [ "m365 teams channel member remove" - ] + ], + "description": "Remove the specified member from the specified Microsoft Teams private or shared team channel" }, "teams channel member set": { - "description": "Updates the role of the specified member in the specified Microsoft Teams private or shared team channel", "body": [ "m365 teams channel member set --role $1" ], "prefix": [ "m365 teams channel member set" - ] + ], + "description": "Updates the role of the specified member in the specified Microsoft Teams private or shared team channel" }, "teams channel remove": { - "description": "Removes the specified channel in the Microsoft Teams team", "body": [ "m365 teams channel remove " ], "prefix": [ "m365 teams channel remove" - ] + ], + "description": "Removes the specified channel in the Microsoft Teams team" }, "teams channel set": { - "description": "Updates properties of the specified channel in the given Microsoft Teams team", "body": [ "m365 teams channel set " ], "prefix": [ "m365 teams channel set" - ] + ], + "description": "Updates properties of the specified channel in the given Microsoft Teams team" }, "teams chat get": { - "description": "Get a Microsoft Teams chat conversation by id, participants or chat name.", "body": [ "m365 teams chat get " ], "prefix": [ "m365 teams chat get" - ] + ], + "description": "Get a Microsoft Teams chat conversation by id, participants or chat name." }, "teams chat list": { - "description": "Lists all Microsoft Teams chat conversations for the current or a specific user.", "body": [ "m365 teams chat list " ], "prefix": [ "m365 teams chat list" - ] + ], + "description": "Lists all Microsoft Teams chat conversations for the current or a specific user." }, "teams chat member add": { - "description": "Adds a member to a Microsoft Teams chat conversation.", "body": [ "m365 teams chat member add --chatId $1" ], "prefix": [ "m365 teams chat member add" - ] + ], + "description": "Adds a member to a Microsoft Teams chat conversation." }, "teams chat member list": { - "description": "Lists all members from a Microsoft Teams chat conversation.", "body": [ "m365 teams chat member list --chatId $1" ], "prefix": [ "m365 teams chat member list" - ] + ], + "description": "Lists all members from a Microsoft Teams chat conversation." }, "teams chat member remove": { - "description": "Removes a member from a Microsoft Teams chat conversation", "body": [ "m365 teams chat member remove --chatId $1" ], "prefix": [ "m365 teams chat member remove" - ] + ], + "description": "Removes a member from a Microsoft Teams chat conversation" }, "teams chat message list": { - "description": "Lists all messages from a Microsoft Teams chat conversation.", "body": [ "m365 teams chat message list --chatId $1" ], "prefix": [ "m365 teams chat message list" - ] + ], + "description": "Lists all messages from a Microsoft Teams chat conversation." }, "teams chat message send": { - "description": "Sends a chat message to a Microsoft Teams chat conversation.", "body": [ "m365 teams chat message send --message $1" ], "prefix": [ "m365 teams chat message send" - ] + ], + "description": "Sends a chat message to a Microsoft Teams chat conversation." }, "teams funsettings list": { - "description": "Lists fun settings for the specified Microsoft Teams team", "body": [ "m365 teams funsettings list --teamId $1" ], "prefix": [ "m365 teams funsettings list" - ] + ], + "description": "Lists fun settings for the specified Microsoft Teams team" }, "teams funsettings set": { - "description": "Updates fun settings of a Microsoft Teams team", "body": [ "m365 teams funsettings set --teamId $1" ], "prefix": [ "m365 teams funsettings set" - ] + ], + "description": "Updates fun settings of a Microsoft Teams team" }, "teams guestsettings list": { - "description": "Lists guest settings for a Microsoft Teams team", "body": [ "m365 teams guestsettings list " ], "prefix": [ "m365 teams guestsettings list" - ] + ], + "description": "Lists guest settings for a Microsoft Teams team" }, "teams guestsettings set": { - "description": "Updates guest settings of a Microsoft Teams team", "body": [ "m365 teams guestsettings set --teamId $1" ], "prefix": [ "m365 teams guestsettings set" - ] + ], + "description": "Updates guest settings of a Microsoft Teams team" }, "teams meeting add": { - "description": "Create a new online meeting", "body": [ "m365 teams meeting add " ], "prefix": [ "m365 teams meeting add" - ] + ], + "description": "Create a new online meeting" }, "teams meeting attendancereport get": { - "description": "Gets attendance report for a given meeting", "body": [ "m365 teams meeting attendancereport get --meetingId $1" ], "prefix": [ "m365 teams meeting attendancereport get" - ] + ], + "description": "Gets attendance report for a given meeting" }, "teams meeting attendancereport list": { - "description": "Lists all attendance reports for a given meeting", "body": [ "m365 teams meeting attendancereport list --meetingId $1" ], "prefix": [ "m365 teams meeting attendancereport list" - ] + ], + "description": "Lists all attendance reports for a given meeting" }, "teams meeting get": { - "description": "Get specified meeting details", "body": [ "m365 teams meeting get --joinUrl $1" ], "prefix": [ "m365 teams meeting get" - ] + ], + "description": "Get specified meeting details" }, "teams meeting list": { - "description": "Retrieve all online meetings for a given user or shared mailbox", "body": [ "m365 teams meeting list --startDateTime $1" ], "prefix": [ "m365 teams meeting list" - ] + ], + "description": "Retrieve all online meetings for a given user or shared mailbox" }, "teams meeting transcript get": { - "description": "Downloads a transcript for a given meeting", "body": [ "m365 teams meeting transcript get --meetingId $1" ], "prefix": [ "m365 teams meeting transcript get" - ] + ], + "description": "Downloads a transcript for a given meeting" }, "teams meeting transcript list": { - "description": "Lists all transcripts for a given meeting", "body": [ "m365 teams meeting transcript list --meetingId $1" ], "prefix": [ "m365 teams meeting transcript list" - ] + ], + "description": "Lists all transcripts for a given meeting" }, "teams membersettings list": { - "description": "Lists member settings for a Microsoft Teams team", "body": [ "m365 teams membersettings list " ], "prefix": [ "m365 teams membersettings list" - ] + ], + "description": "Lists member settings for a Microsoft Teams team" }, "teams membersettings set": { - "description": "Updates member settings of a Microsoft Teams team", "body": [ "m365 teams membersettings set --teamId $1" ], "prefix": [ "m365 teams membersettings set" - ] + ], + "description": "Updates member settings of a Microsoft Teams team" }, "teams message get": { - "description": "Retrieves a message from a channel in a Microsoft Teams team", "body": [ "m365 teams message get --teamId $1 --channelId $2 --id $3" ], "prefix": [ "m365 teams message get" - ] + ], + "description": "Retrieves a message from a channel in a Microsoft Teams team" }, "teams message list": { - "description": "Lists all messages from a channel in a Microsoft Teams team", "body": [ "m365 teams message list --teamId $1 --channelId $2" ], "prefix": [ "m365 teams message list" - ] + ], + "description": "Lists all messages from a channel in a Microsoft Teams team" }, "teams message remove": { - "description": "Removes a message from a channel in a Microsoft Teams team", "body": [ "m365 teams message remove --id $1" ], "prefix": [ "m365 teams message remove" - ] + ], + "description": "Removes a message from a channel in a Microsoft Teams team" }, "teams message reply list": { - "description": "Retrieves replies to a message from a channel in a Microsoft Teams team", "body": [ "m365 teams message reply list --teamId $1 --channelId $2 --messageId $3" ], "prefix": [ "m365 teams message reply list" - ] + ], + "description": "Retrieves replies to a message from a channel in a Microsoft Teams team" }, "teams message restore": { - "description": "Restores a deleted message from a channel in a Microsoft Teams team", "body": [ "m365 teams message restore --id $1" ], "prefix": [ "m365 teams message restore" - ] + ], + "description": "Restores a deleted message from a channel in a Microsoft Teams team" }, "teams message send": { - "description": "Sends a message to a channel in a Microsoft Teams team", "body": [ "m365 teams message send --teamId $1 --channelId $2" ], "prefix": [ "m365 teams message send" - ] + ], + "description": "Sends a message to a channel in a Microsoft Teams team" }, "teams messagingsettings list": { - "description": "Lists messaging settings for a Microsoft Teams team", "body": [ "m365 teams messagingsettings list " ], "prefix": [ "m365 teams messagingsettings list" - ] + ], + "description": "Lists messaging settings for a Microsoft Teams team" }, "teams messagingsettings set": { - "description": "Updates messaging settings of a Microsoft Teams team", "body": [ "m365 teams messagingsettings set --teamId $1" ], "prefix": [ "m365 teams messagingsettings set" - ] + ], + "description": "Updates messaging settings of a Microsoft Teams team" }, "teams report deviceusagedistributionusercounts": { - "description": "Get the number of Microsoft Teams unique users by device type.", "body": [ "m365 teams report deviceusagedistributionusercounts --period $1" ], "prefix": [ "m365 teams report deviceusagedistributionusercounts" - ] + ], + "description": "Get the number of Microsoft Teams unique users by device type." }, "teams report deviceusageusercounts": { - "description": "Get the number of Microsoft Teams daily unique users by device type", "body": [ "m365 teams report deviceusageusercounts --period $1" ], "prefix": [ "m365 teams report deviceusageusercounts" - ] + ], + "description": "Get the number of Microsoft Teams daily unique users by device type" }, "teams report deviceusageuserdetail": { - "description": "Gets detail about Microsoft Teams device usage by user", "body": [ "m365 teams report deviceusageuserdetail " ], "prefix": [ "m365 teams report deviceusageuserdetail" - ] + ], + "description": "Gets detail about Microsoft Teams device usage by user" }, "teams report directroutingcalls": { - "description": "Get details about direct routing calls made within a given time period", "body": [ "m365 teams report directroutingcalls --fromDateTime $1" ], "prefix": [ "m365 teams report directroutingcalls" - ] + ], + "description": "Get details about direct routing calls made within a given time period" }, "teams report pstncalls": { - "description": "Get details about PSTN calls made within a given time period", "body": [ "m365 teams report pstncalls --fromDateTime $1" ], "prefix": [ "m365 teams report pstncalls" - ] + ], + "description": "Get details about PSTN calls made within a given time period" }, "teams report useractivitycounts": { - "description": "Get the number of Microsoft Teams activities by activity type. The activity types are team chat messages, private chat messages, calls, and meetings", "body": [ "m365 teams report useractivitycounts --period $1" ], "prefix": [ "m365 teams report useractivitycounts" - ] + ], + "description": "Get the number of Microsoft Teams activities by activity type. The activity types are team chat messages, private chat messages, calls, and meetings" }, "teams report useractivityusercounts": { - "description": "Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings", "body": [ "m365 teams report useractivityusercounts --period $1" ], "prefix": [ "m365 teams report useractivityusercounts" - ] + ], + "description": "Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings" }, "teams report useractivityuserdetail": { - "description": "Get details about Microsoft Teams user activity by user", "body": [ "m365 teams report useractivityuserdetail " ], "prefix": [ "m365 teams report useractivityuserdetail" - ] + ], + "description": "Get details about Microsoft Teams user activity by user" }, "teams tab add": { - "description": "Add a tab to the specified channel", "body": [ "m365 teams tab add --teamId $1 --channelId $2 --appId $3 --appName $4 --contentUrl $5" ], "prefix": [ "m365 teams tab add" - ] + ], + "description": "Add a tab to the specified channel" }, "teams tab get": { - "description": "Gets information about the specified Microsoft Teams tab", "body": [ "m365 teams tab get " ], "prefix": [ "m365 teams tab get" - ] + ], + "description": "Gets information about the specified Microsoft Teams tab" }, "teams tab list": { - "description": "Lists tabs in the specified Microsoft Teams channel", "body": [ "m365 teams tab list --teamId $1 --channelId $2" ], "prefix": [ "m365 teams tab list" - ] + ], + "description": "Lists tabs in the specified Microsoft Teams channel" }, "teams tab remove": { - "description": "Removes a tab from the specified channel", "body": [ "m365 teams tab remove --teamId $1 --channelId $2 --id $3" ], "prefix": [ "m365 teams tab remove" - ] + ], + "description": "Removes a tab from the specified channel" }, "teams team add": { - "description": "Adds a new Microsoft Teams team", "body": [ "m365 teams team add " ], "prefix": [ "m365 teams team add" - ] + ], + "description": "Adds a new Microsoft Teams team" }, "teams team app list": { - "description": "List apps installed in the specified team", "body": [ "m365 teams team app list " ], "prefix": [ "m365 teams team app list" - ] + ], + "description": "List apps installed in the specified team" }, "teams team archive": { - "description": "Archives specified Microsoft Teams team", "body": [ "m365 teams team archive " ], "prefix": [ "m365 teams team archive" - ] + ], + "description": "Archives specified Microsoft Teams team" }, "teams team clone": { - "description": "Creates a clone of a Microsoft Teams team", "body": [ "m365 teams team clone --id $1 --partsToClone $2" ], "prefix": [ "m365 teams team clone" - ] + ], + "description": "Creates a clone of a Microsoft Teams team" }, "teams team get": { - "description": "Gets information about the specified Microsoft Teams team", "body": [ "m365 teams team get " ], "prefix": [ "m365 teams team get" - ] + ], + "description": "Gets information about the specified Microsoft Teams team" }, "teams team list": { - "description": "Lists Microsoft Teams teams in the current tenant", "body": [ "m365 teams team list " ], "prefix": [ "m365 teams team list" - ] + ], + "description": "Lists Microsoft Teams teams in the current tenant" }, "teams team remove": { - "description": "Removes the specified Microsoft Teams team", "body": [ "m365 teams team remove " ], "prefix": [ "m365 teams team remove" - ] + ], + "description": "Removes the specified Microsoft Teams team" }, "teams team set": { - "description": "Updates settings of a Microsoft Teams team", "body": [ "m365 teams team set " ], "prefix": [ "m365 teams team set" - ] + ], + "description": "Updates settings of a Microsoft Teams team" }, "teams team unarchive": { - "description": "Restores an archived Microsoft Teams team", "body": [ "m365 teams team unarchive " ], "prefix": [ "m365 teams team unarchive" - ] + ], + "description": "Restores an archived Microsoft Teams team" }, "teams user app add": { - "description": "Install an app in the personal scope of the specified user", "body": [ "m365 teams user app add " ], "prefix": [ "m365 teams user app add" - ] + ], + "description": "Install an app in the personal scope of the specified user" }, "teams user app list": { - "description": "List the apps installed in the personal scope of the specified user", "body": [ "m365 teams user app list " ], "prefix": [ "m365 teams user app list" - ] + ], + "description": "List the apps installed in the personal scope of the specified user" }, "teams user app remove": { - "description": "Uninstall an app from the personal scope of the specified user", "body": [ "m365 teams user app remove " ], "prefix": [ "m365 teams user app remove" - ] + ], + "description": "Uninstall an app from the personal scope of the specified user" }, "teams user app upgrade": { - "description": "Upgrade an app in the personal scope of the specified user", "body": [ "m365 teams user app upgrade " ], "prefix": [ "m365 teams user app upgrade" - ] + ], + "description": "Upgrade an app in the personal scope of the specified user" }, "teams user list": { - "description": "Lists users for the specified Microsoft Teams team", "body": [ "m365 teams user list --teamId $1" ], "prefix": [ "m365 teams user list" - ] + ], + "description": "Lists users for the specified Microsoft Teams team" }, "tenant id get": { - "description": "Gets Microsoft 365 tenant ID for the specified domain", "body": [ "m365 tenant id get " ], "prefix": [ "m365 tenant id get" - ] + ], + "description": "Gets Microsoft 365 tenant ID for the specified domain" }, "tenant info get": { - "description": "Gets information about any tenant", "body": [ "m365 tenant info get " ], "prefix": [ "m365 tenant info get" - ] + ], + "description": "Gets information about any tenant" }, "tenant people profilecardproperty add": { - "description": "Adds an additional attribute to the profile card properties", "body": [ "m365 tenant people profilecardproperty add --name $1" ], "prefix": [ "m365 tenant people profilecardproperty add" - ] + ], + "description": "Adds an additional attribute to the profile card properties" }, "tenant people profilecardproperty get": { - "description": "Retrieves information about a specific profile card property", "body": [ "m365 tenant people profilecardproperty get --name $1" ], "prefix": [ "m365 tenant people profilecardproperty get" - ] + ], + "description": "Retrieves information about a specific profile card property" }, "tenant people profilecardproperty list": { - "description": "Lists all profile card properties", "body": [ "m365 tenant people profilecardproperty list " ], "prefix": [ "m365 tenant people profilecardproperty list" - ] + ], + "description": "Lists all profile card properties" }, "tenant people profilecardproperty remove": { - "description": "Removes an additional attribute from the profile card properties", "body": [ "m365 tenant people profilecardproperty remove --name $1" ], "prefix": [ "m365 tenant people profilecardproperty remove" - ] + ], + "description": "Removes an additional attribute from the profile card properties" }, "tenant people profilecardproperty set": { - "description": "Updates a custom attribute to the profile card property", "body": [ "m365 tenant people profilecardproperty set --name $1 --displayName $2" ], "prefix": [ "m365 tenant people profilecardproperty set" - ] + ], + "description": "Updates a custom attribute to the profile card property" }, "tenant report activeusercounts": { - "description": "Gets the count of daily active users in the reporting period by product.", "body": [ "m365 tenant report activeusercounts --period $1" ], "prefix": [ "m365 tenant report activeusercounts" - ] + ], + "description": "Gets the count of daily active users in the reporting period by product." }, "tenant report activeuserdetail": { - "description": "Gets details about Microsoft 365 active users", "body": [ "m365 tenant report activeuserdetail " ], "prefix": [ "m365 tenant report activeuserdetail" - ] + ], + "description": "Gets details about Microsoft 365 active users" }, "tenant report office365activationcounts": { - "description": "Get the count of Microsoft 365 activations on desktops and devices", "body": [ "m365 tenant report office365activationcounts " ], "prefix": [ "m365 tenant report office365activationcounts" - ] + ], + "description": "Get the count of Microsoft 365 activations on desktops and devices" }, "tenant report office365activationsusercounts": { - "description": "Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers", "body": [ "m365 tenant report office365activationsusercounts " ], "prefix": [ "m365 tenant report office365activationsusercounts" - ] + ], + "description": "Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers" }, "tenant report office365activationsuserdetail": { - "description": "Get details about users who have activated Microsoft 365", "body": [ "m365 tenant report office365activationsuserdetail " ], "prefix": [ "m365 tenant report office365activationsuserdetail" - ] + ], + "description": "Get details about users who have activated Microsoft 365" }, "tenant report servicesusercounts": { - "description": "Gets the count of users by activity type and service.", "body": [ "m365 tenant report servicesusercounts --period $1" ], "prefix": [ "m365 tenant report servicesusercounts" - ] + ], + "description": "Gets the count of users by activity type and service." }, "tenant security alerts list": { - "description": "Gets the security alerts for a tenant", "body": [ "m365 tenant security alerts list " ], "prefix": [ "m365 tenant security alerts list" - ] + ], + "description": "Gets the security alerts for a tenant" }, "tenant serviceannouncement health get": { - "description": "Get the health report of a specified service for a tenant", "body": [ "m365 tenant serviceannouncement health get --serviceName $1" ], "prefix": [ "m365 tenant serviceannouncement health get" - ] + ], + "description": "Get the health report of a specified service for a tenant" }, "tenant serviceannouncement health list": { - "description": "Gets the health report of all subscribed services for a tenant", "body": [ "m365 tenant serviceannouncement health list " ], "prefix": [ "m365 tenant serviceannouncement health list" - ] + ], + "description": "Gets the health report of all subscribed services for a tenant" }, "tenant serviceannouncement healthissue get": { - "description": "Gets a specified service health issue for tenant.", "body": [ "m365 tenant serviceannouncement healthissue get --id $1" ], "prefix": [ "m365 tenant serviceannouncement healthissue get" - ] + ], + "description": "Gets a specified service health issue for tenant." }, "tenant serviceannouncement healthissue list": { - "description": "Gets all service health issues for the tenant.", "body": [ "m365 tenant serviceannouncement healthissue list " ], "prefix": [ "m365 tenant serviceannouncement healthissue list" - ] + ], + "description": "Gets all service health issues for the tenant." }, "tenant serviceannouncement message get": { - "description": "Retrieves a specified service update message for the tenant", "body": [ "m365 tenant serviceannouncement message get --id $1" ], "prefix": [ "m365 tenant serviceannouncement message get" - ] + ], + "description": "Retrieves a specified service update message for the tenant" }, "tenant serviceannouncement message list": { - "description": "Gets all service update messages for the tenant.", "body": [ "m365 tenant serviceannouncement message list " ], "prefix": [ "m365 tenant serviceannouncement message list" - ] + ], + "description": "Gets all service update messages for the tenant." }, "todo list add": { - "description": "Adds a new Microsoft To Do task list", "body": [ "m365 todo list add --name $1" ], "prefix": [ "m365 todo list add" - ] + ], + "description": "Adds a new Microsoft To Do task list" }, "todo list get": { - "description": "Returns a specific Microsoft To Do task list", "body": [ "m365 todo list get " ], "prefix": [ "m365 todo list get" - ] + ], + "description": "Returns a specific Microsoft To Do task list" }, "todo list list": { - "description": "Returns a list of Microsoft To Do task lists", "body": [ "m365 todo list list " ], "prefix": [ "m365 todo list list" - ] + ], + "description": "Returns a list of Microsoft To Do task lists" }, "todo list remove": { - "description": "Removes a Microsoft To Do task list", "body": [ "m365 todo list remove " ], "prefix": [ "m365 todo list remove" - ] + ], + "description": "Removes a Microsoft To Do task list" }, "todo list set": { - "description": "Updates a Microsoft To Do task list", "body": [ "m365 todo list set --newName $1" ], "prefix": [ "m365 todo list set" - ] + ], + "description": "Updates a Microsoft To Do task list" }, "todo task add": { - "description": "Adds a task to a Microsoft To Do list", "body": [ "m365 todo task add --title $1" ], "prefix": [ "m365 todo task add" - ] + ], + "description": "Adds a task to a Microsoft To Do list" }, "todo task get": { - "description": "Gets a specific task from a Microsoft To Do task list", "body": [ "m365 todo task get --id $1" ], "prefix": [ "m365 todo task get" - ] + ], + "description": "Gets a specific task from a Microsoft To Do task list" }, "todo task list": { - "description": "List tasks from a Microsoft To Do task list", "body": [ "m365 todo task list " ], "prefix": [ "m365 todo task list" - ] + ], + "description": "List tasks from a Microsoft To Do task list" }, "todo task remove": { - "description": "Removes the specified Microsoft To Do task", "body": [ "m365 todo task remove --id $1" ], "prefix": [ "m365 todo task remove" - ] + ], + "description": "Removes the specified Microsoft To Do task" }, "todo task set": { - "description": "Update a task in a Microsoft To Do task list", "body": [ "m365 todo task set --id $1" ], "prefix": [ "m365 todo task set" - ] + ], + "description": "Update a task in a Microsoft To Do task list" }, "util accesstoken get": { - "description": "Gets access token for the specified resource", "body": [ "m365 util accesstoken get --resource $1" ], "prefix": [ "m365 util accesstoken get" - ] + ], + "description": "Gets access token for the specified resource" }, "version": { - "description": "Shows CLI for Microsoft 365 version", "body": [ "m365 version " ], "prefix": [ "m365 version" - ] + ], + "description": "Shows CLI for Microsoft 365 version" }, "viva connections app create": { - "description": "Creates a Viva Connections desktop app package to upload to Microsoft Teams", "body": [ "m365 viva connections app create --portalUrl $1 --name $2 --description $3 --longDescription $4 --companyName $5 --companyWebsiteUrl $6 --coloredIconPath $7 --outlineIconPath $8" ], "prefix": [ "m365 viva connections app create" - ] + ], + "description": "Creates a Viva Connections desktop app package to upload to Microsoft Teams" }, "viva engage community add": { - "description": "Creates a new community in Viva Engage", "body": [ "m365 viva engage community add --displayName $1 --description $2 --privacy $3" ], "prefix": [ "m365 viva engage community add" - ] + ], + "description": "Creates a new community in Viva Engage" }, "viva engage community get": { - "description": "Gets information of a Viva Engage community", "body": [ "m365 viva engage community get --id $1" ], "prefix": [ "m365 viva engage community get" - ] + ], + "description": "Gets information of a Viva Engage community" + }, + "viva engage community list": { + "body": [ + "m365 viva engage community list " + ], + "prefix": [ + "m365 viva engage community list" + ], + "description": "Lists all Viva Engage communities" }, "viva engage group list": { - "description": "Returns the list of groups in a Viva Engage network or the groups for a specific user", "body": [ "m365 viva engage group list " ], "prefix": [ "m365 viva engage group list" - ] + ], + "description": "Returns the list of groups in a Viva Engage network or the groups for a specific user" }, "viva engage group user add": { - "description": "Adds a user to a Viva Engage Group", "body": [ "m365 viva engage group user add --groupId $1" ], "prefix": [ "m365 viva engage group user add" - ] + ], + "description": "Adds a user to a Viva Engage Group" }, "viva engage group user remove": { - "description": "Removes a user from a Viva Engage group", "body": [ "m365 viva engage group user remove --groupId $1" ], "prefix": [ "m365 viva engage group user remove" - ] + ], + "description": "Removes a user from a Viva Engage group" }, "viva engage message add": { - "description": "Posts a Viva Engage network message on behalf of the current user", "body": [ "m365 viva engage message add --body $1" ], "prefix": [ "m365 viva engage message add" - ] + ], + "description": "Posts a Viva Engage network message on behalf of the current user" }, "viva engage message get": { - "description": "Returns a Viva Engage message", "body": [ "m365 viva engage message get --id $1" ], "prefix": [ "m365 viva engage message get" - ] + ], + "description": "Returns a Viva Engage message" }, "viva engage message like set": { - "description": "Likes or unlikes a Viva Engage message", "body": [ "m365 viva engage message like set --messageId $1" ], "prefix": [ "m365 viva engage message like set" - ] + ], + "description": "Likes or unlikes a Viva Engage message" }, "viva engage message list": { - "description": "Returns all accessible messages from the user's Viva Engage network", "body": [ "m365 viva engage message list " ], "prefix": [ "m365 viva engage message list" - ] + ], + "description": "Returns all accessible messages from the user's Viva Engage network" }, "viva engage message remove": { - "description": "Removes a Viva Engage message", "body": [ "m365 viva engage message remove --id $1" ], "prefix": [ "m365 viva engage message remove" - ] + ], + "description": "Removes a Viva Engage message" }, "viva engage network list": { - "description": "Returns a list of networks to which the current user has access", "body": [ "m365 viva engage network list " ], "prefix": [ "m365 viva engage network list" - ] + ], + "description": "Returns a list of networks to which the current user has access" }, "viva engage report activitycounts": { - "description": "Gets the trends on the amount of Viva Engage activity in your organization by how many messages were posted, read, and liked", "body": [ "m365 viva engage report activitycounts --period $1" ], "prefix": [ "m365 viva engage report activitycounts" - ] + ], + "description": "Gets the trends on the amount of Viva Engage activity in your organization by how many messages were posted, read, and liked" }, "viva engage report activityusercounts": { - "description": "Gets the trends on the number of unique users who posted, read, and liked Viva Engage messages", "body": [ "m365 viva engage report activityusercounts --period $1" ], "prefix": [ "m365 viva engage report activityusercounts" - ] + ], + "description": "Gets the trends on the number of unique users who posted, read, and liked Viva Engage messages" }, "viva engage report activityuserdetail": { - "description": "Gets details about Viva Engage activity by user", "body": [ "m365 viva engage report activityuserdetail " ], "prefix": [ "m365 viva engage report activityuserdetail" - ] + ], + "description": "Gets details about Viva Engage activity by user" }, "viva engage report deviceusagedistributionusercounts": { - "description": "Gets the number of users by device type", "body": [ "m365 viva engage report deviceusagedistributionusercounts --period $1" ], "prefix": [ "m365 viva engage report deviceusagedistributionusercounts" - ] + ], + "description": "Gets the number of users by device type" }, "viva engage report deviceusageusercounts": { - "description": "Gets the number of daily users by device type", "body": [ "m365 viva engage report deviceusageusercounts --period $1" ], "prefix": [ "m365 viva engage report deviceusageusercounts" - ] + ], + "description": "Gets the number of daily users by device type" }, "viva engage report deviceusageuserdetail": { - "description": "Gets details about viva engage device usage by user", "body": [ "m365 viva engage report deviceusageuserdetail " ], "prefix": [ "m365 viva engage report deviceusageuserdetail" - ] + ], + "description": "Gets details about viva engage device usage by user" }, "viva engage report groupsactivitycounts": { - "description": "Gets the number of Viva Engage messages posted, read, and liked in groups", "body": [ "m365 viva engage report groupsactivitycounts --period $1" ], "prefix": [ "m365 viva engage report groupsactivitycounts" - ] + ], + "description": "Gets the number of Viva Engage messages posted, read, and liked in groups" }, "viva engage report groupsactivitydetail": { - "description": "Gets details about Viva Engage groups activity by group", "body": [ "m365 viva engage report groupsactivitydetail " ], "prefix": [ "m365 viva engage report groupsactivitydetail" - ] + ], + "description": "Gets details about Viva Engage groups activity by group" }, "viva engage report groupsactivitygroupcounts": { - "description": "Gets the total number of groups that existed and how many included group conversation activity", "body": [ "m365 viva engage report groupsactivitygroupcounts --period $1" ], "prefix": [ "m365 viva engage report groupsactivitygroupcounts" - ] + ], + "description": "Gets the total number of groups that existed and how many included group conversation activity" }, "viva engage search": { - "description": "Returns a list of messages, users, topics and groups that match the specified query.", "body": [ "m365 viva engage search --queryText $1" ], "prefix": [ "m365 viva engage search" - ] + ], + "description": "Returns a list of messages, users, topics and groups that match the specified query." }, "viva engage user get": { - "description": "Retrieves the current user or searches for a user by ID or e-mail", "body": [ "m365 viva engage user get " ], "prefix": [ "m365 viva engage user get" - ] + ], + "description": "Retrieves the current user or searches for a user by ID or e-mail" }, "viva engage user list": { - "description": "Returns users from the current network", "body": [ "m365 viva engage user list " ], "prefix": [ "m365 viva engage user list" - ] + ], + "description": "Returns users from the current network" } } diff --git a/webview-ui/commandsList/package-lock.json b/webview-ui/commandsList/package-lock.json index ac22e7f..fa5b885 100644 --- a/webview-ui/commandsList/package-lock.json +++ b/webview-ui/commandsList/package-lock.json @@ -24,7 +24,7 @@ }, "../..": { "name": "cli-for-microsoft-365-extension", - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/docsView/package-lock.json b/webview-ui/docsView/package-lock.json index 393d8df..997cb2c 100644 --- a/webview-ui/docsView/package-lock.json +++ b/webview-ui/docsView/package-lock.json @@ -27,7 +27,7 @@ }, "../..": { "name": "cli-for-microsoft-365-extension", - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/webview-ui/samplesView/package-lock.json b/webview-ui/samplesView/package-lock.json index 6313338..6de2a07 100644 --- a/webview-ui/samplesView/package-lock.json +++ b/webview-ui/samplesView/package-lock.json @@ -26,7 +26,7 @@ }, "../..": { "name": "cli-for-microsoft-365-extension", - "version": "3.0.9", + "version": "3.0.10", "license": "MIT", "dependencies": { "axios": "^0.27.2"