Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: planner roster remove #4390

Closed
Tracked by #4383
milanholemans opened this issue Jan 21, 2023 · 3 comments
Closed
Tracked by #4383

New command: planner roster remove #4390

milanholemans opened this issue Jan 21, 2023 · 3 comments

Comments

@milanholemans
Copy link
Contributor

milanholemans commented Jan 21, 2023

Usage

m365 planner roster remove [options]

Description

Removes a Microsoft Planner Roster

Options

Option Description
--id <id> ID of the Planner Roster.
--confirm Don't prompt for confirmation.

Examples

Removes a Planner Roster

m365 planner roster remove --id tYqYlNd6eECmsNhN_fcq85cAGAnd

Removes a Planner Roster without confirmation prompt

m365 planner roster remove --id tYqYlNd6eECmsNhN_fcq85cAGAnd --confirm

Default properties

No response

Additional Info

API request: https://learn.microsoft.com/en-us/graph/api/plannerroster-delete?view=graph-rest-beta&tabs=http

Let's also add this to the docs:

  • Attention: Deleting a Planner Roster will also delete all plans within the Roster.
  • Attention: This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
  • Additional info: Rosters are a new type of container for Microsoft Planner plans. This enables users to create a Planner plan without the need to create a new Microsoft 365 group (with a mailbox, SharePoint site, ...). Access to Roster-contained plans is controlled by the members on the Roster. A Planner Roster can contain only 1 plan.
@milanholemans milanholemans added new feature needs peer review Needs second pair of eyes to review the spec or PR labels Jan 21, 2023
@Jwaegebaert
Copy link
Contributor

LGTM!

@milanholemans milanholemans added help wanted and removed needs peer review Needs second pair of eyes to review the spec or PR labels Jan 25, 2023
@nicodecleyre
Copy link
Contributor

Can I work on this?

@milanholemans
Copy link
Contributor Author

Certainly @nicodecleyre, all yours!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants