Skip to content

Commit 4c8162b

Browse files
authored
Remove requirement of identity field in the request for TURN. (Azure#15966)
* Remove requirement of identity field in the request. * Update PR * Address comment
1 parent b9aa587 commit 4c8162b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specification/communication/data-plane/NetworkTraversal/preview/2021-06-21-preview/CommunicationNetworkTraversal.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
{
2727
"in": "body",
2828
"name": "body",
29-
"required": true,
3029
"schema": {
3130
"$ref": "#/definitions/CommunicationRelayConfigurationRequest"
3231
}
@@ -57,9 +56,6 @@
5756
"definitions": {
5857
"CommunicationRelayConfigurationRequest": {
5958
"description": "Request for a CommunicationRelayConfiguration.",
60-
"required": [
61-
"id"
62-
],
6359
"type": "object",
6460
"properties": {
6561
"id": {

0 commit comments

Comments
 (0)