-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging changes synced from https://github.com/microsoftgraph/microso…
…ft-graph-docs (branch live)
- Loading branch information
Showing
262 changed files
with
2,597 additions
and
483 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
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 |
---|---|---|
|
@@ -54,15 +54,46 @@ This method can return any of the [HTTP status codes](/graph/errors). The most c | |
|
||
The following example shows a request. | ||
|
||
# [HTTP](#tab/http) | ||
<!-- { | ||
"blockType": "request", | ||
"name": "list_plans_owned_by_channel", | ||
"sampleKeys" : ["a738af50-90f1-472c-b3c3-a468f88ceaba", "19:[email protected]"] | ||
}--> | ||
```http | ||
```msgraph-interactive | ||
GET https://graph.microsoft.com/beta/teams/a738af50-90f1-472c-b3c3-a468f88ceaba/channels/19:[email protected]/planner/plans | ||
``` | ||
|
||
# [C#](#tab/csharp) | ||
[!INCLUDE [sample-code](../includes/snippets/csharp/list-plans-owned-by-channel-csharp-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [CLI](#tab/cli) | ||
[!INCLUDE [sample-code](../includes/snippets/cli/list-plans-owned-by-channel-cli-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [Go](#tab/go) | ||
[!INCLUDE [sample-code](../includes/snippets/go/list-plans-owned-by-channel-go-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [Java](#tab/java) | ||
[!INCLUDE [sample-code](../includes/snippets/java/list-plans-owned-by-channel-java-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [JavaScript](#tab/javascript) | ||
[!INCLUDE [sample-code](../includes/snippets/javascript/list-plans-owned-by-channel-javascript-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [PHP](#tab/php) | ||
[!INCLUDE [sample-code](../includes/snippets/php/list-plans-owned-by-channel-php-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
# [Python](#tab/python) | ||
[!INCLUDE [sample-code](../includes/snippets/python/list-plans-owned-by-channel-python-snippets.md)] | ||
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] | ||
|
||
--- | ||
|
||
### Response | ||
|
||
The following example shows the 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Automatically generated file. DO NOT MODIFY" | |
|
||
mgc-beta security cases ediscovery-cases legal-holds user-sources create --ediscovery-case-id {ediscoveryCase-id} --ediscovery-hold-policy-id {ediscoveryHoldPolicy-id} --body '{\ | ||
"email": "[email protected]",\ | ||
"includedSources": "mailbox, site"\ | ||
"includedSources": "mailbox"\ | ||
}\ | ||
' | ||
|
||
|
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
10 changes: 10 additions & 0 deletions
10
...eference/beta/includes/snippets/cli/list-plans-owned-by-channel-cli-snippets.md
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
description: "Automatically generated file. DO NOT MODIFY" | ||
--- | ||
|
||
```bash | ||
|
||
|
||
mgc-beta teams channels planner plans list --team-id {team-id} --channel-id {channel-id} | ||
|
||
``` |
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ using Microsoft.Graph.Beta.Models.Security; | |
var requestBody = new UserSource | ||
{ | ||
Email = "[email protected]", | ||
IncludedSources = SourceType.Mailbox | SourceType.Site, | ||
IncludedSources = SourceType.Mailbox, | ||
}; | ||
|
||
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp | ||
|
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
Oops, something went wrong.