Usage
m365 pp solution publisher remove
Description
Removes the specified publisher
Options
| Option |
Description |
-e, --environment <environment> |
The name of the environment |
-i, --id [id] |
The ID of the publisher. Specify either id or name but not both. |
-n, --name [name] |
The name of the publisher. Specify either id or name but not both. |
--asAdmin |
Run the command as admin for environments you are not a member of |
--confirm |
Don't prompt for confirmation |
Examples
Removes publisher Contoso in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 with confirmation prompt
m365 pp solution publisher remove --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name Contoso
Removes publisher by ID in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as administrator without confirmation prompt
m365 pp solution publisher get --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --id 8b839fb7-288f-ec11-b400-000d3a26c374 --asAdmin --confirm
Additional Info
See #3766 for inspiration on the query
Use friendlyname to query against.
Usage
m365 pp solution publisher remove
Description
Removes the specified publisher
Options
-e, --environment <environment>-i, --id [id]idornamebut not both.-n, --name [name]idornamebut not both.--asAdmin--confirmExamples
Removes publisher Contoso in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 with confirmation prompt
Removes publisher by ID in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as administrator without confirmation prompt
Additional Info
See #3766 for inspiration on the query
Use
friendlynameto query against.