forked from pnp/cli-microsoft365
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ This command is based on an API that is currently in preview and is subject to c | |
Adds a specific user by user name as member of the Planner Roster. | ||
|
||
```sh | ||
m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName [email protected] | ||
m365 planner roster member add --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userName [email protected] | ||
``` | ||
|
||
Adds a specific user by ID as member of the Planner Roster. | ||
|
||
```sh | ||
m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275 | ||
m365 planner roster member add --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275 | ||
``` | ||
|
||
## Response | ||
|
@@ -85,7 +85,7 @@ m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId | |
<TabItem value="Markdown"> | ||
|
||
```md | ||
# planner roster member add --rosterId "tYqYlNd6eECmsNhN_fcq85cAGAnd" --userId "2056d2f6-3257-4253-8cfc-b73393e414e5" | ||
# planner roster member add --rosterId "29dab52a-9c2b-4abe-b467-65f64016c28a" --userId "2056d2f6-3257-4253-8cfc-b73393e414e5" | ||
|
||
Date: 6/2/2023 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,13 @@ This command is based on an API that is currently in preview and is subject to c | |
Gets a specific user by user name as member of the Planner Roster. | ||
|
||
```sh | ||
m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName [email protected] | ||
m365 planner roster member get --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userName [email protected] | ||
``` | ||
|
||
Gets a specific user by ID as member of the Planner Roster. | ||
|
||
```sh | ||
m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275 | ||
m365 planner roster member get --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275 | ||
``` | ||
|
||
## Response | ||
|
@@ -85,7 +85,7 @@ m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId | |
<TabItem value="Markdown"> | ||
|
||
```md | ||
# planner roster member get --rosterId "tYqYlNd6eECmsNhN_fcq85cAGAnd" --userId "2056d2f6-3257-4253-8cfc-b73393e414e5" | ||
# planner roster member get --rosterId "29dab52a-9c2b-4abe-b467-65f64016c28a" --userId "2056d2f6-3257-4253-8cfc-b73393e414e5" | ||
|
||
Date: 18/2/2023 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,13 +47,13 @@ The Planner Roster will be deleted when it doesn't have any users remaining in t | |
Remove a Roster member by its Azure AD ID | ||
|
||
```sh | ||
m365 planner roster member remove --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId 126878e5-d8f9-4db2-951d-d25486488d38 | ||
m365 planner roster member remove --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userId 126878e5-d8f9-4db2-951d-d25486488d38 | ||
``` | ||
|
||
Remove a Roster member by its UPN | ||
|
||
```sh | ||
m365 planner roster member remove --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName [email protected] | ||
m365 planner roster member remove --rosterId 29dab52a-9c2b-4abe-b467-65f64016c28a --userName [email protected] | ||
``` | ||
|
||
## Response | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ describe(commands.PLAN_SET, () => { | |
const title = 'Plan name'; | ||
const ownerGroupName = 'Group name'; | ||
const ownerGroupId = '00000000-0000-0000-0000-000000000002'; | ||
const rosterId = 'tYqYlNd6eECmsNhN_fcq85cAGAnd'; | ||
const rosterId = '29dab52a-9c2b-4abe-b467-65f64016c28a'; | ||
const newTitle = 'New Title'; | ||
const user = '[email protected]'; | ||
const userId = '00000000-0000-0000-0000-000000000000'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters