From 1ca4e7d06adfffad8161ee202290f8a059bdb25c Mon Sep 17 00:00:00 2001 From: Andrew Peacock Date: Thu, 24 Jun 2021 16:17:17 -0700 Subject: [PATCH] Rename CommunicationTurnCredentialsResponse to CommunicationRelayConfiguration (#14762) --- .../Turn/preview/2021-02-22-preview1/CommunicationTurn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json b/specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json index 462437eca5d9..80a74723b203 100644 --- a/specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json +++ b/specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json @@ -38,7 +38,7 @@ "200": { "description": "Success", "schema": { - "$ref": "#/definitions/CommunicationTurnCredentialsResponse" + "$ref": "#/definitions/CommunicationRelayConfiguration" } } }, @@ -77,8 +77,8 @@ } } }, - "CommunicationTurnCredentialsResponse": { - "description": "A TURN credentials response.", + "CommunicationRelayConfiguration": { + "description": "A relay configuration containing the TURN URLs and credentials.", "required": [ "expiresOn", "turnServers"