Skip to content

Commit c7ece9b

Browse files
authored
Merge branch 'main' into cloud-printing-overview
2 parents f164f4b + a8873bc commit c7ece9b

File tree

8,481 files changed

+24258
-24612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,481 files changed

+24258
-24612
lines changed

api-reference/beta/api/application-post-calls.md

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ If successful, this method returns a `201 Created` response code and a [call](..
8080

8181
The following example shows a request that makes a peer-to-peer call between the bot and the specified user. In this example, the media is hosted by the service. The values of authorization token, callback URL, application ID, application name, user ID, user name, and tenant ID must be replaced with actual values to make the example work.
8282

83-
# [HTTP](#tab/http)
84-
8583
<!-- {
8684
"blockType": "request",
8785
"name": "create-call-service-hosted-media-1",
@@ -114,48 +112,15 @@ Content-Type: application/json
114112
],
115113
"callOptions": {
116114
"@odata.type": "#microsoft.graph.outgoingCallOptions",
117-
"isContentSharingNotificationEnabled": true
115+
"isContentSharingNotificationEnabled": true,
116+
"isDeltaRosterEnabled": true
118117
},
119118
"mediaConfig": {
120119
"@odata.type": "#microsoft.graph.serviceHostedMediaConfig"
121120
}
122121
}
123122
```
124123

125-
# [C#](#tab/csharp)
126-
[!INCLUDE [sample-code](../includes/snippets/csharp/create-call-service-hosted-media-1-csharp-snippets.md)]
127-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
128-
129-
# [CLI](#tab/cli)
130-
[!INCLUDE [sample-code](../includes/snippets/cli/create-call-service-hosted-media-1-cli-snippets.md)]
131-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
132-
133-
# [Go](#tab/go)
134-
[!INCLUDE [sample-code](../includes/snippets/go/create-call-service-hosted-media-1-go-snippets.md)]
135-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
136-
137-
# [Java](#tab/java)
138-
[!INCLUDE [sample-code](../includes/snippets/java/create-call-service-hosted-media-1-java-snippets.md)]
139-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
140-
141-
# [JavaScript](#tab/javascript)
142-
[!INCLUDE [sample-code](../includes/snippets/javascript/create-call-service-hosted-media-1-javascript-snippets.md)]
143-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
144-
145-
# [PHP](#tab/php)
146-
[!INCLUDE [sample-code](../includes/snippets/php/create-call-service-hosted-media-1-php-snippets.md)]
147-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
148-
149-
# [PowerShell](#tab/powershell)
150-
[!INCLUDE [sample-code](../includes/snippets/powershell/create-call-service-hosted-media-1-powershell-snippets.md)]
151-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
152-
153-
# [Python](#tab/python)
154-
[!INCLUDE [sample-code](../includes/snippets/python/create-call-service-hosted-media-1-python-snippets.md)]
155-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
156-
157-
---
158-
159124
#### Response
160125

161126
> **Note:** The response object shown here might be shortened for readability.
@@ -242,6 +207,11 @@ Content-Type: application/json
242207
"chatInfo": null,
243208
"meetingInfo": null,
244209
"transcription": null,
210+
"callOptions": {
211+
"@odata.type": "#microsoft.graph.outgoingCallOptions",
212+
"isContentSharingNotificationEnabled": true,
213+
"isDeltaRosterEnabled": true
214+
},
245215
"meetingCapability": null,
246216
"toneInfo": null
247217
}

api-reference/beta/api/approvalitem-cancel.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,16 @@ POST https://graph.microsoft.com/beta/solutions/approval/approvalItems/ad65e077-
8787
[!INCLUDE [sample-code](../includes/snippets/php/approvalitemthiscancel-php-snippets.md)]
8888
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
8989

90+
# [PowerShell](#tab/powershell)
91+
[!INCLUDE [sample-code](../includes/snippets/powershell/approvalitemthiscancel-powershell-snippets.md)]
92+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
93+
9094
# [Python](#tab/python)
9195
[!INCLUDE [sample-code](../includes/snippets/python/approvalitemthiscancel-python-snippets.md)]
9296
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
9397

9498
---
9599

96-
97100
### Response
98101

99102
The following example shows the response.

api-reference/beta/api/approvalitem-list-requests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/approvalItems/d3a7405e-4
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvalitem-list-responses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/approvalItems/d3a7405e-4
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvalitem-post-responses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Content-Type: application/json
108108

109109
---
110110

111-
112111
### Response
113112

114113
The following example shows the response.

api-reference/beta/api/approvalitemrequest-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/approvalItems/7d096f68-c
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvalitemresponse-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/approvalItems/7d096f68-c
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvaloperation-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/operations/1c281a99-f105
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvalsolution-get.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ GET https://graph.microsoft.com/beta/solutions/approval
9797

9898
---
9999

100-
101100
### Response
102101

103102
The following example shows the response.

api-reference/beta/api/approvalsolution-list-approvalitems.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ GET https://graph.microsoft.com/beta/solutions/approval/approvalItems
9898

9999
---
100100

101-
102101
### Response
103102

104103
The following example shows the response.

0 commit comments

Comments
 (0)