From f76e9c26f94e8bfbc78ef52dbc6b61ce38cb8ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Thu, 30 Jun 2022 08:19:20 +0200 Subject: [PATCH] =?UTF-8?q?[Azure.Communication.Common]=20Added=20support?= =?UTF-8?q?=20for=20rawId=20=E2=9F=B7=20CommunicationIdentifier=20conversi?= =?UTF-8?q?on=20(#28574)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added support for rawId<->CommunicationIdentifier conversion * fixed tests * fixed compiler suggestions * updated generated api surface * fixed tests + added serialization of rawid for communication user * fixing recordings #1 - for chat * update recordings with serialized rawId * add a changelog record for rawId (de)serialization * adjusted comments * gethashcode adjustments * lazy property init * updated api * testing that CommunicationIdentifier subclasses implement RawId --- ...RunCreateAddRemoveHangupScenarioTests.json | 32 +- ...eateAddRemoveHangupScenarioTestsAsync.json | 32 +- ...unCreatePlayCancelHangupScenarioTests.json | 27 +- ...atePlayCancelHangupScenarioTestsAsync.json | 27 +- .../Sample1_CallClient/CreateCall.json | 27 +- .../CreateCallAsyncAsync.json | 27 +- ...ecordingFunctionsWithConnectionString.json | 16 +- ...ingFunctionsWithConnectionStringAsync.json | 2 + ...RecordingFunctionsWithTokenCredential.json | 16 +- ...dingFunctionsWithTokenCredentialAsync.json | 16 +- ...RunCreateAddRemoveHangupScenarioTests.json | 3 + ...eateAddRemoveHangupScenarioTestsAsync.json | 3 + ...unCreatePlayCancelHangupScenarioTests.json | 16 +- ...atePlayCancelHangupScenarioTestsAsync.json | 16 +- .../ChatClientsLiveTests/ReadReceipt_GS.json | 14 +- .../ReadReceipt_GSAsync.json | 14 +- ...pant_AUR__Message_GSU__Notification_T.json | 2133 ++++++++-------- ...AUR__Message_GSU__Notification_TAsync.json | 2137 ++++++++--------- .../Azure.Communication.Common/CHANGELOG.md | 5 +- ...ure.Communication.Common.netstandard2.0.cs | 13 +- .../src/Azure.Communication.Common.csproj | 2 +- .../src/CommunicationCloudEnvironment.cs | 2 +- .../src/CommunicationIdentifier.cs | 45 +- .../src/CommunicationUserIdentifier.cs | 11 +- .../src/MicrosoftTeamsUserIdentifier.cs | 44 +- .../src/PhoneNumberIdentifier.cs | 22 +- .../src/UnknownIdentifier.cs | 8 +- .../tests/CommunicationIdentifierTest.cs | 112 +- .../tests/CommunicationTestEnvironment.cs | 4 +- .../tests/CommunicationUserIdentifierTests.cs | 12 +- .../CommunicationTokenCredentialTest.cs | 36 +- .../tests/Identity/TestClock.cs | 2 +- ...CommunicationBearerTokenCredentialTests.cs | 2 +- .../tests/UnknownIdentifierTests.cs | 12 +- .../src/CommunicationIdentifierSerializer.cs | 3 +- .../CommunicationIdentifierSerializerTest.cs | 24 +- .../Shared/src/HMACAuthenticationPolicy.cs | 10 +- .../Azure.Core/src/Shared/ConnectionString.cs | 2 +- 38 files changed, 2525 insertions(+), 2404 deletions(-) diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTests.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTests.json index 9c80aa2270239..aff60d5efcf6a 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTests.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTests.json @@ -30,11 +30,12 @@ "x-ms-client-request-id": "500420ef7b1dbfd0659302bbf1a9c676", "X-Processing-Time": "24ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -56,16 +57,18 @@ "value": "Sanitized" }, "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b22f-b8c5-99c6-593a0d001c83" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -107,9 +110,10 @@ }, "RequestBody": { "participant": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d" + } } }, "StatusCode": 202, diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json index e673e8a2e6aab..16557f5c6cf1b 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json @@ -30,11 +30,12 @@ "x-ms-client-request-id": "422c3910d41ce5e257913753e6baa3e8", "X-Processing-Time": "94ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -56,16 +57,18 @@ "value": "Sanitized" }, "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b298-aea0-51b9-a43a0d009a4f" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -107,9 +110,10 @@ }, "RequestBody": { "participant": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000a-b200-7a0d-570c-113a0d00288d" + } } }, "StatusCode": 202, diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTests.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTests.json index 0ab2689f82b67..0649b54f56de9 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTests.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTests.json @@ -30,11 +30,12 @@ "x-ms-client-request-id": "fbc68bc12c3dc3845fed5c7c01ffddd1", "X-Processing-Time": "110ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -56,16 +57,18 @@ "value": "Sanitized" }, "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2372-fe14-740a-113a0d00a70a" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -187,4 +190,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "1479243591" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json index 54e797489de60..cbdc34421fc24 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/CallConnectionLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json @@ -30,11 +30,12 @@ "x-ms-client-request-id": "fbc68bc12c3dc3845fed5c7c01ffddd1", "X-Processing-Time": "82ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -56,16 +57,18 @@ "value": "Sanitized" }, "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2373-c2aa-47b4-a43a0d0049a8" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -187,4 +190,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "1479243591" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCall.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCall.json index 2d2bdfe1aefb1..71d2ab30db656 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCall.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCall.json @@ -29,11 +29,12 @@ "x-ms-client-request-id": "f7c8910f9c6fa503ddd8b7582e6d4d17", "X-Processing-Time": "74ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -51,16 +52,18 @@ }, "RequestBody": { "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-e5d8-99bf-a43a0d004bcb" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -91,4 +94,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "54266852" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCallAsyncAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCallAsyncAsync.json index 9138d9ba71db6..67f3c2f00069c 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCallAsyncAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/Sample1_CallClient/CreateCallAsyncAsync.json @@ -30,11 +30,12 @@ "x-ms-client-request-id": "750c6da09b80fc970cd7aa322fd6b1c9", "X-Processing-Time": "114ms" }, - "ResponseBody": { - "identity": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da" + "ResponseBody": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da", + "identity": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da" + } } - } }, { "RequestUri": "https://acstestbot1.communication.azure.com/calling/callConnections?api-version=2021-08-30-preview", @@ -53,16 +54,18 @@ }, "RequestBody": { "targets": [ - { - "phoneNumber": { - "value": "Sanitized" + { + "rawId": "4:Sanitized", + "phoneNumber": { + "value": "Sanitized" + } } - } ], "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000c-2369-a7b8-defd-8b3a0d0000da" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -93,4 +96,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "303477573" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionString.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionString.json index e01310160dfcf..20cdec2cd51d0 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionString.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionString.json @@ -17,9 +17,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -60,9 +61,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -353,4 +355,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "911404757" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionStringAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionStringAsync.json index ec35822cb0b01..91235e66da443 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionStringAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithConnectionStringAsync.json @@ -20,6 +20,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" } @@ -66,6 +67,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" } diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredential.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredential.json index 66155f16e08a1..e2cd8d38f8b22 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredential.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredential.json @@ -15,9 +15,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -56,9 +57,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -329,4 +331,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "235985842" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredentialAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredentialAsync.json index fa4fa7488be40..49ddd2f7717bd 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredentialAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunAllRecordingFunctionsWithTokenCredentialAsync.json @@ -15,9 +15,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -56,9 +57,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -329,4 +331,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "1816837114" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTests.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTests.json index 1a8bc86ad9ebf..3494ef6b4dae0 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTests.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTests.json @@ -20,6 +20,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" } @@ -66,6 +67,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" } @@ -111,6 +113,7 @@ }, "RequestBody": { "participant": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000b-d8d8-aaa3-3ef0-8b3a0d002f3f", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000b-d8d8-aaa3-3ef0-8b3a0d002f3f" } diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json index a78f4837da517..47505ae19e45d 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreateAddRemoveHangupScenarioTestsAsync.json @@ -20,6 +20,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" } @@ -66,6 +67,7 @@ }, "RequestBody": { "source": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" } @@ -111,6 +113,7 @@ }, "RequestBody": { "participant": { + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000b-d8d8-aaa3-3ef0-8b3a0d002f3f", "communicationUser": { "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_0000000b-d8d8-aaa3-3ef0-8b3a0d002f3f" } diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTests.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTests.json index 62a6fd3decfb0..3575f66a576fc 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTests.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTests.json @@ -17,9 +17,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -60,9 +61,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -236,4 +238,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "1656122379" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json index 1c4cbecb5c58a..f3406878557f8 100644 --- a/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json +++ b/sdk/communication/Azure.Communication.CallingServer/tests/SessionRecords/ServerCallLiveTests/RunCreatePlayCancelHangupScenarioTestsAsync.json @@ -17,9 +17,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2f23" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -60,9 +61,10 @@ }, "RequestBody": { "source": { - "communicationUser": { - "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" - } + "rawId": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1", + "communicationUser": { + "id": "8:acs:016a7064-0581-40b9-be73-6dde64d69d72_e3560385-776f-41d1-bf04-07ef738f2fc1" + } }, "callbackUri": "https://dummy.ngrok.io/api/incident/callback?SecretKey=helloworld", "requestedMediaTypes": [ @@ -244,4 +246,4 @@ "COMMUNICATION_LIVETEST_STATIC_CONNECTION_STRING": "endpoint=https://acstestbot1.communication.azure.com/;accesskey=Kg==", "RandomSeed": "1656122379" } -} \ No newline at end of file +} diff --git a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GS.json b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GS.json index a7c3e07804517..8d51040438435 100644 --- a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GS.json +++ b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GS.json @@ -169,16 +169,18 @@ "participants": [ { "communicationIdentifier": { - "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8afd-2c8a-084822000c3d" - } + "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8afd-2c8a-084822000c3d", + "communicationUser": { + "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8afd-2c8a-084822000c3d" + } } }, { "communicationIdentifier": { - "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8bb1-2c8a-084822000c3e" - } + "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8bb1-2c8a-084822000c3e", + "communicationUser": { + "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-8bb1-2c8a-084822000c3e" + } } } ] diff --git a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GSAsync.json b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GSAsync.json index 7f19869915830..7fc479e729c78 100644 --- a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GSAsync.json +++ b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/ReadReceipt_GSAsync.json @@ -169,16 +169,18 @@ "participants": [ { "communicationIdentifier": { - "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c228-d68a-0848220016cd" - } + "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c228-d68a-0848220016cd", + "communicationUser": { + "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c228-d68a-0848220016cd" + } } }, { "communicationIdentifier": { - "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c2e8-02c3-593a0d0013fb" - } + "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c2e8-02c3-593a0d0013fb", + "communicationUser": { + "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-c2e8-02c3-593a0d0013fb" + } } } ] diff --git a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_T.json b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_T.json index 131dfd16e3105..16e82bcf0fd83 100644 --- a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_T.json +++ b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_T.json @@ -1,54 +1,54 @@ { "Entries": [ { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-0778525f86cd438b0ffda286563256c9-32e5710c19f86a0f-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "334e0b71be88e4334fab18517722b06a", + "traceparent": "00-c240a917eb7743ba7b5dc4c7b4ce08ef-a96602dc4052c675-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c4e4629ef41d7558a166f946322b4904", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:55 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "cmsuqtpPQE2pOZhks5/wXg.0", + "Date": "Mon, 09 May 2022 12:28:59 GMT", + "MS-CV": "wJkQQRRhlEi/h7vjjtbE2A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAACnSJhirA1tQJiL0xN8ydbdV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Cwl5YgAAAABrdFH1Be0vR5XAqidsm72/RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "334e0b71be88e4334fab18517722b06a", - "X-Processing-Time": "24ms" + "x-ms-client-request-id": "c4e4629ef41d7558a166f946322b4904", + "X-Processing-Time": "106ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-ad541b460080e663f7167a5eedcfb768-f62190673654c587-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ce394f7e70e4a0bda21a738340d6eacb", + "traceparent": "00-798cd290a1685eb87383054b185df57f-b6a2d733798be549-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "bb27b7db17f7f3928fb5ecdc771fbbf2", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,72 +58,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "KCvHco7Xs0ySPIp81bBnrw.0", + "Date": "Mon, 09 May 2022 12:29:00 GMT", + "MS-CV": "KuTk84VzJ0GXjcNqO8SxFQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAACl82NlFtwsSJX4FcJ4hZhAV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DAl5YgAAAADORKCD7/NXSJm\u002BDuWtl6blRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ce394f7e70e4a0bda21a738340d6eacb", - "X-Processing-Time": "32ms" + "x-ms-client-request-id": "bb27b7db17f7f3928fb5ecdc771fbbf2", + "X-Processing-Time": "163ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:09.4891219\u002B00:00" + "expiresOn": "2022-05-10T12:29:00.4574909\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-24a6b828edf2248629cb5bb077884849-6d61487c8e76c144-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "f521a937003084e5785006d24fb4fcf0", + "traceparent": "00-03ee42215069f923863b39d513a35b6f-04848029b0c5c06c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "fe17fa22958bad23d931d84b031420d3", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "8lHuAb2kR0O0BX7o0Lnv8g.0", + "Date": "Mon, 09 May 2022 12:29:00 GMT", + "MS-CV": "Rqk69db5O0SvCSqmZKUCVg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAABgRYou7JP3QpePPUPfst2jV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DAl5YgAAAACrCChyazsUTJqXzRZiualmRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f521a937003084e5785006d24fb4fcf0", - "X-Processing-Time": "27ms" + "x-ms-client-request-id": "fe17fa22958bad23d931d84b031420d3", + "X-Processing-Time": "109ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-6d118e0e5fb93aa0a0cb28aa308db5f1-3eceeed809fe33ee-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "8fb5f714399501d64dae906e4ab0a478", + "traceparent": "00-f55b91f80e92d63e4756449897c8728a-ce3c3e620712da0f-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "cfad6f81093387abcff03468087bfe82", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:56 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -133,72 +133,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "B8APZvzZG0GVX6WCLB3crA.0", + "Date": "Mon, 09 May 2022 12:29:00 GMT", + "MS-CV": "1mDQ5NyFBUO2m8wHgHafYw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAAA7AVchzWpxRbTB4vBKrH5iV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DAl5YgAAAADLbBdFCssTSpcmrSQBmL\u002B\u002BRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8fb5f714399501d64dae906e4ab0a478", - "X-Processing-Time": "31ms" + "x-ms-client-request-id": "cfad6f81093387abcff03468087bfe82", + "X-Processing-Time": "157ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:09.6416607\u002B00:00" + "expiresOn": "2022-05-10T12:29:01.1911501\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-76d5fe7bc34541237eb94bc2b05357e8-334b711b87d468a2-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ce1a4cc1ba017d3969b556946aea50ed", + "traceparent": "00-702e4c647d2de4339ff2e4fb68e8e8d8-faddc9dbdd86cf2d-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "372406ab4b1445799479e2c63e46f07a", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "Zn2vmj4MaEOkF33AI0SJWA.0", + "Date": "Mon, 09 May 2022 12:29:01 GMT", + "MS-CV": "PivZK3MH/kGSA9aXHcr88w.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAABGmnrLvsNuRJEhgY5kAJ3yV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DQl5YgAAAABFEqngJv1vSpdp7JXiiM4ERlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ce1a4cc1ba017d3969b556946aea50ed", - "X-Processing-Time": "24ms" + "x-ms-client-request-id": "372406ab4b1445799479e2c63e46f07a", + "X-Processing-Time": "86ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-922ca31d13cb35165240d3ddd250c2fb-953d726c3091fe5b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "486e831d5a20fd36d320a7826f773ac8", + "traceparent": "00-99c8454dc488acae097c8f910e9dbf6d-ed0311d2098d7b55-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "075a1895eb7219bf4f902e9a61baa55d", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:57 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -208,72 +208,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "GPgda/74f0\u002BfGtT5zrtVmA.0", + "Date": "Mon, 09 May 2022 12:29:01 GMT", + "MS-CV": "vrvP72ML9UGDjtBdWNXmLA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAABVPAnhu37TR7Loi3oRX6pKV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DQl5YgAAAACVRRMo8WMkSbgEUrmttr2zRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "486e831d5a20fd36d320a7826f773ac8", - "X-Processing-Time": "28ms" + "x-ms-client-request-id": "075a1895eb7219bf4f902e9a61baa55d", + "X-Processing-Time": "159ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:09.7936769\u002B00:00" + "expiresOn": "2022-05-10T12:29:01.8915846\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-99388f53d15f6bce2ea80a28b82f350f-833562b8dc8ffb4b-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "03118dab2e9a59efbd3825e0e3419663", + "traceparent": "00-df46da200ad250ccabd0283497464371-71e5c15fb21a30fc-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "fca05633e8f036bff6683bb927e54888", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:58 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "lDd/gspt6k\u002BbphTD3bgS\u002Bg.0", + "Date": "Mon, 09 May 2022 12:29:01 GMT", + "MS-CV": "IHe9RWnoVkqZsBhIu7uRHg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAADow2Gwm6uoSZuppz2D9Ss\u002BV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0DQl5YgAAAAAzdG\u002Bhaa5xTpLimfXWYooURlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "03118dab2e9a59efbd3825e0e3419663", - "X-Processing-Time": "31ms" + "x-ms-client-request-id": "fca05633e8f036bff6683bb927e54888", + "X-Processing-Time": "88ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-6ca359ee15526edbb1d72206bb2f01d5-78e3a4b97753c725-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c751a35d5b416657151cfae112b60ef2", + "traceparent": "00-897f5118a6f608ee097420b24f23e2bb-2cd8e98246817570-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "efd2ba00f620bf10470be8831cdfe4d9", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:09 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:58 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -283,72 +283,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:09 GMT", - "MS-CV": "KP4dJBd6nEyNHKqYiYesEA.0", + "Date": "Mon, 09 May 2022 12:29:02 GMT", + "MS-CV": "r7cyHm0N9E2/PypuQxpX1w.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAABPLO89NUIDRad5qFCu5qSEV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Dgl5YgAAAADae0XVGM81RIrtaFWPk82vRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c751a35d5b416657151cfae112b60ef2", - "X-Processing-Time": "32ms" + "x-ms-client-request-id": "efd2ba00f620bf10470be8831cdfe4d9", + "X-Processing-Time": "165ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:09.9598544\u002B00:00" + "expiresOn": "2022-05-10T12:29:02.5928022\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-9743e043580a52af42238dfe22d91614-4e1b533b51663718-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "dce88e7a4dd9ee5393158be835561a91", + "traceparent": "00-fd1d6eb551a9d127d47ac9a6c487a896-ce55cf6a3218674c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e89384d4f3a6ac8959241109b005f269", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:10 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:58 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:10 GMT", - "MS-CV": "dFzRswzyDEmPEaATAjVL9w.0", + "Date": "Mon, 09 May 2022 12:29:02 GMT", + "MS-CV": "OjbCiNev1ESD5QPAOXsjJA.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0fdWuYQAAAAAYkpbMxeQXSI9o1dy58tRFV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Dgl5YgAAAADOLIMCPe10S5DWjbPEtBl3RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "dce88e7a4dd9ee5393158be835561a91", - "X-Processing-Time": "23ms" + "x-ms-client-request-id": "e89384d4f3a6ac8959241109b005f269", + "X-Processing-Time": "89ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-2162fdd4c21e33124807c8b0035606a7-f3887fe169ca6dd0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "cb2444897325508636aaed7d330d4606", + "traceparent": "00-aa9303c74a3f5b62d9d7c3ff2e45420a-46aedb6f520bc631-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "a799a547b5e83c3d46e0b5e5ff3b1a16", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:10 GMT", + "x-ms-date": "Mon, 09 May 2022 12:28:59 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -358,35 +358,35 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:10 GMT", - "MS-CV": "oR4uUfMrtEadnDA/RL7OHQ.0", + "Date": "Mon, 09 May 2022 12:29:03 GMT", + "MS-CV": "Izio59sqBUOve7vjca/4Fw.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0ftWuYQAAAABIfFLPPfT\u002BTYoMveQ2pfqIV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Dgl5YgAAAACQ8BfPDzKETKlky1osVn4URlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "cb2444897325508636aaed7d330d4606", - "X-Processing-Time": "29ms" + "x-ms-client-request-id": "a799a547b5e83c3d46e0b5e5ff3b1a16", + "X-Processing-Time": "166ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:10.1023319\u002B00:00" + "expiresOn": "2022-05-10T12:29:03.2980373\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "536", + "Content-Length": "806", "Content-Type": "application/json", "repeatability-request-id": "contoso-C0A747F1-6245-4307-8267-B974340677DC", - "traceparent": "00-beddaee95de81cf5b50900c4f67f2430-db409cfe27e5df88-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "55653229ba590f895062332cd06e31bf", + "traceparent": "00-8bcaed783dd5fd3cb8f3c25dbdf32549-dece19cb9f9e991a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "a2e461835f520de2302696fce5060f41", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -394,24 +394,27 @@ "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3" @@ -422,43 +425,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:10 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2", - "MS-CV": "o1Xoq33JSESuLxshMqnijQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:04 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2", + "MS-CV": "WsLG25C5eEarXvTXmW0lVw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ftWuYQAAAABQJRh1irYXTbpLksapaCtpV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Dwl5YgAAAACXav/dYZkKQaazNMZYSfRsRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "55653229ba590f895062332cd06e31bf", - "X-Processing-Time": "366ms" + "x-ms-client-request-id": "a2e461835f520de2302696fce5060f41", + "X-Processing-Time": "806ms" }, "ResponseBody": { "chatThread": { - "id": "19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2", + "id": "19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2", "topic": "Thread async from C# sdk", - "createdOn": "2021-12-07T03:31:10Z", + "createdOn": "2022-05-09T12:29:03Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "536", + "Content-Length": "806", "Content-Type": "application/json", "repeatability-request-id": "contoso-D0A747F1-6245-4307-8267-B974340677DD", - "traceparent": "00-30317eea2ce93a3bac638d4e3f08131b-64e74b4897645fb6-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ce586902429107cd0797a62f60d5bb86", + "traceparent": "00-cd4a32b6b538d89fc97e4d52213e6961-70aa8fdd66c5feca-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "763c7f183d451ff14657a2c63ea4ac1e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -466,24 +468,27 @@ "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3" @@ -494,40 +499,39 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AvZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1@thread.v2", - "MS-CV": "JO1f26GUKkeA9B\u002B4WZHxzw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:04 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aw_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1@thread.v2", + "MS-CV": "S8BoF6qE00y4Om\u002BxDVkuUg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ftWuYQAAAACVlEh2AeWzTKzES7CgyRXAV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0EAl5YgAAAAB2KiIHw1txQJjPUjhxIda/RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ce586902429107cd0797a62f60d5bb86", - "X-Processing-Time": "565ms" + "x-ms-client-request-id": "763c7f183d451ff14657a2c63ea4ac1e", + "X-Processing-Time": "661ms" }, "ResponseBody": { "chatThread": { - "id": "19:vZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1@thread.v2", + "id": "19:w_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1@thread.v2", "topic": "Thread async from C# sdk", - "createdOn": "2021-12-07T03:31:10Z", + "createdOn": "2022-05-09T12:29:04Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-310977cfdfab4dc2ecd7d979307eb856-064a8191037e8e2f-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "02bf84cec5f0ce37ba157bc3405a80c7", + "traceparent": "00-286e8dc1b8901cc7e8b50575aae696d3-c6c5009fa2ef9576-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "4e85fa094f20e817c38c76c11f41563f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -535,23 +539,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "MS-CV": "3uriV2DA1UGm25UpyDiEiA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:05 GMT", + "MS-CV": "Rskd4U2zbkGbVeZ0r9I3IA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0f9WuYQAAAADupi2NQkBVRYxAAzNCI42hV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0EQl5YgAAAAAxecs31SVBS7mCM6LleuxmRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "02bf84cec5f0ce37ba157bc3405a80c7", - "X-Processing-Time": "67ms" + "x-ms-client-request-id": "4e85fa094f20e817c38c76c11f41563f", + "X-Processing-Time": "471ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -559,9 +562,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -569,9 +572,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -581,16 +584,16 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-0aa7d893d76beb588153b3141b8dce8f-dc43d533a5989015-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ca7b2d7878b5e774655e4dc2145aaf7a", + "traceparent": "00-f10405866887bf36b14f61516c388eb8-5dbad81ccffb7c8d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "80cc73d1a3ff46d170c55cfbbc1ccf8b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -599,26 +602,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "MS-CV": "kfkfmemiR0iYDiorc\u002BdE/g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:05 GMT", + "MS-CV": "U4Ju7ItWD0WHEM4XcDl8Gw.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0f9WuYQAAAAC59whcQ5fATZFevorRkv8tV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0EQl5YgAAAADXDj8augphTIDXzUG7LmyURlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ca7b2d7878b5e774655e4dc2145aaf7a", - "X-Processing-Time": "194ms" + "x-ms-client-request-id": "80cc73d1a3ff46d170c55cfbbc1ccf8b", + "X-Processing-Time": "258ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7a5dee8d7f69fb73dd71f3fc4f65eb81-4608d73e00df963b-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4c5eaca72faf3ccf3189137cc609c7ad", + "traceparent": "00-7c2a243ab6d51808d13498bc5088bb80-f4907468a18952a7-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "eaf27779c080c9216753b2b9c62f0005", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -626,39 +628,38 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "MS-CV": "Bo3lMMsQjEijNoIkAUKvfw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:05 GMT", + "MS-CV": "aE0TfxP74UmkanLoEqd9fA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0f9WuYQAAAAAT6O5BXNUzRKi/QL6rhYbRV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0EQl5YgAAAAC/yQ41Eu12SIe2B0s1044zRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4c5eaca72faf3ccf3189137cc609c7ad", - "X-Processing-Time": "59ms" + "x-ms-client-request-id": "eaf27779c080c9216753b2b9c62f0005", + "X-Processing-Time": "145ms" }, "ResponseBody": { - "id": "19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2", + "id": "19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2", "topic": "Updated topic - C# sdk", - "createdOn": "2021-12-07T03:31:10Z", + "createdOn": "2022-05-09T12:29:03Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-008434119b6292c6ed654c1270461a72-8ee829e5573e7a35-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "33b6de17f05a55d00fd89c917775ba60", + "traceparent": "00-815cfcc5a5e5f56d90a483e3ee027926-516ced71cfa2e617-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "caf463002cd7661f293fde5af31c2ba7", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -670,32 +671,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847871698", - "MS-CV": "Wu3R3eeA0Ea8kPfeTfENqA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:06 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099346256", + "MS-CV": "G2GXmohjc06M7J1HMhJ8WA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0f9WuYQAAAADT/QCwuCxYQ7NvrxUFrfv7V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Egl5YgAAAAAlSyYiVKXKSLpFcqrL6lP/RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "33b6de17f05a55d00fd89c917775ba60", - "X-Processing-Time": "128ms" + "x-ms-client-request-id": "caf463002cd7661f293fde5af31c2ba7", + "X-Processing-Time": "234ms" }, "ResponseBody": { - "id": "1638847871698" + "id": "1652099346256" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AvZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aw_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-b4b84ba0b0eae5b61a3470abdb3ea71a-e5b65a013b06650c-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "931b016533fb49185d3e992c64f8205b", + "traceparent": "00-0f3551519c7f73974758e9abd3e66015-a7fd5512d04c4586-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "a747ebbd6c4e10bf520219abf0178040", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -707,32 +707,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:11 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AvZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1@thread.v2/messages/1638847871906", - "MS-CV": "nl6nmNFwDkmo7NOyUlCusw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:06 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aw_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1@thread.v2/messages/1652099346665", + "MS-CV": "ZBDxmXqGm0OZqbf7\u002ByXqEg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0f9WuYQAAAABJMFHN\u002BXS4SJEfGPqZoyqjV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Egl5YgAAAACNiejiql9vRIyOEJH42FVGRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "931b016533fb49185d3e992c64f8205b", - "X-Processing-Time": "165ms" + "x-ms-client-request-id": "a747ebbd6c4e10bf520219abf0178040", + "X-Processing-Time": "249ms" }, "ResponseBody": { - "id": "1638847871906" + "id": "1652099346665" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-a1261536c57775b6032a2b4d4843638b-11124a8cbf853ba0-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "36aaa0977ba3b620dc083cd7923dc5bb", + "traceparent": "00-834628df4e1387da1e79f2c8316c6b2c-fd6bb79d0929c511-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "59fa56c504274db3588cc041e2c6d64b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -744,32 +743,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:12 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847872152", - "MS-CV": "I3LWsbBEG0WsaaHgkQUbmQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:06 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099347063", + "MS-CV": "\u002Bmtt3sQD\u002BkaHTO9TGtRDwQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gNWuYQAAAAA75HgZOiCTS4ucgGo1kRg5V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Egl5YgAAAAASfkdDe5L9RIbhwDJWTr7xRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "36aaa0977ba3b620dc083cd7923dc5bb", - "X-Processing-Time": "195ms" + "x-ms-client-request-id": "59fa56c504274db3588cc041e2c6d64b", + "X-Processing-Time": "188ms" }, "ResponseBody": { - "id": "1638847872152" + "id": "1652099347063" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-ab12c954c67d56985c8c2f8ef1b4d5e3-325773462070d2cc-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c516b2ce33eee3b1c56dd51b57a4f017", + "traceparent": "00-30f674b78a497348cea5748bd448faf2-d1410efa7fbae030-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "dbfc0b2758e794b7a3e378d512747511", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -781,32 +779,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:12 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847872329", - "MS-CV": "i54RzIns40qcySBBdegbKw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:07 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099347458", + "MS-CV": "O/E6aZ\u002BrGkupTNhKBpok6w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gNWuYQAAAABLfKTpf45XSZJLyesvM69qV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ewl5YgAAAAA/Mj5lzHYlRaqHnI6ABzo1RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c516b2ce33eee3b1c56dd51b57a4f017", - "X-Processing-Time": "122ms" + "x-ms-client-request-id": "dbfc0b2758e794b7a3e378d512747511", + "X-Processing-Time": "208ms" }, "ResponseBody": { - "id": "1638847872329" + "id": "1652099347458" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-0c445686c1e0dc02cc0fca3f6b1c0149-b2cc3e6e3ee194f3-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "d7fa40b784cbeabde064b6f3f741b620", + "traceparent": "00-2fc0549ff2eaaa2475bf2442f97020f7-73eaaca07bcdaa40-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9c959dbed221b87f37fa4ec2ab7e2e8b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -818,32 +815,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:12 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847872497", - "MS-CV": "tTi3mrrozk\u002By3SsCLGCBHA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:07 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099347800", + "MS-CV": "gj5nEdbdqkG\u002BxwbdAYBKag.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gNWuYQAAAAAIXp6i6jy2RLCQZgge9/YNV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ewl5YgAAAACId\u002B8fjgTlQIjYpEn8u/5oRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d7fa40b784cbeabde064b6f3f741b620", - "X-Processing-Time": "124ms" + "x-ms-client-request-id": "9c959dbed221b87f37fa4ec2ab7e2e8b", + "X-Processing-Time": "253ms" }, "ResponseBody": { - "id": "1638847872497" + "id": "1652099347800" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-b8c0e30cf73288286b8dc08d46837b10-769c77f95a9473fb-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "b25ddd795ae1636deec67035a6055f38", + "traceparent": "00-73019733233587cd09a9827080a21203-072f841c68b5a13f-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e583cd2ca51b6c589f66b6438cde3ae4", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -855,32 +851,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:12 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847872678", - "MS-CV": "5HAOjxou1U2eYePvtdB1rg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:08 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099348228", + "MS-CV": "GmRPeUbzXEep4hfhSlo/mA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gNWuYQAAAADPsILtD9stTZzdybSxnn5WV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ewl5YgAAAADAa7f1QxdVQoP9gK8xO8ZTRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b25ddd795ae1636deec67035a6055f38", - "X-Processing-Time": "160ms" + "x-ms-client-request-id": "e583cd2ca51b6c589f66b6438cde3ae4", + "X-Processing-Time": "209ms" }, "ResponseBody": { - "id": "1638847872678" + "id": "1652099348228" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "325", "Content-Type": "application/json", - "traceparent": "00-a4c18a5fe75d28acda9c46c0cd2f5c2f-bad5dcd779025b21-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "511f2517ee434aeff42ce4897cbdec84", + "traceparent": "00-3422364acb053df575a9abc43c9ed20a-f4c7865d3e5083f8-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "4582af16393055298b43a3ed0af4e925", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -899,30 +894,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:12 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages/1638847872875", - "MS-CV": "9iJQeC4Yh0CRvOi4ZZiOtw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:08 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages/1652099348658", + "MS-CV": "l6ESGxf0aEucZAc0FCgX8w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gNWuYQAAAAAJD9S2Ov2DTraP/NKay\u002B0cV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FAl5YgAAAADD/8vxpEqHTbDED5t2AEIKRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "511f2517ee434aeff42ce4897cbdec84", - "X-Processing-Time": "139ms" + "x-ms-client-request-id": "4582af16393055298b43a3ed0af4e925", + "X-Processing-Time": "212ms" }, "ResponseBody": { - "id": "1638847872875" + "id": "1652099348658" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847871698?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099346256?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-080d058b6ad79b04b81b6a87385adcc2-c0c9d1d89b8d9b87-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "79a2b5b63e465c35d396e804148843db", + "traceparent": "00-cb04e308c2d2e9f6f43fd4b1814f7b32-0813cfc4b34bcd26-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "45a8ecb58ff019f54429fdbb1c3c2c58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,43 +924,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "CV1IvEhQiE2XF2xJSHKcuw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:08 GMT", + "MS-CV": "ti06QabExkqWUoqCgD3pbA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAADXvyQ5RWP6S7Dg8mnk7PpPV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FAl5YgAAAAAMl9xDgBbNTIu835sjg0OMRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "79a2b5b63e465c35d396e804148843db", - "X-Processing-Time": "66ms" + "x-ms-client-request-id": "45a8ecb58ff019f54429fdbb1c3c2c58", + "X-Processing-Time": "155ms" }, "ResponseBody": { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "4", - "version": "1638847871698", + "version": "1652099346256", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AvZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1%40thread.v2/messages/1638847871906?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aw_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1%40thread.v2/messages/1652099346665?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0a664e5be8719c4be1fd8d75c40ebe6d-fc69f51f5f6ffbb4-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "d1dc7e0564228added13bdb475e3e630", + "traceparent": "00-9e5d40f210638810d511da4ed5f241b7-223966d19c8ddf4d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "fbab6abfe8fcf25aa42d59d8016b62aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -974,43 +967,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "VAgHnhLdhkOyp80syBvcuQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:09 GMT", + "MS-CV": "q938EgOdZUexNIPI9F4OLw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAABlLVM6YyBYQZt1en3O/7G8V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FQl5YgAAAABomGoijLt8RIag\u002Bh7DFFBLRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d1dc7e0564228added13bdb475e3e630", - "X-Processing-Time": "101ms" + "x-ms-client-request-id": "fbab6abfe8fcf25aa42d59d8016b62aa", + "X-Processing-Time": "174ms" }, "ResponseBody": { - "id": "1638847871906", + "id": "1652099346665", "type": "html", "sequenceId": "3", - "version": "1638847871906", + "version": "1652099346665", "content": { "message": "Content for message 2" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872152?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099347063?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3bb82d3488c6bea1c6696da64e024ff2-eab47afa0b9e8ac1-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "f17eecd9e562d9f1f0c27eac06eb366c", + "traceparent": "00-45ee88fe769f5875dd56c20aaf04a12d-904eaab546245fd2-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9f8e907cf53686f3b96800073b6d394f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1018,43 +1010,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "5VUTQ3tQ00SVuXVNZWym5w.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:09 GMT", + "MS-CV": "ZJoZExPQiEe4aCRau\u002BFeDw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAABDzspYiuvFRolVapNZKeSdV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FQl5YgAAAAB8RC0gi4DkS4oiDvH0OaXuRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f17eecd9e562d9f1f0c27eac06eb366c", - "X-Processing-Time": "62ms" + "x-ms-client-request-id": "9f8e907cf53686f3b96800073b6d394f", + "X-Processing-Time": "162ms" }, "ResponseBody": { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872329?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099347458?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-81f7c20949f3b4626a5eedc74fa986e7-0b784bab8e80d8ae-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "fe8409e91be15262d7178b328081e7ef", + "traceparent": "00-ee8d9eec2ed1ee834f59b407b112f906-db8a233a6d7b97d1-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "a02e4b17ed48cc2892b5a0c3361d18d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1062,43 +1053,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "1sG9aEGO8EqTng/8FhNG3g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:09 GMT", + "MS-CV": "\u002Bx\u002BzJ0RCIk22ZaWvbc01ZQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAABlJaaUvFYKTYppOCyKZUTNV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FQl5YgAAAACFvZS4qU8rRrJzl/Z7H6PdRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "fe8409e91be15262d7178b328081e7ef", - "X-Processing-Time": "62ms" + "x-ms-client-request-id": "a02e4b17ed48cc2892b5a0c3361d18d9", + "X-Processing-Time": "145ms" }, "ResponseBody": { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872497?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099347800?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-df8b927155b27a0ea92cab1da04a7377-5e628d3eca83705d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "272ab7af52091f788c02e15fe6318402", + "traceparent": "00-acb2fed4de6cd7e4e5d685ac900a832b-917964e3f6bcc726-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "8b3e53c68daec92276244293e752b736", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1106,43 +1096,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "mXCRO/vqbkKGN9bvBMFHPw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:09 GMT", + "MS-CV": "4TMIsOkQXEaVCrkYwVaF7Q.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAAAMxcrHtxAvTJEbisLO\u002BYz2V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FQl5YgAAAABcTrYv0wdkQ671VsuDswYdRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "272ab7af52091f788c02e15fe6318402", - "X-Processing-Time": "80ms" + "x-ms-client-request-id": "8b3e53c68daec92276244293e752b736", + "X-Processing-Time": "149ms" }, "ResponseBody": { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872678?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099348228?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ec09acfb21e9617f413d3fcb471b1c6d-09cd5ba6fa072076-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "6ccb51dde85fbe4e8a2c194b5abf586e", + "traceparent": "00-4ed173905c1e9cfbabe06ab914615c90-d790f73c3f3ff033-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "b5c10af3c23c8f6167c10d805430509c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1150,43 +1139,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "e1GQUeoVk0SphT43b\u002B4VMQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:09 GMT", + "MS-CV": "Bb\u002BMz\u002BTVGkGQwKZYvbVurA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAADkL5329egtQLloA1dmz153V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0FQl5YgAAAACZRjSJb70qQoYGN432l9EQRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "6ccb51dde85fbe4e8a2c194b5abf586e", - "X-Processing-Time": "74ms" + "x-ms-client-request-id": "b5c10af3c23c8f6167c10d805430509c", + "X-Processing-Time": "162ms" }, "ResponseBody": { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872875?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099348658?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a2e896c783d3bd3fbd42460ad673911f-ecfc67ba60a4032b-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4ffc8edb0ec09662906471de3a026ba6", + "traceparent": "00-419cc935c1bdfa7149dbc8187e7f8572-7d1734095166ae1a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e8412750ae2e8aa128642924ab95e43f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1194,30 +1182,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "KjsXPY3EfESfZqHYPZPFPg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:10 GMT", + "MS-CV": "QZ4wI2WeLEOMXVKC29pZcQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAACg\u002BWJ3eqSNT4Q1\u002BhLXVZuHV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fgl5YgAAAACIeW9YkQw0Qas4KMdIjgMzRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4ffc8edb0ec09662906471de3a026ba6", - "X-Processing-Time": "63ms" + "x-ms-client-request-id": "e8412750ae2e8aa128642924ab95e43f", + "X-Processing-Time": "149ms" }, "ResponseBody": { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "9", - "version": "1638847872875", + "version": "1652099348658", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "metadata": { @@ -1230,14 +1217,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-3149b96b2557d606d2b0c8e9822aa32e-ff650f8a849c976d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "2f5588927ab5c78f686c9ddd392cc5cd", + "traceparent": "00-073f34fc1b413461f92d7cdd548aa4c7-80761855ae797a9c-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "2ccf6afe625c049cf1af23ec7fa27445", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1245,32 +1232,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:13 GMT", - "MS-CV": "5OHiwb/tpUC5TKZDd5jL5Q.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:10 GMT", + "MS-CV": "tQRZbj2bekO4Tl4nrWkXxQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAAAkxFphyAqlRJLc1gnqx45ZV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fgl5YgAAAABh0mDKEnt5RIs8kCtm7ZGHRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "2f5588927ab5c78f686c9ddd392cc5cd", - "X-Processing-Time": "74ms" + "x-ms-client-request-id": "2ccf6afe625c049cf1af23ec7fa27445", + "X-Processing-Time": "261ms" }, "ResponseBody": { "value": [ { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "9", - "version": "1638847872875", + "version": "1652099348658", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "metadata": { @@ -1282,134 +1268,134 @@ } }, { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "4", - "version": "1638847871698", + "version": "1652099346256", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, { - "id": "1638847871413", + "id": "1652099345770", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847871413", + "version": "1652099345770", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:11Z" + "createdOn": "2022-05-09T12:29:05Z" }, { - "id": "1638847870368", + "id": "1652099344068", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870368", + "version": "1652099344068", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" }, { - "id": "1638847870318", + "id": "1652099344003", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870318", + "version": "1652099344003", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -1417,9 +1403,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -1427,9 +1413,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -1437,26 +1423,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AvZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aw_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f72b432ed11b37dbde71715f0f4081bc-929195874359d339-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "578472aa3534cf42ee35dbfb766f8387", + "traceparent": "00-c27eb81440792c3e9a422b4c9b7ba120-517666366639d71f-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c043a5d3ce11450768368cd8983de3d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1464,63 +1450,62 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "1u8Bo7k\u002BI0W8Vwn98iJlLw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:10 GMT", + "MS-CV": "Qvn55SXTJEqbKjF2TuletQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gdWuYQAAAACBhseCU73uSZVjm1n/mMkeV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fgl5YgAAAAB2h4J3zdElS5BvKfRPWt6qRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "578472aa3534cf42ee35dbfb766f8387", - "X-Processing-Time": "104ms" + "x-ms-client-request-id": "c043a5d3ce11450768368cd8983de3d2", + "X-Processing-Time": "515ms" }, "ResponseBody": { "value": [ { - "id": "1638847871906", + "id": "1652099346665", "type": "html", "sequenceId": "3", - "version": "1638847871906", + "version": "1652099346665", "content": { "message": "Content for message 2" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, { - "id": "1638847870896", + "id": "1652099344736", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870896", + "version": "1652099344736", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" }, { - "id": "1638847870821", + "id": "1652099344681", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870821", + "version": "1652099344681", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -1528,9 +1513,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -1538,9 +1523,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -1548,26 +1533,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ad0a95d7471d5a0b2e2a88677c6f7e07-13f12352214a16c6-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "d1b972c0286a60b9ff34e65370855d63", + "traceparent": "00-519732bae239f67697d34232b87a725f-8ded3446b6908f2e-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "ea81cedc2461ed408b3cf77f8bb40a86", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1575,32 +1560,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "FUhCSAtczEuWntFrqZM0Qg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:11 GMT", + "MS-CV": "tRu6hAFRI0KXEf9VFflJvg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gtWuYQAAAACGlB41dkSIS5cniWnN63hYV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fwl5YgAAAAAqI/Y6MlmsTJ2HfPdnWxtfRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d1b972c0286a60b9ff34e65370855d63", - "X-Processing-Time": "64ms" + "x-ms-client-request-id": "ea81cedc2461ed408b3cf77f8bb40a86", + "X-Processing-Time": "168ms" }, "ResponseBody": { "value": [ { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "9", - "version": "1638847872875", + "version": "1652099348658", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "metadata": { @@ -1612,35 +1596,35 @@ } }, { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a6fef1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632010477cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a6fef1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632010477cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-cdd66b16ec1a5f9902b60fc9572ee9d3-4a14c7e08e723fa8-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c834a49f137d5c72468541809e9450f8", + "traceparent": "00-0e3fdfde6230452c77ce5eae5874d97f-713e30a73bfb4681-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "0550e4ef24522f2d6289c325d5c46cb3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1648,65 +1632,64 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "GgQSukQMH0Wzwq3wm12qfg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:11 GMT", + "MS-CV": "Y5p9gresL0ys6cIHgVwYOA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gtWuYQAAAABgu2VIHyYXTLi8V2SDr/h7V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fwl5YgAAAAA5g9YmFAWhSqcf/01LaegoRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c834a49f137d5c72468541809e9450f8", - "X-Processing-Time": "74ms" + "x-ms-client-request-id": "0550e4ef24522f2d6289c325d5c46cb3", + "X-Processing-Time": "279ms" }, "ResponseBody": { "value": [ { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e76320149fdf1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632010274cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e76320149fdf1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632010274cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-92b90a0706f41e512376b75c1de77b67-1fbceaa312a87a09-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c71c15e8f3738263b82358ff4eee5e68", + "traceparent": "00-b5ff41c42707b96d12b12439fd70bc21-e7a27ad1b3fabb26-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "b10f50cc8a20afe3655534d5d788bab3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1714,65 +1697,64 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "763yHQkQvUOf0Co2hMLrtw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:11 GMT", + "MS-CV": "ONRn7VvJIkyR1ho4fuyxuQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gtWuYQAAAACDxkPG\u002Byj\u002BRpfeKxOIzkaSV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Fwl5YgAAAAA8iDOOhaWDToMOU2Ms1voiRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c71c15e8f3738263b82358ff4eee5e68", - "X-Processing-Time": "85ms" + "x-ms-client-request-id": "b10f50cc8a20afe3655534d5d788bab3", + "X-Processing-Time": "285ms" }, "ResponseBody": { "value": [ { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "4", - "version": "1638847871698", + "version": "1652099346256", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201d2faf1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201506fcba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201d2faf1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201506fcba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d19ba83356292d16637f39e2de3fd526-eecb9648cf27318d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "d25c77d8bb3bad09005c8be4e638c16b", + "traceparent": "00-60606c3b3a77ad8d1d972e57e55bede3-8331532d28fe47f2-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "b3e8062cddecb880a15288d7611a18c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1780,63 +1762,62 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "Ilf\u002BQUphpU2AGAyp2zcHBQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:12 GMT", + "MS-CV": "IFKitBlXt0ufTOgMkfLK4w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gtWuYQAAAABu0lQyrK2QQrxbSzEFdGpWV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GAl5YgAAAABKONT7vPqxR4rYMWj9tpkzRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d25c77d8bb3bad09005c8be4e638c16b", - "X-Processing-Time": "110ms" + "x-ms-client-request-id": "b3e8062cddecb880a15288d7611a18c7", + "X-Processing-Time": "270ms" }, "ResponseBody": { "value": [ { - "id": "1638847871413", + "id": "1652099345770", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847871413", + "version": "1652099345770", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:11Z" + "createdOn": "2022-05-09T12:29:05Z" }, { - "id": "1638847870368", + "id": "1652099344068", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870368", + "version": "1652099344068", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a0f5f1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201c466cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a0f5f1927d0100006bfff1927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201c466cba880010000b278cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8801f36761f4c4405a9684945641f472-6430822b9c72a6bb-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "5a6beee49569abf041b10f5abb720d57", + "traceparent": "00-ea7301b029355e8fd57ebfa260976655-f4178da5c585b755-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "3ab243cf58a5656600a19ffcef5758d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1844,30 +1825,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:14 GMT", - "MS-CV": "EjD7YjaM8UGfAWGLW96DNA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:12 GMT", + "MS-CV": "i/4ImVfvI0u4dqmFswx\u002B1g.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0gtWuYQAAAAAnmCY4h\u002BbjTpXdsMv9JKgWV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GAl5YgAAAACpjLkGYND3SbtemleUNLh\u002BRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5a6beee49569abf041b10f5abb720d57", - "X-Processing-Time": "102ms" + "x-ms-client-request-id": "3ab243cf58a5656600a19ffcef5758d9", + "X-Processing-Time": "242ms" }, "ResponseBody": { "value": [ { - "id": "1638847870318", + "id": "1652099344003", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870318", + "version": "1652099344003", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -1875,9 +1855,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -1885,9 +1865,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -1895,28 +1875,28 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847871698?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099346256?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "47", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-0e5400ffbe03b4cac8de9bda2cb097d9-ae64317cc1036858-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "27a8d9277d372dbc0c6fc717687e9b80", + "traceparent": "00-18d5474540431e2936e2879998be7e49-d409775a0fdf5a40-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "cff80fcfb8dbeec7d05710ce010b4d4a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1925,26 +1905,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "M\u002BqzQW2BrUmFfDRaqxUFOA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:12 GMT", + "MS-CV": "l5RHH3Y4E0eNlUxSjt5FUw.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0gtWuYQAAAABc4e/BHKqlRaHrqln\u002Bl4kgV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GAl5YgAAAADHgNmtyfyyTZputwXFmcpmRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "27a8d9277d372dbc0c6fc717687e9b80", - "X-Processing-Time": "252ms" + "x-ms-client-request-id": "cff80fcfb8dbeec7d05710ce010b4d4a", + "X-Processing-Time": "394ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847871698?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099346256?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-664514bffe9707a99058b7c823df2e89-d402c985bcb8e1cc-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "601bec61038342fe87b0918aacaff18d", + "traceparent": "00-c72b91273f1b80df5972ce0865dba0ed-ac78a978c7b704dc-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "94056d3d80d5d30ea082b34b3d84c849", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1952,72 +1931,70 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "3d4jswDbB0KtfH\u002BBGVgJiw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:13 GMT", + "MS-CV": "Vhrz2D\u002BdcUKztNUbyJrrWg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0g9WuYQAAAAA5JpR2fdo5R40Hi9NVAgBfV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GQl5YgAAAABeEmKBVfjjRZennRRfox\u002BYRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "601bec61038342fe87b0918aacaff18d", - "X-Processing-Time": "59ms" + "x-ms-client-request-id": "94056d3d80d5d30ea082b34b3d84c849", + "X-Processing-Time": "127ms" }, "ResponseBody": { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "10", - "version": "1638847874942", + "version": "1652099353017", "content": { "message": "This is message 1 content updated" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, - "editedOn": "2021-12-07T03:31:14Z" + "editedOn": "2022-05-09T12:29:13Z" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847871698?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099346256?api-version=2021-09-07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-728b6611bbf89cfd962f781ceedcd719-f198c6a90d340c05-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "0dbd334e9a8f6633323e4efaced942c2", + "traceparent": "00-f99b88ae60d1d13ba230a2c8b196eb80-b0bfbac521ee6067-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "5208aef9482117eb7cc4694e489863f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "5Cflv4QoPkKiQR5QJKDp9A.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:13 GMT", + "MS-CV": "fb6ZSySMYES/5ErmCYqOqQ.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0g9WuYQAAAACvatch78pzQ5x7qkd95N62V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GQl5YgAAAACZQG0Gf3j4Q5/qvBHHArUgRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0dbd334e9a8f6633323e4efaced942c2", - "X-Processing-Time": "168ms" + "x-ms-client-request-id": "5208aef9482117eb7cc4694e489863f4", + "X-Processing-Time": "234ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872875?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099348658?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "238", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-5f8dfae33ad5f20316846438afc46a7e-509664b359fc6720-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "cef88e15ad5623d4da669f87ec32805c", + "traceparent": "00-a6355ad98155e0909aaa57242b8ef45a-bb3c6d41e59ecb15-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "82be5553c4514f0300252f58057bb04c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2033,26 +2010,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "qieHjzEx10Wq0gKVDjs\u002BXg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:13 GMT", + "MS-CV": "JxijZZpKTEueA9p\u002BALrwJQ.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0g9WuYQAAAACsInuHHVZcRKIr\u002BOJKio7BV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0GQl5YgAAAAB\u002B1IfjVyqiTYyyaqgtWJ5qRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "cef88e15ad5623d4da669f87ec32805c", - "X-Processing-Time": "238ms" + "x-ms-client-request-id": "82be5553c4514f0300252f58057bb04c", + "X-Processing-Time": "370ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847872875?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099348658?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-33a96901f0144df8de36a089af282aaf-c1861879f9bf501d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "34c8397d8ec1c6f0b9b52e45b50473ae", + "traceparent": "00-e544542f11162428e23b760f3e21e951-8b95985ad1b6feaf-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "53d4c68efb03f42881ee171116c08a07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2060,33 +2036,32 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "ZpuV6eZRSEedU/BSY8URMg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:13 GMT", + "MS-CV": "rhyQZHHwekG4CNVTGPG\u002B/w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0g9WuYQAAAAAvHz/u1DdMRojhT6coWdCiV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ggl5YgAAAACF/V7f6O3pTYzkeDFAyWA\u002BRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "34c8397d8ec1c6f0b9b52e45b50473ae", - "X-Processing-Time": "56ms" + "x-ms-client-request-id": "53d4c68efb03f42881ee171116c08a07", + "X-Processing-Time": "177ms" }, "ResponseBody": { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "12", - "version": "1638847875564", + "version": "1652099353879", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, - "editedOn": "2021-12-07T03:31:15Z", + "editedOn": "2022-05-09T12:29:13Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2096,14 +2071,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2ab8146c2b8b8fe4f4faaf370e1edde5-5a59ffb288ef3501-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "1d74ce6d22b7a0375f993229fbac79ff", + "traceparent": "00-e08db59425ef6ffbe34672401af24e38-f6b60e9fc3eec1d8-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e8f8be1f45c535f7abb851fc19921201", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2111,35 +2086,34 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:15 GMT", - "MS-CV": "atZmRbe7wUmkFvXZZHHPAg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:14 GMT", + "MS-CV": "RP/2KkudW0OfyxWdV4QZUw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0g9WuYQAAAABvobmUwVwkTpMqniBRF39LV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ggl5YgAAAABN7K4egPq3RboT1bdgKORLRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1d74ce6d22b7a0375f993229fbac79ff", - "X-Processing-Time": "82ms" + "x-ms-client-request-id": "e8f8be1f45c535f7abb851fc19921201", + "X-Processing-Time": "215ms" }, "ResponseBody": { "value": [ { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "12", - "version": "1638847875564", + "version": "1652099353879", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, - "editedOn": "2021-12-07T03:31:15Z", + "editedOn": "2022-05-09T12:29:13Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2148,135 +2122,135 @@ } }, { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "11", - "version": "1638847875284", + "version": "1652099353473", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, - "deletedOn": "2021-12-07T03:31:15Z" + "deletedOn": "2022-05-09T12:29:13Z" }, { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847871413", + "id": "1652099345770", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847871413", + "version": "1652099345770", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:11Z" + "createdOn": "2022-05-09T12:29:05Z" }, { - "id": "1638847870368", + "id": "1652099344068", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870368", + "version": "1652099344068", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" }, { - "id": "1638847870318", + "id": "1652099344003", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870318", + "version": "1652099344003", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -2284,9 +2258,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -2294,9 +2268,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -2304,26 +2278,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b42e628d5a06f777af748e9dab486a09-88501c720c91fdad-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "957cf2bd0e1087009e3115a17f8f6ed5", + "traceparent": "00-a8225eb2c0814c62ed543a581787fe2e-40a0002662b2266d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "81bf1d1310c357f02cca0163acf2383f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2331,23 +2305,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "/pUAOj5g/USdtmabDpZLyg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:14 GMT", + "MS-CV": "PPoNI59s60\u002B6LJqGkT\u002BL5Q.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0g9WuYQAAAAC44Xvm71ZLSKdoY8z9d2ytV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ggl5YgAAAAA2nxtQFKqtT6P0XqZXA5XaRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "957cf2bd0e1087009e3115a17f8f6ed5", - "X-Processing-Time": "55ms" + "x-ms-client-request-id": "81bf1d1310c357f02cca0163acf2383f", + "X-Processing-Time": "140ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -2355,9 +2328,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -2365,9 +2338,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -2377,24 +2350,25 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants/:add?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants/:add?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "179", + "Content-Length": "269", "Content-Type": "application/json", - "traceparent": "00-e8cae6e87a725ab725efe36c73105a5a-6e34d11792930e9a-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "1d19f1f263be5aa40228d5285bc7cb0d", + "traceparent": "00-2b8221b65e590348cb37eb77b2c73392-484a4f8f081ef432-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "4639279ac7824887ce9fa84ba92cdaee", "x-ms-return-client-request-id": "true" }, "RequestBody": { "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4" @@ -2405,37 +2379,37 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "g4Ugy8YBWkmZPXPo0Oo4Rw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:14 GMT", + "MS-CV": "n/FF2sQgE0K0k43\u002Bw5VDgA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAACp3THI6QTiTpd3u\u002BksxVQLV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ggl5YgAAAAC3OlDD6S9bRK/14X9inJUwRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1d19f1f263be5aa40228d5285bc7cb0d", - "X-Processing-Time": "189ms" + "x-ms-client-request-id": "4639279ac7824887ce9fa84ba92cdaee", + "X-Processing-Time": "310ms" }, "ResponseBody": {} }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants/:add?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants/:add?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "179", + "Content-Length": "269", "Content-Type": "application/json", - "traceparent": "00-e5ed4a081258f8eda50182854111d8d9-efe21194bfc3a9c9-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c2872e3bde885f9eceec7f850d9521d0", + "traceparent": "00-8fc803de633fcb3b39abf7516189b9b1-698fd046633ddddb-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "f9fd16db08010e44cda0bcfb449488b8", "x-ms-return-client-request-id": "true" }, "RequestBody": { "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5" @@ -2446,27 +2420,26 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "A008UPtYmkOwfC/I5LgI/w.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:15 GMT", + "MS-CV": "e7CX71u0ok2e\u002BYYAqkKzgA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAAAvQmkTbIosSK2FniSAex3wV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Gwl5YgAAAADVaZWl2G3mSaTtyYd/vA1IRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c2872e3bde885f9eceec7f850d9521d0", - "X-Processing-Time": "225ms" + "x-ms-client-request-id": "f9fd16db08010e44cda0bcfb449488b8", + "X-Processing-Time": "352ms" }, "ResponseBody": {} }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants?maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants?maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-600f20e06069e60f75c170b538754523-c67725fbc201d5a3-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "0a365d2b5b9259414d2192e838d82bd6", + "traceparent": "00-c1779011442e232388f89a9c173c74e2-ae70b83b4cfce01d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "f261117fcc594c7e9576b32468a5aeff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2474,23 +2447,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "JS0iiuAWaEOK3aS4\u002BkoAwg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:15 GMT", + "MS-CV": "BzR9PppZQEeHVVH2lB7BMg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAAAxeGn7QG4eTpt5StEG04LwV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Gwl5YgAAAAA4QtoLhu\u002BBTpfdUc7tteMyRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0a365d2b5b9259414d2192e838d82bd6", - "X-Processing-Time": "64ms" + "x-ms-client-request-id": "f261117fcc594c7e9576b32468a5aeff", + "X-Processing-Time": "165ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -2498,27 +2470,27 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", "shareHistoryTime": "1970-01-01T00:00:00Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6074e3682d50bf55219516a01d8180f7-dd8f135c84e24237-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "50660766ab07144d53b94fd1e41f4c6c", + "traceparent": "00-69f37dfca09d24267ee185756bc7f23a-827ed2436f16d56a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "958712ef3ff4913ee32a78e20a8c043a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2526,23 +2498,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "RGOc8Hrh00qpoO9U\u002B2QFuw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:15 GMT", + "MS-CV": "cKvObxvTNU2tItcYnEU5Og.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAACNQCH4Ujk1QIDBTGEMPp6ZV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Gwl5YgAAAAD2e7g63USvSKSN5IpniybERlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "50660766ab07144d53b94fd1e41f4c6c", - "X-Processing-Time": "57ms" + "x-ms-client-request-id": "958712ef3ff4913ee32a78e20a8c043a", + "X-Processing-Time": "140ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -2550,27 +2521,27 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", "shareHistoryTime": "1970-01-01T00:00:00Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e89181b7e2f2a8758d1eedaadb9fbf40-c0375a79a7a0b6c4-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "fefc0406c191df7aec2e75664bb526f5", + "traceparent": "00-f40c1ff6c5f63f1f0ea0e54f348eff22-8ffa88a2265d9ea7-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "97cbef16e8ca0f9598b1638a551fa628", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2578,23 +2549,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "qxxltNIKsUGPrTHJNc9XSQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:15 GMT", + "MS-CV": "dC0aqgNI3Eqythqpv2Th0w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAACKGV6rwdCNTIGmvXYo4Z5yV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Gwl5YgAAAAD7t4kgC9IfQpoL7yFB6sl0RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "fefc0406c191df7aec2e75664bb526f5", - "X-Processing-Time": "56ms" + "x-ms-client-request-id": "97cbef16e8ca0f9598b1638a551fa628", + "X-Processing-Time": "145ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5", @@ -2604,14 +2574,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-880361d3a9fb76bed5ffc9b341e42525-1f9708933e0f4c1c-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "061fa8c0d02f80c90f21b6d80b6f752e", + "traceparent": "00-bdd45955756d985a49f6333a34d9f224-50227d741a6c4c65-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "320bbdf2f20c40c4d3d00f2e549b4109", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2619,23 +2589,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:16 GMT", - "MS-CV": "\u002BaNlxNFvcUiKBgBetPkztQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:15 GMT", + "MS-CV": "Wq2iGBfgO06yLWdV3fgGew.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hNWuYQAAAADHTUGy76A7SpHaj6fW\u002BOogV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HAl5YgAAAAAn1iJzT251QKLZ1zHVLXxIRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "061fa8c0d02f80c90f21b6d80b6f752e", - "X-Processing-Time": "58ms" + "x-ms-client-request-id": "320bbdf2f20c40c4d3d00f2e549b4109", + "X-Processing-Time": "140ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -2643,9 +2612,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -2653,9 +2622,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -2663,9 +2632,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", @@ -2673,9 +2642,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5", @@ -2685,14 +2654,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6b7fa94191b1efb47fd0f257b9924a25-a01992e291e1fe79-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "33e126d52ddba4458d8663d936e7c99d", + "traceparent": "00-7a7e190e251a01efb1c2708ce428e704-41cf0de40360fc6b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "790e797216da06357c78fd43dbb43cc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2700,30 +2669,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "vKb9HImadkublUH1/Asg0A.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:16 GMT", + "MS-CV": "AbXFFZWkE06ZIOMK91Pt4A.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAAA/ZoxliVZUSrwTweofdcstV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HAl5YgAAAACgR/hMfwkPRaFJ4RbtiAT1RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "33e126d52ddba4458d8663d936e7c99d", - "X-Processing-Time": "76ms" + "x-ms-client-request-id": "790e797216da06357c78fd43dbb43cc3", + "X-Processing-Time": "225ms" }, "ResponseBody": { "value": [ { - "id": "1638847876503", + "id": "1652099355338", "type": "participantAdded", "sequenceId": "14", - "version": "1638847876503", + "version": "1652099355338", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5", @@ -2731,26 +2699,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:16Z" + "createdOn": "2022-05-09T12:29:15Z" }, { - "id": "1638847876232", + "id": "1652099354921", "type": "participantAdded", "sequenceId": "13", - "version": "1638847876232", + "version": "1652099354921", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", @@ -2758,31 +2726,31 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:16Z" + "createdOn": "2022-05-09T12:29:14Z" }, { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "12", - "version": "1638847875564", + "version": "1652099353879", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, - "editedOn": "2021-12-07T03:31:15Z", + "editedOn": "2022-05-09T12:29:13Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2791,136 +2759,136 @@ } }, { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "11", - "version": "1638847875284", + "version": "1652099353473", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, - "deletedOn": "2021-12-07T03:31:15Z" + "deletedOn": "2022-05-09T12:29:13Z" }, { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847871413", + "id": "1652099345770", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847871413", + "version": "1652099345770", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:11Z" + "createdOn": "2022-05-09T12:29:05Z" }, { - "id": "1638847870368", + "id": "1652099344068", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870368", + "version": "1652099344068", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a0f5f1927d010000970df2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201c466cba880010000ca92cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201a0f5f1927d010000970df2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e763201c466cba880010000ca92cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-588e5e4d8c1ee8817e4eb3d63333a9ac-29d69075f51f1967-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "3b105a9346ff363d3b7cee6f0aa1d37c", + "traceparent": "00-949d5db87eb14c3d2b3e4bd3463c1dcf-3f285c8ab380a646-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "4df04f84d180232d2a8bc4fad966bbfc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2928,30 +2896,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "ReodCqwLhkeoLKCtrPd1Ew.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:16 GMT", + "MS-CV": "vqGdudJojUGmbUlZr75cJg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAADueBGeZ\u002BIcR6M12WXJo4f3V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HAl5YgAAAACn5A1DjBZuQ4rjKamA6qv7RlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3b105a9346ff363d3b7cee6f0aa1d37c", - "X-Processing-Time": "75ms" + "x-ms-client-request-id": "4df04f84d180232d2a8bc4fad966bbfc", + "X-Processing-Time": "240ms" }, "ResponseBody": { "value": [ { - "id": "1638847870318", + "id": "1652099344003", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870318", + "version": "1652099344003", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -2959,9 +2926,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -2969,9 +2936,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -2979,58 +2946,58 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants/:remove?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants/:remove?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "110", + "Content-Length": "200", "Content-Type": "application/json", - "traceparent": "00-ff08ce7e40918814971799fec4b967db-cf0466937f341ec7-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "249146b8f2d49319637a78a86cef4927", + "traceparent": "00-4c29795c8e0c5c64b97bd2ba50cbb592-8d2686a6a8195550-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "dc185a6f2c10db4e8704b594f580641f", "x-ms-return-client-request-id": "true" }, "RequestBody": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "bT0AlhGjdEaqb3ro/fhcfQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:16 GMT", + "MS-CV": "73vB9MQ6oUS2QvIzHPW71w.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0hdWuYQAAAABDMZ/bu9PUSonEBGSZ2qXbV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HAl5YgAAAADYblbAPcM4Q69n1YaTfbVfRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "249146b8f2d49319637a78a86cef4927", - "X-Processing-Time": "212ms" + "x-ms-client-request-id": "dc185a6f2c10db4e8704b594f580641f", + "X-Processing-Time": "320ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dcf9ea28b635bbbc02d9fbef8d4bb15b-ac201e016e4c96af-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "b1451958395f8e2ee9abf85f3ed69aeb", + "traceparent": "00-b7fa544f86becb51d6ebc4b8041048a8-4a10688d5adf8182-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "04aa4b93f3aba0894beb4e4e523b2d15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3038,23 +3005,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "n1Qo35bZVkGRy9fv2jDXTA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:16 GMT", + "MS-CV": "vb/5XB8G\u002Bk6mqeMn9eLZ3A.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAADivigXNXq9T5gNV0Ms1QA8V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HQl5YgAAAABN8GpPUfJiS7MmA5OvPTMuRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b1451958395f8e2ee9abf85f3ed69aeb", - "X-Processing-Time": "67ms" + "x-ms-client-request-id": "04aa4b93f3aba0894beb4e4e523b2d15", + "X-Processing-Time": "146ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -3062,9 +3028,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -3072,9 +3038,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -3082,9 +3048,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5", @@ -3094,14 +3060,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2506d8a3fd47ddfb88b73940ec963c24-8dac0480a6ffdd1d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ef20e6b2a456a0c8417dd884cd94c94b", + "traceparent": "00-e3febc1646cc0a1fda18e374794d70e6-76749b63aab133d8-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "81d300bd5f9c57b20114c57b1b992daa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3109,30 +3075,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "MwVu4YT5WkSPrr95sPXqow.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:17 GMT", + "MS-CV": "l14V1cjw2EyOlTTkfUej7w.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAADkFFwdShNmSpr3o4e4VxymV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HQl5YgAAAABDFHgz8c7SSp2MIa4da5ecRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ef20e6b2a456a0c8417dd884cd94c94b", - "X-Processing-Time": "75ms" + "x-ms-client-request-id": "81d300bd5f9c57b20114c57b1b992daa", + "X-Processing-Time": "157ms" }, "ResponseBody": { "value": [ { - "id": "1638847877375", + "id": "1652099356917", "type": "participantRemoved", "sequenceId": "15", - "version": "1638847877375", + "version": "1652099356917", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", @@ -3140,26 +3105,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:17Z" + "createdOn": "2022-05-09T12:29:16Z" }, { - "id": "1638847876503", + "id": "1652099355338", "type": "participantAdded", "sequenceId": "14", - "version": "1638847876503", + "version": "1652099355338", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9847-2c8a-084822000c44" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-05f1-570c-113a0d00edbf" } }, "displayName": "user5", @@ -3167,26 +3132,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:16Z" + "createdOn": "2022-05-09T12:29:15Z" }, { - "id": "1638847876232", + "id": "1652099354921", "type": "participantAdded", "sequenceId": "13", - "version": "1638847876232", + "version": "1652099354921", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", @@ -3194,31 +3159,31 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:16Z" + "createdOn": "2022-05-09T12:29:14Z" }, { - "id": "1638847872875", + "id": "1652099348658", "type": "html", "sequenceId": "12", - "version": "1638847875564", + "version": "1652099353879", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, - "editedOn": "2021-12-07T03:31:15Z", + "editedOn": "2022-05-09T12:29:13Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -3227,120 +3192,120 @@ } }, { - "id": "1638847871698", + "id": "1652099346256", "type": "text", "sequenceId": "11", - "version": "1638847875284", + "version": "1652099353473", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:11Z", + "createdOn": "2022-05-09T12:29:06Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, - "deletedOn": "2021-12-07T03:31:15Z" + "deletedOn": "2022-05-09T12:29:13Z" }, { - "id": "1638847872678", + "id": "1652099348228", "type": "html", "sequenceId": "8", - "version": "1638847872678", + "version": "1652099348228", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:08Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872497", + "id": "1652099347800", "type": "text", "sequenceId": "7", - "version": "1638847872497", + "version": "1652099347800", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872329", + "id": "1652099347458", "type": "html", "sequenceId": "6", - "version": "1638847872329", + "version": "1652099347458", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847872152", + "id": "1652099347063", "type": "text", "sequenceId": "5", - "version": "1638847872152", + "version": "1652099347063", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:12Z", + "createdOn": "2022-05-09T12:29:07Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } } }, { - "id": "1638847871413", + "id": "1652099345770", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847871413", + "version": "1652099345770", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:11Z" + "createdOn": "2022-05-09T12:29:05Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201b5f9f1927d010000ff10f2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632016a6dcba880010000f598cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2/messages?syncState=3e3900000031393a39355958766f6a6e704c4365646b314d75646161686d7661556142675f61365a7a43686b6251355743506331407468726561642e763201b5f9f1927d010000ff10f2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2/messages?syncState=3e3900000031393a5f337430534a34794e32497832634b5f7471664b5f5556477a6762673455344a5372727334364c7533583431407468726561642e7632016a6dcba880010000f598cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-14391f26b12992b53a1449a6e10e5e52-29aa1b8b8636a1b9-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "f116c732225c7f1d18023b29faba548c", + "traceparent": "00-a8835148f41c4ce4d3e31143dcd08cf8-f9c0377a92cbc75c-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "8d66a526b7bc7c50d1779125deff884c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3348,46 +3313,45 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:17 GMT", - "MS-CV": "sWXe405cVEKeVGQywMRh6g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:17 GMT", + "MS-CV": "53pYZ5u1nkmOYLaK\u002BiGtjQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAAAboCkgWcvDR4ri/pYOe1YWV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HQl5YgAAAACmSrxWs9MdSbxkpT21H/4zRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f116c732225c7f1d18023b29faba548c", - "X-Processing-Time": "72ms" + "x-ms-client-request-id": "8d66a526b7bc7c50d1779125deff884c", + "X-Processing-Time": "269ms" }, "ResponseBody": { "value": [ { - "id": "1638847870368", + "id": "1652099344068", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847870368", + "version": "1652099344068", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" }, { - "id": "1638847870318", + "id": "1652099344003", "type": "participantAdded", "sequenceId": "1", - "version": "1638847870318", + "version": "1652099344003", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } }, "displayName": "user1", @@ -3395,9 +3359,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-966e-2c8a-084822000c41" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fdbb-570c-113a0d00edbb" } }, "displayName": "user2", @@ -3405,9 +3369,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-9709-2c8a-084822000c42" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0076-570c-113a0d00edbc" } }, "displayName": "user3", @@ -3415,26 +3379,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:10Z" + "createdOn": "2022-05-09T12:29:04Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/messages/1638847877375?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/messages/1652099356917?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-823adbfa725994b1010fc017d9b80a6e-53e9afa424c1475e-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "85f58de05acfb4d150a570e160aac055", + "traceparent": "00-81f0f1237e926223bba71e49fa03cf18-2a8afa324bc907c1-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "f4d69fd7e2ad3482985202962d0d84b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3442,28 +3406,27 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:18 GMT", - "MS-CV": "XPDpuI2/dUO6zQe44/KdLg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:17 GMT", + "MS-CV": "X0vAF1dKi0\u002BpD0zZaNQw/Q.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0hdWuYQAAAAAb9jFdtmeNQKEKR9ESsLA/V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0HQl5YgAAAABHZ6foEUAJQotYAU8MO3VARlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "85f58de05acfb4d150a570e160aac055", - "X-Processing-Time": "151ms" + "x-ms-client-request-id": "f4d69fd7e2ad3482985202962d0d84b1", + "X-Processing-Time": "140ms" }, "ResponseBody": { - "id": "1638847877375", + "id": "1652099356917", "type": "participantRemoved", "sequenceId": "15", - "version": "1638847877375", + "version": "1652099356917", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-97a5-2c8a-084822000c43" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-0335-570c-113a0d00edbe" } }, "displayName": "user4", @@ -3471,26 +3434,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-95db-2c8a-084822000c40" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ac-fac7-69ff-9c3a0d00f70b" } } }, - "createdOn": "2021-12-07T03:31:17Z" + "createdOn": "2022-05-09T12:29:16Z" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/typing?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/typing?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-ba46e3db148875ca13509bafe4e249c2-5a99c6d775803972-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "772cace1a8c0908fc9a0d753689fa586", + "traceparent": "00-6c8face7421691508debec3606c2a3dc-ef25d18f372a746d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "ad27a4bda0d40559af56b024ce8c7902", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, @@ -3498,28 +3461,27 @@ "ResponseHeaders": { "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Length": "0", - "Date": "Tue, 07 Dec 2021 03:31:18 GMT", - "MS-CV": "pcnBmKPreE2WuhnsHjW3mA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:17 GMT", + "MS-CV": "PYPY0qtyBEKzdGWboaupQg.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0htWuYQAAAACyv\u002B7mv8h3SoCGDJIe7y59V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Hgl5YgAAAABGG6T2oW7VS5ebHKrcAsfjRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "772cace1a8c0908fc9a0d753689fa586", - "X-Processing-Time": "113ms" + "x-ms-client-request-id": "ad27a4bda0d40559af56b024ce8c7902", + "X-Processing-Time": "171ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2/typing?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2/typing?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "42", "Content-Type": "application/json", - "traceparent": "00-dc72d61de918570c4912ddd94a87b711-40edecd2e6f81f38-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "40a34b28449ed87cf561a0b6b23c1f6d", + "traceparent": "00-b13712cab10e3beb742d946ea3f740c9-c870550ad45f047a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "7ba4798b39c244fc2232f46ab4ba4ec3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -3529,26 +3491,25 @@ "ResponseHeaders": { "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Length": "0", - "Date": "Tue, 07 Dec 2021 03:31:18 GMT", - "MS-CV": "Ue\u002BDEhQkN0eZ5jprKE/Kxw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:18 GMT", + "MS-CV": "yPppcqKGW0O03Qs8J\u002BgdtQ.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0htWuYQAAAACudSbyX/VQQYkSQr0DYlC9V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Hgl5YgAAAAB6zFqrWhnGSpHd5SEEdXPHRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "40a34b28449ed87cf561a0b6b23c1f6d", - "X-Processing-Time": "102ms" + "x-ms-client-request-id": "7ba4798b39c244fc2232f46ab4ba4ec3", + "X-Processing-Time": "191ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f3ad959bd978902a68576d47b7c6b999-efba157909d31f82-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4e47e642dd8d37ccfe65bc2e837d4cb0", + "traceparent": "00-482ac9d7ba404a079b6f74e4b4bb98ab-03e4c2737a98d65c-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "3a68dff2dbd7377746d14456325e650b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3556,60 +3517,58 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:18 GMT", - "MS-CV": "0IlVSy9We0\u002BIXx7gME9q8g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:19 GMT", + "MS-CV": "4cF3WWmmdEquRAAx6dDMyg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0htWuYQAAAADTPXDBjyd4TYcJ5WsnDZFOV1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Hgl5YgAAAACMh\u002BIyfrEBTKt92MtE4VmyRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4e47e642dd8d37ccfe65bc2e837d4cb0", - "X-Processing-Time": "78ms" + "x-ms-client-request-id": "3a68dff2dbd7377746d14456325e650b", + "X-Processing-Time": "828ms" }, "ResponseBody": { "value": [ { - "id": "19:95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1@thread.v2", + "id": "19:_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41@thread.v2", "topic": "Updated topic - C# sdk", - "lastMessageReceivedOn": "2021-12-07T03:31:16Z" + "lastMessageReceivedOn": "2022-05-09T12:29:15Z" }, { - "id": "19:vZlMYNHxbpmXDVz6niVjH-VAxg_mrUDVnIluHHA7J9I1@thread.v2", + "id": "19:w_fbaOjwigF3thx6wLDoy6xeJ7vyu29D4M1gGdHbkNA1@thread.v2", "topic": "Thread async from C# sdk", - "lastMessageReceivedOn": "2021-12-07T03:31:11Z" + "lastMessageReceivedOn": "2022-05-09T12:29:06Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3A95YXvojnpLCedk1MudaahmvaUaBg_a6ZzChkbQ5WCPc1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A_3t0SJ4yN2Ix2cK_tqfK_UVGzgbg4U4JSrrs46Lu3X41%40thread.v2?api-version=2021-09-07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e2d2e40cb1184f4e6dde68828819238d-0207e7c0682e0f06-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "14b8e90080069db72f54815e08d8de8c", + "traceparent": "00-e81050ff3ef049c2dca07dca93508546-b084e3877d8f5a32-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "b40a00d9086883efa7e38aa2abee51f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:18 GMT", - "MS-CV": "91S4D1SdakabrU2L3tE3Qg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:19 GMT", + "MS-CV": "v4QauiLyg0yFiJDNfpzKaQ.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0htWuYQAAAAB8kd0iCuWVSp3qvS/WPUw1V1NURURHRTA4MTMAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Hwl5YgAAAADTJIyt\u002BmYfQYzfXOHIea0oRlJBMjMxMDUwNDE4MDIxADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "14b8e90080069db72f54815e08d8de8c", - "X-Processing-Time": "154ms" + "x-ms-client-request-id": "b40a00d9086883efa7e38aa2abee51f5", + "X-Processing-Time": "248ms" }, "ResponseBody": null } ], "Variables": { - "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://jolovcommunication-communication.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1646357482" + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://petr-acs-tests-cs.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "303835753" } } diff --git a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_TAsync.json b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_TAsync.json index e754a54789e1a..33966f17c493e 100644 --- a/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_TAsync.json +++ b/sdk/communication/Azure.Communication.Chat/tests/SessionRecords/ChatClientsLiveTests/Thread_CGUD__Participant_AUR__Message_GSU__Notification_TAsync.json @@ -1,54 +1,54 @@ { "Entries": [ { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-9b16244cc546b6f5411d0dde8f57502b-c88592a695c21a67-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "3c98a14909a14073ceb08c69346a7c96", + "traceparent": "00-4357c7aaf8e0ae1641953f07b6638faa-ba9bffe0fd23f561-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "cb3274f9c5e4c4deb721126db51d5665", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:21 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "ssax8AfD9ECmJ525Fq7\u002BAA.0", + "Date": "Mon, 09 May 2022 12:29:26 GMT", + "MS-CV": "iIK9eL1INEmhtW/JRr59ag.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAAAAyU2nm8/VS6jAqV6b9Ri/V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0JQl5YgAAAAA6XketvpZVQ6Xw\u002BnOSdv/sRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3c98a14909a14073ceb08c69346a7c96", - "X-Processing-Time": "25ms" + "x-ms-client-request-id": "cb3274f9c5e4c4deb721126db51d5665", + "X-Processing-Time": "105ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-5d20e8ac2eb8043ca74b815650e81eb5-41c5206d657ca2d8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "8ae18cb3b714374ef7739f5c8c716160", + "traceparent": "00-3b68e768237673fd3768bcd8d73ab040-be4580c796159b7c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "f9c37532daf616c9664c17b90647af70", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:22 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -58,72 +58,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", - "Content-Length": "68", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", + "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "VTUlNcJmrUOrT7Cl9XUXIQ.0", + "Date": "Mon, 09 May 2022 12:29:26 GMT", + "MS-CV": "bvgGnUi8DkWCLiaVctsX\u002Bg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAAC6qRvuNcakSrXQ3TrvqtSZV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Jgl5YgAAAAB0XiKpo989R5s1r9G5tBgmRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "8ae18cb3b714374ef7739f5c8c716160", - "X-Processing-Time": "31ms" + "x-ms-client-request-id": "f9c37532daf616c9664c17b90647af70", + "X-Processing-Time": "160ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:24.165064\u002B00:00" + "expiresOn": "2022-05-10T12:29:26.5205882\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-b4c7441e728a4fedbb4318682ca15f36-cd40487338d80ad8-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "82152a6df3d3bc8e4680ed44e11c6c0d", + "traceparent": "00-f080e5107311feb4effcc95a67f219b0-071fd16ecbdba699-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "ea46eaca6956fa1b405f50c76ae00f03", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:22 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "EkRO8WJCAkiJ\u002BnHdrDschA.0", + "Date": "Mon, 09 May 2022 12:29:26 GMT", + "MS-CV": "oSe2NyZz602AEH\u002Bizd3Fww.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAADWCe/AAvqhRJuOfkt0dTuBV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Jgl5YgAAAADpcbP2qxE1RarJ/TXFUgSVRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "82152a6df3d3bc8e4680ed44e11c6c0d", - "X-Processing-Time": "34ms" + "x-ms-client-request-id": "ea46eaca6956fa1b405f50c76ae00f03", + "X-Processing-Time": "91ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-68c01e813b36df9962b7bb512481fc91-779b2507d002462d-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "163aa0a7920891a05360452e6a17b35d", + "traceparent": "00-c718892ec26668b4276917748f5dddf0-31b0d2b41d84ccc7-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "7f4566025ea51e66ab1c6598ad25be70", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:23 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -133,72 +133,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "OYg34LqhJ0KC6sygqrf2GQ.0", + "Date": "Mon, 09 May 2022 12:29:27 GMT", + "MS-CV": "Eo7o3AE7nEWHHLWWvoCfaQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAADw2aPxtg7rQ5lxqbQrV70PV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Jgl5YgAAAAAVCegK2X2LRa9sFV98adC2RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "163aa0a7920891a05360452e6a17b35d", - "X-Processing-Time": "32ms" + "x-ms-client-request-id": "7f4566025ea51e66ab1c6598ad25be70", + "X-Processing-Time": "164ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:24.3227614\u002B00:00" + "expiresOn": "2022-05-10T12:29:27.2306629\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-5996bb2f251f9a859fb571ef5013fd72-6b903df514fbcea0-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "0afb2c4ef954bfc3fe244394c90956da", + "traceparent": "00-34b64e2284467a08123276446203a0a6-39309856d2db483c-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "cba3a1726bd7c80e59c8b9978a01ab85", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:23 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "WjLhew\u002BLfEGQu4\u002BjBdakHQ.0", + "Date": "Mon, 09 May 2022 12:29:27 GMT", + "MS-CV": "ZXp\u002Bf4GsW0mooCn4HO\u002BPGQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAAA6Odiv7YRUR5DJZXvU786CV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Jwl5YgAAAAC\u002BtP2nRDZGQZpb5hRM67hrRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0afb2c4ef954bfc3fe244394c90956da", - "X-Processing-Time": "37ms" + "x-ms-client-request-id": "cba3a1726bd7c80e59c8b9978a01ab85", + "X-Processing-Time": "92ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-c3450325681f08f20869df144f5b9ae5-7642666f63fc21da-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ecb491074a36db578a832f73ae5f522e", + "traceparent": "00-9b679137d74a54100dfc4db6e1c6eda1-e5faad34143ee309-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9fb7143c2f026bcb84273f3a04834c1b", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:23 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -208,72 +208,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", - "Content-Length": "69", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", + "Content-Length": "67", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "p8THwbIED0KrEFUDUAZ\u002BsA.0", + "Date": "Mon, 09 May 2022 12:29:28 GMT", + "MS-CV": "duHDDpksqEqnFQD0voPJ8A.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAABlEPdSCjyDTaN9yQTaE4fgV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Jwl5YgAAAADrHoZTT\u002B1cTJzd0WN0yAvpRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ecb491074a36db578a832f73ae5f522e", - "X-Processing-Time": "34ms" + "x-ms-client-request-id": "9fb7143c2f026bcb84273f3a04834c1b", + "X-Processing-Time": "160ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:24.4903997\u002B00:00" + "expiresOn": "2022-05-10T12:29:28.19577\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-8a158059453f6b42358cd1c44b225517-8edc321f6eea2632-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "b5f590cc6120adb9dd7a18e34e0bc849", + "traceparent": "00-882b1b4332f165c1fa1fbf5d18d395d9-68e3a7179fb521b8-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c954e0a1443d972b577c25dca5cf94a9", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:24 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "N1/peIhtuEOycwxRIDdPFQ.0", + "Date": "Mon, 09 May 2022 12:29:28 GMT", + "MS-CV": "0V6/OY7LIEmoUYl/PDB\u002Brg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAACd2z1nYU7JSbOT1f\u002BHQz3UV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0KAl5YgAAAACDv\u002BYCn7ahSb9wL7yLMWNeRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b5f590cc6120adb9dd7a18e34e0bc849", - "X-Processing-Time": "63ms" + "x-ms-client-request-id": "c954e0a1443d972b577c25dca5cf94a9", + "X-Processing-Time": "88ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-e2f0dbd258a5c5fde1ddde57fa2e9721-fc1d1b9ee0bdfdd5-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "d8276a0ac7620326d42080d0ca50109e", + "traceparent": "00-dc191485979061d3a2ab12d533e92396-0adb1bde383aa072-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "985bdf701e6d426dd53746b02bd4c4d6", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:24 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -283,72 +283,72 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:23 GMT", - "MS-CV": "WaQnRCxvsEqNNoaZoMdJtg.0", + "Date": "Mon, 09 May 2022 12:29:28 GMT", + "MS-CV": "XyV22/5CxkGn663LLbVaGg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAACfT1VBVnEJTY56ZBFvVVpXV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0KAl5YgAAAACcXkh/vHuHT4ifzeJirXbIRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "d8276a0ac7620326d42080d0ca50109e", - "X-Processing-Time": "32ms" + "x-ms-client-request-id": "985bdf701e6d426dd53746b02bd4c4d6", + "X-Processing-Time": "159ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:24.6832477\u002B00:00" + "expiresOn": "2022-05-10T12:29:28.8847993\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-91025a0fe115ce1f7bf9f9d5222044f2-8cbdf62a75d680ec-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "39c814d2a113a5b9d8070ebb32748c7e", + "traceparent": "00-bec86016d9afa54f7b3bdab32ba0e761-5f021e1b69947e16-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "aaf59d7ce2adf848e92047850aefc6b5", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:25 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, "StatusCode": 201, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "101", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:24 GMT", - "MS-CV": "6IIWKeNy7UqhQDRytJunrg.0", + "Date": "Mon, 09 May 2022 12:29:29 GMT", + "MS-CV": "QYM79vcbe0i3PZO5hOyjDQ.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAACdyqOfxaAyTqP4vbn2P9JFV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0KAl5YgAAAAADaPtWPlJaR65WEF30SdavRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "39c814d2a113a5b9d8070ebb32748c7e", - "X-Processing-Time": "23ms" + "x-ms-client-request-id": "aaf59d7ce2adf848e92047850aefc6b5", + "X-Processing-Time": "87ms" }, "ResponseBody": { "identity": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/identities/8%3Aacs%3A95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400/:issueAccessToken?api-version=2021-03-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/identities/8%3Aacs%3Adb5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917/:issueAccessToken?api-version=2021-03-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "19", "Content-Type": "application/json", - "traceparent": "00-101985233d963f380ad9289c71a219b6-cc1b17cc26ec22fb-00", - "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20211206.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4468e5bb7a3804cc69f2e000e1e8e28c", + "traceparent": "00-789768cc9cd0ec00216443d75fb53910-e2ec6b427d7f13d9-00", + "User-Agent": "azsdk-net-Communication.Identity/1.1.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "24c99592b32782ae7212f405fd7b6b83", "x-ms-content-sha256": "Sanitized", - "x-ms-date": "Tue, 07 Dec 2021 03:31:24 GMT", + "x-ms-date": "Mon, 09 May 2022 12:29:25 GMT", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -358,35 +358,35 @@ }, "StatusCode": 200, "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-03-31-preview1, 2021-10-31-preview, 2021-11-01", + "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01", "Content-Length": "69", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:24 GMT", - "MS-CV": "2BJ/AgDVfEa9iJF4/Upc5Q.0", + "Date": "Mon, 09 May 2022 12:29:29 GMT", + "MS-CV": "qSrXD2cErk2i18FrO4Y0mg.2.0", "Request-Context": "appId=", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jNWuYQAAAABPDqsh3TjnSrGqiVkBJFr5V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0KQl5YgAAAADWjUbiUUJrQJNy9tsB50L9RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4468e5bb7a3804cc69f2e000e1e8e28c", - "X-Processing-Time": "29ms" + "x-ms-client-request-id": "24c99592b32782ae7212f405fd7b6b83", + "X-Processing-Time": "163ms" }, "ResponseBody": { "token": "Sanitized", - "expiresOn": "2021-12-08T03:31:24.8350462\u002B00:00" + "expiresOn": "2022-05-10T12:29:29.5811504\u002B00:00" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "536", + "Content-Length": "806", "Content-Type": "application/json", "repeatability-request-id": "contoso-C0A747F1-6245-4307-8267-B974340677DC", - "traceparent": "00-005fe24147e5c325c2dad53da099e27b-8ade15d369be5c82-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "39117a6a8e436935b081ff5bb86ad160", + "traceparent": "00-ecdd0fbf64b4c6c3df1c297f7b916230-d9e3fe70625eb45b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "075f4eb8ead98efc9762af4dd7e838e5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -394,24 +394,27 @@ "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3" @@ -422,43 +425,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:24 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2", - "MS-CV": "3/YHa4M5HkWUxN4EcBYxHQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:30 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2", + "MS-CV": "EOnnaL/FZkmcKr8I56OUKA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0jNWuYQAAAABQLqXFB4SSSKIWSe/FTG\u002BIV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0KQl5YgAAAAAESW\u002BV6qmFSJVYqa/hjcPDRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "39117a6a8e436935b081ff5bb86ad160", - "X-Processing-Time": "820ms" + "x-ms-client-request-id": "075f4eb8ead98efc9762af4dd7e838e5", + "X-Processing-Time": "697ms" }, "ResponseBody": { "chatThread": { - "id": "19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2", + "id": "19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2", "topic": "Thread async from C# sdk", - "createdOn": "2021-12-07T03:31:25Z", + "createdOn": "2022-05-09T12:29:29Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "536", + "Content-Length": "806", "Content-Type": "application/json", "repeatability-request-id": "contoso-D0A747F1-6245-4307-8267-B974340677DD", - "traceparent": "00-3ce726f658ebbe03bb21173a46b75850-06d3422dabaa99c7-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "e4150293cce7576548c3d021c0b9c4f0", + "traceparent": "00-6f5a90df60785bc427a8d0d75018b5ea-08c0e34a03c6351a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "951d9171a00ac8aeef73379bed42fa6d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -466,24 +468,27 @@ "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2" }, { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3" @@ -494,40 +499,39 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:25 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AgCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1@thread.v2", - "MS-CV": "JzPHKHGvIkiBGA/mQSTdUA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:31 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81@thread.v2", + "MS-CV": "zydyl62ADUy4jltKQcddIg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0jdWuYQAAAADJGW/r0jbZTIFjrWfZxHBbV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Kgl5YgAAAABfq7qC2xLsSLcusrhSRpFkRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e4150293cce7576548c3d021c0b9c4f0", - "X-Processing-Time": "436ms" + "x-ms-client-request-id": "951d9171a00ac8aeef73379bed42fa6d", + "X-Processing-Time": "641ms" }, "ResponseBody": { "chatThread": { - "id": "19:gCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1@thread.v2", + "id": "19:7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81@thread.v2", "topic": "Thread async from C# sdk", - "createdOn": "2021-12-07T03:31:25Z", + "createdOn": "2022-05-09T12:29:30Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ac503379add81c85e04fc3b533e8ef0a-d96780b889576929-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "b751812453622c3ab0ff94b67a714bfe", + "traceparent": "00-37cca7786d9e65fc48c4a10123266586-428a7656e56158ea-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "bbcdc4b4be90a8db993b8cc50460ab8a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -535,23 +539,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:25 GMT", - "MS-CV": "leRRasD1/EyP6pJcurck0Q.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:31 GMT", + "MS-CV": "tdjIdS/e2EiFtd/p9I6pIg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0jtWuYQAAAABMF8SxYdYATaum2iY/wTk6V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Kwl5YgAAAAAZJvRiHwOGRr0hgj\u002B/4rAcRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b751812453622c3ab0ff94b67a714bfe", - "X-Processing-Time": "343ms" + "x-ms-client-request-id": "bbcdc4b4be90a8db993b8cc50460ab8a", + "X-Processing-Time": "109ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -559,9 +562,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -569,9 +572,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -581,16 +584,16 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "34", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-bf23fa1292c1028425cf278cf7eefe2e-cbfe2538b6f27c54-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "df6c8020fed39da514b9f080be13a8f6", + "traceparent": "00-9dc6a423d4c1e39983c51b27eb168b45-630739d23273cec0-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "6b930fd9d55e18789f971766b260a055", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -599,26 +602,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:26 GMT", - "MS-CV": "umNi2oYQvUiLn0y7NcrudA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:31 GMT", + "MS-CV": "BySw/5JUQUWfO7Ju61Ponw.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0jtWuYQAAAABfWng888qxTa0Hl3VZlfdzV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Kwl5YgAAAAC0o/cJByooRZ8wlUUQhggTRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "df6c8020fed39da514b9f080be13a8f6", - "X-Processing-Time": "168ms" + "x-ms-client-request-id": "6b930fd9d55e18789f971766b260a055", + "X-Processing-Time": "215ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1522cac6b99ebe45b4d68c5fba57d19b-39c005a8414dfdf4-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "36360fbd191840fdc7e834e737afddd7", + "traceparent": "00-f6a5159a748fe527861b49398ec810f0-1f2e4604d955c657-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "139841677c1ab355b575fbcf13e9c38f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -626,39 +628,38 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:26 GMT", - "MS-CV": "HU2syS1wtEiFCKh\u002BgxFQ6Q.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:31 GMT", + "MS-CV": "N3UBAvajekygfH3Il8lbzg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0jtWuYQAAAACf4d7Uci\u002BLTY80sZsyIgRKV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Kwl5YgAAAAD0aw9shwbTQ5daatupasMARlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "36360fbd191840fdc7e834e737afddd7", - "X-Processing-Time": "188ms" + "x-ms-client-request-id": "139841677c1ab355b575fbcf13e9c38f", + "X-Processing-Time": "139ms" }, "ResponseBody": { - "id": "19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2", + "id": "19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2", "topic": "Updated topic - C# sdk", - "createdOn": "2021-12-07T03:31:25Z", + "createdOn": "2022-05-09T12:29:29Z", "createdByCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-3688e9941f7870f2ddb6112259f78fe1-003f9f9aa6ded64f-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "3f01d177e54d261ddcb3a3a963ba6e9d", + "traceparent": "00-a793e16b15053a16e5064ea3e6876f5f-e19712198edb0ca2-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "dec1adc78faede0f4bb51bf8a675f539", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -670,32 +671,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:26 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847887126", - "MS-CV": "\u002B5kMr2ke2UiUXmO577TB/Q.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:31 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099371924", + "MS-CV": "ewLa1/e7UkCREa8gm84y5g.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAAD2k6eG0rtVS7tu042E143VV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Kwl5YgAAAABM5VRSoccWQ73F09UhGhMcRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "3f01d177e54d261ddcb3a3a963ba6e9d", - "X-Processing-Time": "127ms" + "x-ms-client-request-id": "dec1adc78faede0f4bb51bf8a675f539", + "X-Processing-Time": "186ms" }, "ResponseBody": { - "id": "1638847887126" + "id": "1652099371924" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AgCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-a5deb2a6fe6c52ba7fefb965900da195-b78233d5cff3b5ab-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "6af89d56143a06e6832c17eacabd6665", + "traceparent": "00-b6a27dd1258b8cb0cb17650ee3ae2162-b16a84dc07432e7b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c25d369a97c75d6fbae0b6e8daa804b6", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -707,32 +707,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:26 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AgCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1@thread.v2/messages/1638847887307", - "MS-CV": "TV5sloc6g0ORkU3JLtneQA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:32 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81@thread.v2/messages/1652099372356", + "MS-CV": "GBWukwQQfkSPZTiPBsJQLQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAAC\u002BwtJ\u002BBuYkTItsjIIgJyZNV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0LAl5YgAAAACEMpRP0mOoQZBghswl9gxRRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "6af89d56143a06e6832c17eacabd6665", - "X-Processing-Time": "130ms" + "x-ms-client-request-id": "c25d369a97c75d6fbae0b6e8daa804b6", + "X-Processing-Time": "194ms" }, "ResponseBody": { - "id": "1638847887307" + "id": "1652099372356" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-004824d173dad598075a26b91c4364da-e278044103b100bb-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ed0818dc6912d8a8f2105a647653dc0d", + "traceparent": "00-98cb1374294225c9121aec55ad20dced-379804a6dcb6f410-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "059e88d3c29fd8a632bac765605c0c40", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -744,32 +743,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:26 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847887491", - "MS-CV": "BtuU3jc55EG49oXwH7Qv/w.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:32 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099372732", + "MS-CV": "iZ27FnnKKUSpGlblwfg9Bg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAAAG9eJHH8XPTave1s6aU8KxV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0LAl5YgAAAACqznckN69fQqGQJot4sc5PRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ed0818dc6912d8a8f2105a647653dc0d", - "X-Processing-Time": "131ms" + "x-ms-client-request-id": "059e88d3c29fd8a632bac765605c0c40", + "X-Processing-Time": "151ms" }, "ResponseBody": { - "id": "1638847887491" + "id": "1652099372732" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-c80d36aa07110b87558c6dcaf01edbd5-f555771237622159-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "9991977972b6629debfabc21cd325c1f", + "traceparent": "00-2e5094a477249222ee9779be275e1955-a7b7d1f29609dd12-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "dc34c280018c2fc73e6424ced82604a3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -781,32 +779,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847887678", - "MS-CV": "Df1Qt2unW06g4LMaGJVJkA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:33 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099373494", + "MS-CV": "ufn2NbeBC0uvGGy\u002B444KFg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAABRjbk3ISDiR5Dus1FA\u002BCZaV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0LAl5YgAAAAAT4vqIUBgGS6/RL2z1Fx81RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "9991977972b6629debfabc21cd325c1f", - "X-Processing-Time": "135ms" + "x-ms-client-request-id": "dc34c280018c2fc73e6424ced82604a3", + "X-Processing-Time": "643ms" }, "ResponseBody": { - "id": "1638847887678" + "id": "1652099373494" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-a10073ff4e5cfa5656e95285ba256ac1-91472b95d891906c-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4acc3e4d81b1ed8af520782aba81902f", + "traceparent": "00-4a43b8dffda1a8576b535a30176371db-4588e3547c275184-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "1d2565b1efd7d8999084900dd009fc5d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -818,32 +815,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847887846", - "MS-CV": "ZKnVzBScq06kXtEGHcVj5Q.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:33 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099373882", + "MS-CV": "ApNsQkAOZkK3L1lFBQDGFQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAABp5iZA4axKQoMA2QxyGmqXV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0LQl5YgAAAAAuH3ec1ds0SYWi2tsFQKpfRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4acc3e4d81b1ed8af520782aba81902f", - "X-Processing-Time": "147ms" + "x-ms-client-request-id": "1d2565b1efd7d8999084900dd009fc5d", + "X-Processing-Time": "174ms" }, "ResponseBody": { - "id": "1638847887846" + "id": "1652099373882" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "100", "Content-Type": "application/json", - "traceparent": "00-800ee863bf5aec414941cc521b4ff668-463af480029d228a-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "33700a4fcc2c69ae7ba50217ac870ac0", + "traceparent": "00-daeee0c48bc8f78aa832b6351d62adff-856be492497b460b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "176875d32774d229c16ec73a9ed8ff0b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -855,32 +851,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847888053", - "MS-CV": "QX\u002BjjGDzbEeBhcP8kjyvsQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:34 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099374218", + "MS-CV": "T9gRstKPAEqrVkvXbltiEw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0j9WuYQAAAABzH7TOU1KeQK7HkqkHhFJcV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lgl5YgAAAAAIOSbdB3OWTqPGRS7gg0XqRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "33700a4fcc2c69ae7ba50217ac870ac0", - "X-Processing-Time": "136ms" + "x-ms-client-request-id": "176875d32774d229c16ec73a9ed8ff0b", + "X-Processing-Time": "187ms" }, "ResponseBody": { - "id": "1638847888053" + "id": "1652099374218" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "325", "Content-Type": "application/json", - "traceparent": "00-9f5d0fa1e2ca70f7cf2345f6bc5eae1f-63752f822ef05c93-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "38173bb39286f85b0ca3a496fa72a86a", + "traceparent": "00-5c1dcdfb3576a9bb93268a400b277445-06618afe86402a3b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "fbb424b5ef369068295c4c0770b95f34", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -899,30 +894,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "Location": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages/1638847888226", - "MS-CV": "Nt/0TWIwIkW4DNzXmP0CRQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:34 GMT", + "Location": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages/1652099374588", + "MS-CV": "\u002BGFMB\u002BNmUUKdugoxQaRBeg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAAABPcASB1EbQ4iFg1HhX0JiV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lgl5YgAAAAAZ0JEAbk1AQK5Y7b\u002BDTc/qRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "38173bb39286f85b0ca3a496fa72a86a", - "X-Processing-Time": "127ms" + "x-ms-client-request-id": "fbb424b5ef369068295c4c0770b95f34", + "X-Processing-Time": "173ms" }, "ResponseBody": { - "id": "1638847888226" + "id": "1652099374588" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887126?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099371924?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-0c6e25f5bc5817b7dea8cd6a383de3f7-be48a71cad832b67-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c3d28c6a29c181f28f63ce0c7f73406d", + "traceparent": "00-8ddd13ff54793999981182ab2bf58ad5-d9485ba977de67c6-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "62fac668edbe892e3c535b68285e39b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -930,43 +924,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "MS-CV": "wKKGh\u002BeMTE2Rd0Yvnyf41g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:34 GMT", + "MS-CV": "frByyXgCNEyjs4/lDr64CQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAACGt4LYGsbwQptYmSFBx\u002BvjV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lgl5YgAAAAC/Kia7rYMPR4WrVsz7fDdNRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c3d28c6a29c181f28f63ce0c7f73406d", - "X-Processing-Time": "65ms" + "x-ms-client-request-id": "62fac668edbe892e3c535b68285e39b7", + "X-Processing-Time": "125ms" }, "ResponseBody": { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "4", - "version": "1638847887126", + "version": "1652099371924", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AgCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1%40thread.v2/messages/1638847887307?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81%40thread.v2/messages/1652099372356?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b840a01cca5fe07680b92d066141001c-f663d74fd8a08364-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "7f76b815576abca8af78268927186f09", + "traceparent": "00-842876d0cd23eff340c0e4803b115273-6ce4d7df8c2b9175-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "ac5885850055e4260dd7ee18db216108", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -974,43 +967,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "MS-CV": "8nTDjMsO8ESAHRLdtrD90g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "s\u002BTiB7JyOEqJ6J/lW05khg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAABk7vPqXrHJTJCWnR69T6BBV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAAADlYlfKU/6S6ouSjhuRTrJRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7f76b815576abca8af78268927186f09", - "X-Processing-Time": "58ms" + "x-ms-client-request-id": "ac5885850055e4260dd7ee18db216108", + "X-Processing-Time": "140ms" }, "ResponseBody": { - "id": "1638847887307", + "id": "1652099372356", "type": "html", "sequenceId": "3", - "version": "1638847887307", + "version": "1652099372356", "content": { "message": "Content for message 2" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887491?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099372732?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8c1d637b041de6e4b7176b497b7265b0-fc0c575da2a90984-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "20ad97fd47b58afe4895a823c44f7999", + "traceparent": "00-c3bbdd010c8d3400a29b1af4c2f5d0f5-3d50b03d22dec28e-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "d7d2920f9cdec84cf52abfe3930068ca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1018,43 +1010,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:27 GMT", - "MS-CV": "qo1SaeS0gkWcX2wUxqj0\u002BQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "SzDqKh9NiEiO795ECkdusA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAABtu7ivobr4TqDkWPaDiaMkV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAACQazW0jZ4wSKWOQAW6CkAORlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "20ad97fd47b58afe4895a823c44f7999", - "X-Processing-Time": "98ms" + "x-ms-client-request-id": "d7d2920f9cdec84cf52abfe3930068ca", + "X-Processing-Time": "100ms" }, "ResponseBody": { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887678?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099373494?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-864adf93aaeae3d6758f1aaa5ad38832-d0f1c7adeb668024-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "4180376228fb1200e315144902695a77", + "traceparent": "00-f271055c4872280d3e5dbd0e127e0b9b-dba30c65de71d35f-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "eb829522b26167de9f1555e6fe16ae1a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1062,43 +1053,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "J0Ty\u002BMpRt0S8c/sfqII0mg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "uop16ocF9UWA/0BzMi2YeQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAAC0ZrWhQXjHS5cSKu1rJTTLV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAAAS95ODt192SKu85mEBKe7RRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "4180376228fb1200e315144902695a77", - "X-Processing-Time": "60ms" + "x-ms-client-request-id": "eb829522b26167de9f1555e6fe16ae1a", + "X-Processing-Time": "114ms" }, "ResponseBody": { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887846?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099373882?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9d4ecdb3c002a6548706f3412a8421cc-62d5a36dde6c741f-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "e70ec5f320c5ceb8b9ec37d4af85f860", + "traceparent": "00-50c6e99758876ce6061d0e0a3496e591-2a2e8ac34b06e61d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "955953f1628ce8d8388fb62a4143510c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1106,43 +1096,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "NwH8uU3/j0iclL6zLnPtgw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "0ibnMPyhAEqueFAP0usKvQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAACLN25MAZxoSJoq35Tsp0\u002BHV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAABxXEt06CmcSacYNoRqhyPrRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e70ec5f320c5ceb8b9ec37d4af85f860", - "X-Processing-Time": "72ms" + "x-ms-client-request-id": "955953f1628ce8d8388fb62a4143510c", + "X-Processing-Time": "119ms" }, "ResponseBody": { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847888053?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099374218?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2095c2217a2a43f3db45aac4f42ccef1-fbad82bdefc61423-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ef268dff2d98d40d979a3ca032b587de", + "traceparent": "00-75f9c0a46ee2fd6e2f2484502d836c56-6576f4b5afa748bb-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "45f5246f769f5ca7b46b37c94665c9df", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1150,43 +1139,42 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "KtIGdccoCUGnNIxU5ipw1g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "ih2xAXYz/UmHoTBoUxcLsA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kNWuYQAAAABo0H8W3NEpR4rRNJXfTI84V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAAC7FCAn2iKcQKx/AAq91JggRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ef268dff2d98d40d979a3ca032b587de", - "X-Processing-Time": "66ms" + "x-ms-client-request-id": "45f5246f769f5ca7b46b37c94665c9df", + "X-Processing-Time": "101ms" }, "ResponseBody": { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847888226?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099374588?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-92f22e75a4cd598b2be15b6d88673b7b-337778939fbfd681-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ff2f313a914041d37fb1880ff12b635e", + "traceparent": "00-873825e0ec24eb1b9b9a096783c5f04a-aabfc3c850d239fc-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "3ff1a47cd2a6c03ebc9ab2d1fcb3255c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1194,30 +1182,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "HElIN9wlNk6ChtDuCgEEqw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "TZvLkvQYxEyIn8jlmm3qlw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAABo\u002BOc2sEa\u002BTLfJYn0AwNpiV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAAA0wVjb3oP5SoN\u002BVthQM\u002B0eRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ff2f313a914041d37fb1880ff12b635e", - "X-Processing-Time": "64ms" + "x-ms-client-request-id": "3ff1a47cd2a6c03ebc9ab2d1fcb3255c", + "X-Processing-Time": "104ms" }, "ResponseBody": { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "9", - "version": "1638847888226", + "version": "1652099374588", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "metadata": { @@ -1230,14 +1217,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-8a0bcf782fb3245630e1e590d3a91907-e6b9abe817f622eb-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "7549b41c6a43c6dfb73a4f2be3189b04", + "traceparent": "00-7d485f0dfd2fca1eefd3ffac529e82dc-932cdeeb96c5c2be-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "da7748c368207b7bacfde1202a0fa1d2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1245,32 +1232,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "/hJDVqvtMkuH6PSW9dRXGg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:35 GMT", + "MS-CV": "zoDxu\u002B9XLEad0k8MwEzZdA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAAD8BdziMJfHR5EagzHZ/WalV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Lwl5YgAAAAARxuFtVajTSIJ2\u002BC6XTiw8RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7549b41c6a43c6dfb73a4f2be3189b04", - "X-Processing-Time": "74ms" + "x-ms-client-request-id": "da7748c368207b7bacfde1202a0fa1d2", + "X-Processing-Time": "109ms" }, "ResponseBody": { "value": [ { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "9", - "version": "1638847888226", + "version": "1652099374588", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "metadata": { @@ -1282,134 +1268,134 @@ } }, { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "4", - "version": "1638847887126", + "version": "1652099371924", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, { - "id": "1638847886725", + "id": "1652099371523", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847886725", + "version": "1652099371523", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:31Z" }, { - "id": "1638847885463", + "id": "1652099370246", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847885463", + "version": "1652099370246", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" }, { - "id": "1638847885403", + "id": "1652099370194", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885403", + "version": "1652099370194", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -1417,9 +1403,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -1427,9 +1413,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -1437,26 +1423,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AgCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3A7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e13d86143b28293861dc9aa3812e3d4f-c4a4b09697bfd231-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "7d9a5864f9556d1fbae570e6a5fee26c", + "traceparent": "00-cdd2444f8d03081e689641728e520af5-0972b9f59dea001a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9caed7c512519d66e5358904c3d56000", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1464,63 +1450,62 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "FTGE97hKwEOast2c09Xzug.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:36 GMT", + "MS-CV": "eZisnZH5ok24dNYs/sOrmQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAACI8QJ/kuC\u002BSoq660D2ySmGV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MAl5YgAAAABJXQpdB/dTSonNZiyCUN5\u002BRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7d9a5864f9556d1fbae570e6a5fee26c", - "X-Processing-Time": "70ms" + "x-ms-client-request-id": "9caed7c512519d66e5358904c3d56000", + "X-Processing-Time": "122ms" }, "ResponseBody": { "value": [ { - "id": "1638847887307", + "id": "1652099372356", "type": "html", "sequenceId": "3", - "version": "1638847887307", + "version": "1652099372356", "content": { "message": "Content for message 2" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, { - "id": "1638847886040", + "id": "1652099370882", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847886040", + "version": "1652099370882", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:30Z" }, { - "id": "1638847885975", + "id": "1652099370831", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885975", + "version": "1652099370831", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -1528,9 +1513,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -1538,9 +1523,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -1548,26 +1533,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-9645cb6e436dfc2410f668d5dfdefa7b-4ec63ab6621dce75-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "7e83de36126bcf9b5269470642a75d66", + "traceparent": "00-252ad6ee3210c5608b71d55f006e76a5-b096cea4b64aadf7-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "fd05db46efee14be297593a8f01d95ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1575,32 +1560,31 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "P6EKpNNkREWJI0O4YBHPcQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:36 GMT", + "MS-CV": "khLGlIeVd06CzAYoeSLhbA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAAB2oiHOYNjAQobwYUL4y0/JV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MAl5YgAAAAB24yNSCWZ\u002BQYfXNdtu4tbJRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7e83de36126bcf9b5269470642a75d66", - "X-Processing-Time": "64ms" + "x-ms-client-request-id": "fd05db46efee14be297593a8f01d95ac", + "X-Processing-Time": "126ms" }, "ResponseBody": { "value": [ { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "9", - "version": "1638847888226", + "version": "1652099374588", "content": { "message": "Content for message 7" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "metadata": { @@ -1612,35 +1596,35 @@ } }, { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e763201b53af2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e7632018adccba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e763201b53af2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e7632018adccba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-2b540cc603503e98f348b37529d03270-cd3104cbaaacb06a-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "98aa8416e590230994dcbb5efaf821b9", + "traceparent": "00-ffd7f4a964c6bfe3eacebfa79071548c-f608c1f410c61a8a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "240bdff98805b10be2d9f4eadf76b8d6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1648,65 +1632,64 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:28 GMT", - "MS-CV": "rLYU1HWcIU\u002B1nDBi2dXkPQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:36 GMT", + "MS-CV": "EU4krQ507kmYwADkvyg3MA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAAAsCCpFOOtgTbj50g1sQk6KV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MAl5YgAAAADl9uuZ6y4FSKDz6cffaNF8RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "98aa8416e590230994dcbb5efaf821b9", - "X-Processing-Time": "85ms" + "x-ms-client-request-id": "240bdff98805b10be2d9f4eadf76b8d6", + "X-Processing-Time": "214ms" }, "ResponseBody": { "value": [ { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632013e39f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e763201b6d9cba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632013e39f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e763201b6d9cba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eec8b026bed31bc9c219175425c56742-730ead3b0c7ad889-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "05f4e2571d955298bdca2becb1192a12", + "traceparent": "00-808c1847422345afc3f03cc1b1b679af-249f8adf5259c5ce-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "4fdae19da30ad6e4189a72db7fbdacc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1714,65 +1697,64 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:29 GMT", - "MS-CV": "7mbKLkWT3kOrnplj715yRQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:36 GMT", + "MS-CV": "FrT53Wql0ES0QfLB3B40LA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAACd\u002BNha\u002BT86S58tfkmCFWeBV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MAl5YgAAAAATX7v3Hb4NRoDCNQiX17kFRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "05f4e2571d955298bdca2becb1192a12", - "X-Processing-Time": "88ms" + "x-ms-client-request-id": "4fdae19da30ad6e4189a72db7fbdacc8", + "X-Processing-Time": "207ms" }, "ResponseBody": { "value": [ { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "4", - "version": "1638847887126", + "version": "1652099371924", "content": { "message": "Content for message 1" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632011637f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320194d3cba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632011637f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320194d3cba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-43681f322c3435bb029b7128afb691b5-fe9a74f20ab68f44-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "20cf09874a5451dcd55fe98f573cd559", + "traceparent": "00-f6ecfe7501df40807594882ba81bef78-72f49cfffadd9849-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e40bdc9f3bc9bdfad0541b15fad334b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1780,63 +1762,62 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:29 GMT", - "MS-CV": "mia5F3BXdkOZ9zxPJQzS4w.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:37 GMT", + "MS-CV": "HBjF\u002BUSXYkWiW4IZtlvSWA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0kdWuYQAAAAB4rq\u002BMvpVJQ5SNx4L0x5L7V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MAl5YgAAAACGK7C0lQr9SqaJbAJajT5zRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "20cf09874a5451dcd55fe98f573cd559", - "X-Processing-Time": "83ms" + "x-ms-client-request-id": "e40bdc9f3bc9bdfad0541b15fad334b3", + "X-Processing-Time": "252ms" }, "ResponseBody": { "value": [ { - "id": "1638847886725", + "id": "1652099371523", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847886725", + "version": "1652099371523", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:31Z" }, { - "id": "1638847885463", + "id": "1652099370246", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847885463", + "version": "1652099370246", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632019730f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320106cdcba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632019730f2927d010000623bf2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320106cdcba880010000fcddcba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ef7b6928fe9a109475fac9b2a7db32d6-c0aeb66fb26a7ce6-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "5fae8e4757b2f9d1eb57dac6ba1c717a", + "traceparent": "00-6759630c556b8686e8fc1657870a229d-cd61df0a354d3d37-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "0f0bbcbd464255a2fb350b6b152f3224", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1844,30 +1825,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:29 GMT", - "MS-CV": "vJOh7szfZE\u002BiKXtqHFjhiw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:37 GMT", + "MS-CV": "PaxjoGwdHEC3ii3QuDT5jg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ktWuYQAAAACOqYS3F4kEQYiUwACZL\u002BEYV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MQl5YgAAAAC3QWg2/2mJQJuztxcdFox2RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5fae8e4757b2f9d1eb57dac6ba1c717a", - "X-Processing-Time": "89ms" + "x-ms-client-request-id": "0f0bbcbd464255a2fb350b6b152f3224", + "X-Processing-Time": "218ms" }, "ResponseBody": { "value": [ { - "id": "1638847885403", + "id": "1652099370194", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885403", + "version": "1652099370194", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -1875,9 +1855,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -1885,9 +1865,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -1895,28 +1875,28 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887126?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099371924?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "47", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-a7908b95c3ba605b02c7ba48681c6e58-ecb34425c5705302-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "f0d6a8b100290d6406a330353309fa81", + "traceparent": "00-e15845650867b1f56e7c981119143c46-7f2dd82a95f204e9-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "024b2c2dd36a610ce61d7fb588cfdb45", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -1925,26 +1905,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:29 GMT", - "MS-CV": "T58mVucNRkOkvZ5pftqlAA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:37 GMT", + "MS-CV": "WyWiXohwO0KtLhDwR3aKlA.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0ktWuYQAAAADuMDJlZFkQSIJ3WjwKdb8xV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MQl5YgAAAACSzcvwUqhjSYjb1Hv1e8nRRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f0d6a8b100290d6406a330353309fa81", - "X-Processing-Time": "244ms" + "x-ms-client-request-id": "024b2c2dd36a610ce61d7fb588cfdb45", + "X-Processing-Time": "320ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887126?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099371924?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1d38df6f57017b2cd9348a0bae0b7992-7a51e9201cd47327-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "23a4d2f5cb6b2f5f38d634fc6f1597b8", + "traceparent": "00-37ed1055f25038e6d258cd42c2938acb-4e1da86101dcafaf-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c21ebf659cb258853ab6e894308ea7a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -1952,72 +1931,70 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:30 GMT", - "MS-CV": "lhJd8GkRpUezMRa5ZatdPA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:37 GMT", + "MS-CV": "z654IpnaNkiz2PjPD8gOKw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ktWuYQAAAACyyvABteHGSL0ghIFJsrg9V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0MQl5YgAAAAAGYxlZtJP3TYbHhGpXoNtKRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "23a4d2f5cb6b2f5f38d634fc6f1597b8", - "X-Processing-Time": "59ms" + "x-ms-client-request-id": "c21ebf659cb258853ab6e894308ea7a0", + "X-Processing-Time": "108ms" }, "ResponseBody": { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "10", - "version": "1638847890374", + "version": "1652099377751", "content": { "message": "This is message 1 content updated" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, - "editedOn": "2021-12-07T03:31:30Z" + "editedOn": "2022-05-09T12:29:37Z" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847887126?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099371924?api-version=2021-09-07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dcf8078fc41be8a23c0beaaad56da6ad-3e925a613905fe59-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "afdd6eeee566473029a1590f279cc5e2", + "traceparent": "00-923e3abb518bd4fdd6ad4c424af630dc-f636472a3b9fb6cf-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "cee7f6223288e948b0aa2925c7eccd2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:30 GMT", - "MS-CV": "diDSQtiYlE\u002BLr6Pfvki2Mg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:38 GMT", + "MS-CV": "bFP2L1hxKUGWCkSr0iHRiA.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0k9WuYQAAAABPaCRdOG\u002BLQqMlna3Qft7CV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mgl5YgAAAAAOLrBjnkQkTbrSUuPEHtb6RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "afdd6eeee566473029a1590f279cc5e2", - "X-Processing-Time": "189ms" + "x-ms-client-request-id": "cee7f6223288e948b0aa2925c7eccd2c", + "X-Processing-Time": "298ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847888226?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099374588?api-version=2021-09-07", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "238", "Content-Type": "application/merge-patch\u002Bjson", - "traceparent": "00-e3eef9fc690372044f82ec2cb6687575-3c3b75175c9726c2-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "e7d1595c4d78e60f49a7b852cb689df0", + "traceparent": "00-435f406f27646180fb71f72762eca7a9-9c9b65e5f081e1f7-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "5606c65a6f109072a6f2c7b4ea783157", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2033,26 +2010,25 @@ "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:30 GMT", - "MS-CV": "nGkZX0QlM0GxDlWq7qx9KA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:38 GMT", + "MS-CV": "pW3DDUOOgEmE0xM4KXUNDQ.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0k9WuYQAAAACYnRKP3BLUQ6HS442lsbB9V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mgl5YgAAAADXp8QhXWYLQbPLHUHjWTwaRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e7d1595c4d78e60f49a7b852cb689df0", - "X-Processing-Time": "232ms" + "x-ms-client-request-id": "5606c65a6f109072a6f2c7b4ea783157", + "X-Processing-Time": "300ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847888226?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099374588?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7c260b9c324042531af47d5381ec01b9-64dfe163288df7b7-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "c447780b4b2b0f1aa15dfac9724f089b", + "traceparent": "00-a05f8376f687726d49f53d100b8ba9a3-e0e6fd12ea9d7d6e-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9193de750ce732bc76341108735f914e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2060,33 +2036,32 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:31 GMT", - "MS-CV": "T09/mNIvn0ChUjfzk8RfNA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:38 GMT", + "MS-CV": "NOmFI10P8EW82fqOnceGaA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0k9WuYQAAAACAzZrneGdHQ4ptPanUpZazV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mgl5YgAAAADe2xRzQY2ARZsg9RhOh3YdRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "c447780b4b2b0f1aa15dfac9724f089b", - "X-Processing-Time": "66ms" + "x-ms-client-request-id": "9193de750ce732bc76341108735f914e", + "X-Processing-Time": "135ms" }, "ResponseBody": { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "12", - "version": "1638847891513", + "version": "1652099378580", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, - "editedOn": "2021-12-07T03:31:31Z", + "editedOn": "2022-05-09T12:29:38Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2096,14 +2071,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4099ea74ae0b41751ea8263443b5804c-ab3b299dac763236-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "159f5210af44a0405ff666be2dde7bc1", + "traceparent": "00-30ec69ac6537fd2c89b4dca210cad525-a360fae505a16b96-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "693abce95188b28f845628966b94fe38", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2111,35 +2086,34 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:31 GMT", - "MS-CV": "evL8vH5CBEaGalWEarmxQA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:38 GMT", + "MS-CV": "7vTYKUdrV0mtrobZn5J5cw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0k9WuYQAAAADpTyJf1NqBQIwTlTwSWRBSV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mgl5YgAAAAB/DX9TO10UT5f3uATKpbn2RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "159f5210af44a0405ff666be2dde7bc1", - "X-Processing-Time": "79ms" + "x-ms-client-request-id": "693abce95188b28f845628966b94fe38", + "X-Processing-Time": "114ms" }, "ResponseBody": { "value": [ { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "12", - "version": "1638847891513", + "version": "1652099378580", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, - "editedOn": "2021-12-07T03:31:31Z", + "editedOn": "2022-05-09T12:29:38Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2148,135 +2122,135 @@ } }, { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "11", - "version": "1638847891174", + "version": "1652099378101", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, - "deletedOn": "2021-12-07T03:31:31Z" + "deletedOn": "2022-05-09T12:29:38Z" }, { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847886725", + "id": "1652099371523", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847886725", + "version": "1652099371523", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:31Z" }, { - "id": "1638847885463", + "id": "1652099370246", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847885463", + "version": "1652099370246", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" }, { - "id": "1638847885403", + "id": "1652099370194", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885403", + "version": "1652099370194", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -2284,9 +2258,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -2294,9 +2268,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -2304,26 +2278,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-7276bf3e0c47b72ac50252a22a585482-aa7e3208ebfd0b21-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "ae036803015511b63ec1461a534674f9", + "traceparent": "00-b4c12ccaecb7cdd1087008cb4189c801-74eb7431cd77be04-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "e9b0d1783c584d4409d4dfdc5d6a1d46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2331,23 +2305,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:31 GMT", - "MS-CV": "ZM/UUM8hkUO2YqnG7Vn7sA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:39 GMT", + "MS-CV": "Jnd2NnJ7P0aUqw0IP5NzGg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0lNWuYQAAAACNeN7veg3rRaJrimMtRaRJV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mwl5YgAAAAAVVk5C0z6IQqitJSmGp8/jRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "ae036803015511b63ec1461a534674f9", - "X-Processing-Time": "121ms" + "x-ms-client-request-id": "e9b0d1783c584d4409d4dfdc5d6a1d46", + "X-Processing-Time": "105ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -2355,9 +2328,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -2365,9 +2338,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -2377,24 +2350,25 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants/:add?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants/:add?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "179", + "Content-Length": "269", "Content-Type": "application/json", - "traceparent": "00-96cc16c46a1825b36846444f30001e67-1f1763c13dd256c2-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "79411c9e88c85cab38a66535e55be1c3", + "traceparent": "00-fcaab84b0ca0f66500328cc520adcc2b-76bc78fc2a8171d3-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "2ecb7961c73d23cf4ee10c90e426c6e2", "x-ms-return-client-request-id": "true" }, "RequestBody": { "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4" @@ -2405,37 +2379,37 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:31 GMT", - "MS-CV": "8L9pX9Qqx0SiK5nBqLNsOw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:39 GMT", + "MS-CV": "n/MWsr7XsUGdXq2LiMSJjg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0lNWuYQAAAADXjMcGkVVFQ4tQfGizeCmZV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mwl5YgAAAABLY96q3QhgTqDFetf/vMziRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "79411c9e88c85cab38a66535e55be1c3", - "X-Processing-Time": "219ms" + "x-ms-client-request-id": "2ecb7961c73d23cf4ee10c90e426c6e2", + "X-Processing-Time": "225ms" }, "ResponseBody": {} }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants/:add?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants/:add?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "179", + "Content-Length": "269", "Content-Type": "application/json", - "traceparent": "00-5a83ffe375cbc88cca0430512e3ffdbb-2ffd90cf717c4ac4-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "09c639e1594c0f469b8ed68369254c18", + "traceparent": "00-c1056657b18201a14bc4087032db2347-eded86bd4d636f91-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "a18fd936a7afacf578ed60b372b3541a", "x-ms-return-client-request-id": "true" }, "RequestBody": { "participants": [ { "communicationIdentifier": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5" @@ -2446,27 +2420,26 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:32 GMT", - "MS-CV": "qa9yMC3uGEKhZZS7OPVO1g.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:39 GMT", + "MS-CV": "mRivbNQL50O88BC57QBTsw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0lNWuYQAAAAAHaENZ1R3MRrpL2FsrS//DV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mwl5YgAAAAB6m73BRlOyRrkWhYcdO1lvRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "09c639e1594c0f469b8ed68369254c18", - "X-Processing-Time": "272ms" + "x-ms-client-request-id": "a18fd936a7afacf578ed60b372b3541a", + "X-Processing-Time": "193ms" }, "ResponseBody": {} }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants?maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants?maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-54ec77b34b8aa7f2f5f9ea504252f568-e40f371646ce36d9-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "11206c82029c7bf8bca776ae9c812be2", + "traceparent": "00-0c4ce542477228f7786d3fcfd477a790-914db1a785519d36-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "f235e139d0c9b1fa028d9b772fb368e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2474,23 +2447,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:32 GMT", - "MS-CV": "M7iS/oNOP0GuNoKCd6ahEg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:39 GMT", + "MS-CV": "UB/Fp\u002BMxtEO3l6n667PxrQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ldWuYQAAAABgQsRlU1p8QLp6AtMjPkGrV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mwl5YgAAAACxZDQYfw3JTaRm8h9\u002BUBbGRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "11206c82029c7bf8bca776ae9c812be2", - "X-Processing-Time": "66ms" + "x-ms-client-request-id": "f235e139d0c9b1fa028d9b772fb368e3", + "X-Processing-Time": "126ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -2498,27 +2470,27 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", "shareHistoryTime": "1970-01-01T00:00:00Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/participants?skip=2\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-1c3a29f1eba5cdc8ff010213fdefa481-8252d9036519adf0-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "1a3982df6a7f44acd632de3ab128f312", + "traceparent": "00-bbaa27a339c444241a36359c6a88fa56-71467d261728d0db-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "84a5fd0d7bdbb997841eb550661bb19a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2526,23 +2498,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:32 GMT", - "MS-CV": "XrrTJ7BMqke9PjkG26nLog.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:39 GMT", + "MS-CV": "WdsTL10UOkyp5mnIMwtK9A.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ldWuYQAAAAAKD9Z7XLlLQpNz0B3FqeYMV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Mwl5YgAAAAB3TYOUwfWBQKS5JprnMBBRRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "1a3982df6a7f44acd632de3ab128f312", - "X-Processing-Time": "126ms" + "x-ms-client-request-id": "84a5fd0d7bdbb997841eb550661bb19a", + "X-Processing-Time": "104ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -2550,27 +2521,27 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", "shareHistoryTime": "1970-01-01T00:00:00Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/participants?skip=4\u0026maxPageSize=2\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-50804366639f5d03399b66e038cb0ed2-33c8582e8cf4346d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "78b24c59d03bdf27414b4da5e3977219", + "traceparent": "00-30d6fb5719be476880c72f6bad7c7d97-c6ea94e4c9510f9c-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "0357f28cd4f06518dfdd9f220c7d7dc4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2578,23 +2549,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:32 GMT", - "MS-CV": "niX/iQdVgEab/taobNqAng.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:40 GMT", + "MS-CV": "TCnqgO3rNUyG05np/UelWA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ldWuYQAAAAD65fEIZCoRRbwnTU9wm487V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NAl5YgAAAAAIBmFGqQraSreBkXes5bL0RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "78b24c59d03bdf27414b4da5e3977219", - "X-Processing-Time": "57ms" + "x-ms-client-request-id": "0357f28cd4f06518dfdd9f220c7d7dc4", + "X-Processing-Time": "109ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5", @@ -2604,14 +2574,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-dcb034d156c351eb971f482680f5596f-950753d3d371bd62-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "e6a3f46232ec1799c0db3b6a23bdc993", + "traceparent": "00-7eec350b79bfb3d18ad7ad4c8ef277d4-964e8c0803d2c846-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "74a67c84d00dbd3e497b6daa1ba94ae6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2619,23 +2589,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:33 GMT", - "MS-CV": "XOyJoNZqOUuXJ71\u002Bc8bXYw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:40 GMT", + "MS-CV": "vgXkF9jJGECEpJSEJJXMoQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ldWuYQAAAACkTVSlKW9CR5UTyEb2YIQxV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NAl5YgAAAABlpZtnH1t2SLwzqh1WRT8zRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "e6a3f46232ec1799c0db3b6a23bdc993", - "X-Processing-Time": "115ms" + "x-ms-client-request-id": "74a67c84d00dbd3e497b6daa1ba94ae6", + "X-Processing-Time": "104ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -2643,9 +2612,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -2653,9 +2622,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -2663,9 +2632,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", @@ -2673,9 +2642,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5", @@ -2685,14 +2654,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-328fc0a1dcd1594dde1f27acd2837d4d-837aab4d9219a360-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "505464b3b2ce0ea75b59d9341d07613e", + "traceparent": "00-9a5d803556883891bbbe7ebd46b40cd4-6bbb10128b969b11-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "3ceb00dc645c39f2e440a4fddc75ad07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2700,30 +2669,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:33 GMT", - "MS-CV": "fFRIaeYs1k6KqhuLvLS8cA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:40 GMT", + "MS-CV": "rrzoSe3tr06R8BfKuSMStw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ltWuYQAAAADtCjZguRfZTYf3jWYBsPVpV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NAl5YgAAAACmwery6Tw\u002BRa3XaScKJXAKRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "505464b3b2ce0ea75b59d9341d07613e", - "X-Processing-Time": "73ms" + "x-ms-client-request-id": "3ceb00dc645c39f2e440a4fddc75ad07", + "X-Processing-Time": "115ms" }, "ResponseBody": { "value": [ { - "id": "1638847892885", + "id": "1652099379624", "type": "participantAdded", "sequenceId": "14", - "version": "1638847892885", + "version": "1652099379624", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5", @@ -2731,26 +2699,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:32Z" + "createdOn": "2022-05-09T12:29:39Z" }, { - "id": "1638847892545", + "id": "1652099379389", "type": "participantAdded", "sequenceId": "13", - "version": "1638847892545", + "version": "1652099379389", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", @@ -2758,31 +2726,31 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:32Z" + "createdOn": "2022-05-09T12:29:39Z" }, { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "12", - "version": "1638847891513", + "version": "1652099378580", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, - "editedOn": "2021-12-07T03:31:31Z", + "editedOn": "2022-05-09T12:29:38Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -2791,136 +2759,136 @@ } }, { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "11", - "version": "1638847891174", + "version": "1652099378101", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, - "deletedOn": "2021-12-07T03:31:31Z" + "deletedOn": "2022-05-09T12:29:38Z" }, { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847886725", + "id": "1652099371523", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847886725", + "version": "1652099371523", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:31Z" }, { - "id": "1638847885463", + "id": "1652099370246", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847885463", + "version": "1652099370246", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632019730f2927d010000954df2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320106cdcba880010000a8f1cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632019730f2927d010000954df2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320106cdcba880010000a8f1cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-14711c6792adb86fc3ba9517e3433e3e-fbbe2e0e53851892-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "bdd7c4bf0c842626b29bb86095bcbb83", + "traceparent": "00-bd8b0b00450e713fc97fcbf7d9de704e-60f17443249afb0d-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "eacbf0a03c75bb8cb399b975666e4a35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2928,30 +2896,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:33 GMT", - "MS-CV": "zL/Mj15RKkaNw/EfpyTMVA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:40 GMT", + "MS-CV": "aHq2MtEH0kq6ryTVvsXyOg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ltWuYQAAAABcoxHCwb0eSZigKh5ZRrJIV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NAl5YgAAAABBXYGeQJzGQr4DGyvCS2boRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "bdd7c4bf0c842626b29bb86095bcbb83", - "X-Processing-Time": "83ms" + "x-ms-client-request-id": "eacbf0a03c75bb8cb399b975666e4a35", + "X-Processing-Time": "245ms" }, "ResponseBody": { "value": [ { - "id": "1638847885403", + "id": "1652099370194", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885403", + "version": "1652099370194", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -2959,9 +2926,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -2969,9 +2936,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -2979,58 +2946,58 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants/:remove?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants/:remove?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "110", + "Content-Length": "200", "Content-Type": "application/json", - "traceparent": "00-697745119bb2618de90a7a4d368ea02d-f364c223d78a69b7-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "7ff1b9812242b04b4c948b925964f9b8", + "traceparent": "00-ce21b7d68f6f2303f1848ce85d90f5f8-8b5199ea6f779788-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "0c45b99240912068896c90cd2b41e1d4", "x-ms-return-client-request-id": "true" }, "RequestBody": { + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:33 GMT", - "MS-CV": "gJD\u002BOKSDIEGML/6SCj3TYQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:40 GMT", + "MS-CV": "pvk2t0PIHUKtwb6LUrqk7A.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0ltWuYQAAAAC5jwE\u002BbjDdRbHQJCHnYtd6V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NAl5YgAAAABwcSkYyOfIQLQhuP8tRxcPRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7ff1b9812242b04b4c948b925964f9b8", - "X-Processing-Time": "204ms" + "x-ms-client-request-id": "0c45b99240912068896c90cd2b41e1d4", + "X-Processing-Time": "203ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/participants?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/participants?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-123c78df466bb5c43a4ae3e707d1cee8-cc8b3a7e43cfca7b-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "5faafc790ce5a70f3d2e9d33f946799e", + "traceparent": "00-7013703d0bf3e861c73e4a41add7617f-c3e625f2d0582343-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "2a0966ce60dea070732f89c2aa7dd276", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3038,23 +3005,22 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "7EScP61qc0CopKMW73miCA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "PHrmIaLwp0y\u002BKZy4TjlXMw.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ltWuYQAAAABgStWagsxgQazCuWd40wYYV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAAB5FbNtrP0iSKBnA73EKaIRRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "5faafc790ce5a70f3d2e9d33f946799e", - "X-Processing-Time": "116ms" + "x-ms-client-request-id": "2a0966ce60dea070732f89c2aa7dd276", + "X-Processing-Time": "105ms" }, "ResponseBody": { "value": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -3062,9 +3028,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -3072,9 +3038,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -3082,9 +3048,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5", @@ -3094,14 +3060,14 @@ } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-098f03dfffa4b80c366cc7c543b94d5e-ea0dbbd3a7460447-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "64b2559de2169cfb792770ef8093cd4d", + "traceparent": "00-9946fdd68fad4a4c2a995d628046c1de-972ea78a5a0f7c8b-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "226b6ff5a12f607588ab6008abbf8f72", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3109,30 +3075,29 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "\u002B5214G/Mi0amM4GRgm8KDQ.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "oTeIxSQkaEektfSASJEisQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0ltWuYQAAAABcjZosmie1QLJTmctTk372V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAABvKjBQAzTLRrSbZjrF2OJ6RlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "64b2559de2169cfb792770ef8093cd4d", - "X-Processing-Time": "73ms" + "x-ms-client-request-id": "226b6ff5a12f607588ab6008abbf8f72", + "X-Processing-Time": "113ms" }, "ResponseBody": { "value": [ { - "id": "1638847894567", + "id": "1652099380948", "type": "participantRemoved", "sequenceId": "15", - "version": "1638847894567", + "version": "1652099380948", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", @@ -3140,26 +3105,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:34Z" + "createdOn": "2022-05-09T12:29:40Z" }, { - "id": "1638847892885", + "id": "1652099379624", "type": "participantAdded", "sequenceId": "14", - "version": "1638847892885", + "version": "1652099379624", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d1cf-02c3-593a0d001400" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-6ca1-9806-113a0d00f917" } }, "displayName": "user5", @@ -3167,26 +3132,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:32Z" + "createdOn": "2022-05-09T12:29:39Z" }, { - "id": "1638847892545", + "id": "1652099379389", "type": "participantAdded", "sequenceId": "13", - "version": "1638847892545", + "version": "1652099379389", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", @@ -3194,31 +3159,31 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:32Z" + "createdOn": "2022-05-09T12:29:39Z" }, { - "id": "1638847888226", + "id": "1652099374588", "type": "html", "sequenceId": "12", - "version": "1638847891513", + "version": "1652099378580", "content": { "message": "Content for message 7 - updated" }, "senderDisplayName": "DisplayName sender message options message 7", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, - "editedOn": "2021-12-07T03:31:31Z", + "editedOn": "2022-05-09T12:29:38Z", "metadata": { "deliveryMode": "deliveryMode value - updated", "onedriveReferences": "onedriveReferences value - updated", @@ -3227,120 +3192,120 @@ } }, { - "id": "1638847887126", + "id": "1652099371924", "type": "text", "sequenceId": "11", - "version": "1638847891174", + "version": "1652099378101", "content": { "message": "" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:31Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, - "deletedOn": "2021-12-07T03:31:31Z" + "deletedOn": "2022-05-09T12:29:38Z" }, { - "id": "1638847888053", + "id": "1652099374218", "type": "html", "sequenceId": "8", - "version": "1638847888053", + "version": "1652099374218", "content": { "message": "Content for message 6" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:28Z", + "createdOn": "2022-05-09T12:29:34Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887846", + "id": "1652099373882", "type": "text", "sequenceId": "7", - "version": "1638847887846", + "version": "1652099373882", "content": { "message": "Content for message 5" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887678", + "id": "1652099373494", "type": "html", "sequenceId": "6", - "version": "1638847887678", + "version": "1652099373494", "content": { "message": "Content for message 4" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:33Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847887491", + "id": "1652099372732", "type": "text", "sequenceId": "5", - "version": "1638847887491", + "version": "1652099372732", "content": { "message": "Content for message 3" }, "senderDisplayName": "DisplayName sender message 1", - "createdOn": "2021-12-07T03:31:27Z", + "createdOn": "2022-05-09T12:29:32Z", "senderCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } } }, { - "id": "1638847886725", + "id": "1652099371523", "type": "topicUpdated", "sequenceId": "3", - "version": "1638847886725", + "version": "1652099371523", "content": { "topic": "Updated topic - C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:26Z" + "createdOn": "2022-05-09T12:29:31Z" } ], - "nextLink": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632018535f2927d0100002754f2927d010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" + "nextLink": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320103d2cba880010000d4f6cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2/messages?syncState=3e3900000031393a68727159356f72675878574f34474c747a47627769323565796b7978694b6f55795348496569324a6c2d5931407468726561642e7632018535f2927d0100002754f2927d010000\u0026startTime=1%2F1%2F1970 12%3A00%3A00 AM %2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2/messages?syncState=3e3900000031393a7164786e356364516a326e706b73763069514c583854464a78736b4a74486a4a4431336630526d5670623431407468726561642e76320103d2cba880010000d4f6cba880010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=10\u0026api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-27ee7f4fa720c01f7462fd9f256ed5c6-c763cb6425424f18-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "99e600a15b11759daa4a41148518b606", + "traceparent": "00-44484ae254265af498e145189ae64137-09cd4790d3af8673-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "00a6e5b82064325648a59861b6a5750c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3348,46 +3313,45 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "8xzU5hivBEeXamK7T7OcLA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "qW2a5kAUi0qzqsSEmbp9lQ.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0l9WuYQAAAAD6h2fQwdS9QYOSFRrIQ4NMV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAAAtTvx0sgjVTIv/f1Wd35EIRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "99e600a15b11759daa4a41148518b606", - "X-Processing-Time": "82ms" + "x-ms-client-request-id": "00a6e5b82064325648a59861b6a5750c", + "X-Processing-Time": "194ms" }, "ResponseBody": { "value": [ { - "id": "1638847885463", + "id": "1652099370246", "type": "topicUpdated", "sequenceId": "2", - "version": "1638847885463", + "version": "1652099370246", "content": { "topic": "Thread async from C# sdk", "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" }, { - "id": "1638847885403", + "id": "1652099370194", "type": "participantAdded", "sequenceId": "1", - "version": "1638847885403", + "version": "1652099370194", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } }, "displayName": "user1", @@ -3395,9 +3359,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cfc7-02c3-593a0d0013fd" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-636f-570c-113a0d00edc6" } }, "displayName": "user2", @@ -3405,9 +3369,9 @@ }, { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d06d-02c3-593a0d0013fe" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-673c-9806-113a0d00f915" } }, "displayName": "user3", @@ -3415,26 +3379,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:25Z" + "createdOn": "2022-05-09T12:29:30Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/messages/1638847894567?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/messages/1652099380948?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4f71f8f6dd57c6499795e7f1f8cefa24-f0267691143e7f77-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "04f5ed1b95b296a1000ee6be9c1f26aa", + "traceparent": "00-fa1b82d6f32b576d5b6f8469bd1b3ca8-7f6b49db15699f72-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "bcd71a9abed62da4f1a9a1330067f4b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3442,28 +3406,27 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "Q6r4g6Z9FEGFJ6flk6Nw7w.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "x5LeF9dxPEK\u002BWMMHJi7WOA.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0l9WuYQAAAACv\u002BIGoapOISZu1/tDHIq5QV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAABALu0RRwSrR6jeFtklpl1ARlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "04f5ed1b95b296a1000ee6be9c1f26aa", - "X-Processing-Time": "56ms" + "x-ms-client-request-id": "bcd71a9abed62da4f1a9a1330067f4b3", + "X-Processing-Time": "111ms" }, "ResponseBody": { - "id": "1638847894567", + "id": "1652099380948", "type": "participantRemoved", "sequenceId": "15", - "version": "1638847894567", + "version": "1652099380948", "content": { "participants": [ { "communicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-d134-02c3-593a0d0013ff" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-69f3-9806-113a0d00f916" } }, "displayName": "user4", @@ -3471,26 +3434,26 @@ } ], "initiatorCommunicationIdentifier": { - "rawId": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc", + "rawId": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914", "communicationUser": { - "id": "8:acs:95af91c6-a2de-43ac-87cb-7a3bf10a23f5_0000000e-32d3-cf2f-02c3-593a0d0013fc" + "id": "8:acs:db5ad774-5418-4073-9faa-a848e3471f03_00000011-48ad-60a1-9806-113a0d00f914" } } }, - "createdOn": "2021-12-07T03:31:34Z" + "createdOn": "2022-05-09T12:29:40Z" } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/typing?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/typing?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "2", "Content-Type": "application/json", - "traceparent": "00-100ad909668e7be0e35ecfe9dd68d532-1ac0634c25f07a39-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "f9914f60df60418cb73db9cca1e71761", + "traceparent": "00-e971e66cb11e843891c825f00017c786-856390ee7b97f82e-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "c40a179fd2d7d5111838da8a0813a9e3", "x-ms-return-client-request-id": "true" }, "RequestBody": {}, @@ -3498,28 +3461,27 @@ "ResponseHeaders": { "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Length": "0", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "uZ8wLBNotkmbEWOx9y8taA.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "Jq/wF65DeEKcSdEi6XK0uA.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0l9WuYQAAAACmu3qV/J5bTpWOWdKjC4lzV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAABghrkDW8cbTZ4UB0U7yqhnRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "f9914f60df60418cb73db9cca1e71761", - "X-Processing-Time": "108ms" + "x-ms-client-request-id": "c40a179fd2d7d5111838da8a0813a9e3", + "X-Processing-Time": "119ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2/typing?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2/typing?api-version=2021-09-07", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "42", "Content-Type": "application/json", - "traceparent": "00-2492684b0e16c60e2cbacf135304893f-95a745f2e337fb5d-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "93d46a70c89e0c9b5e50980375dfd88b", + "traceparent": "00-bb05cd8c9a6917d413b3dab5c010dfdf-d9df0efa4092dab9-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "916e5435d3e8f99c41780ebb7e2332e0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -3529,26 +3491,25 @@ "ResponseHeaders": { "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Length": "0", - "Date": "Tue, 07 Dec 2021 03:31:34 GMT", - "MS-CV": "LQzBXPBNUUyQCYYC7/Xmgw.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:41 GMT", + "MS-CV": "XhLZt4gXiU66LoFqRyFi9w.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0l9WuYQAAAADKi6yU6YRMSY9MB0WO/jFJV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0NQl5YgAAAACl5elCr8OCS6UO6WzUmmEgRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "93d46a70c89e0c9b5e50980375dfd88b", - "X-Processing-Time": "122ms" + "x-ms-client-request-id": "916e5435d3e8f99c41780ebb7e2332e0", + "X-Processing-Time": "123ms" }, "ResponseBody": null }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads?api-version=2021-09-07", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-e8d48bbfef33d7e87c436fb136702014-ac1cbbd8b1c9b451-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "35b39723bd863ba561b34c75dbd5f519", + "traceparent": "00-c51f18f8079f8f33f56827205ae52ed4-0d46c4e8084a0a33-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "9fc1e4b1b19ac8350801a39de41a25dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3556,60 +3517,58 @@ "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 07 Dec 2021 03:31:35 GMT", - "MS-CV": "Mqdx/DrEikm/zldQwtHfjg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:42 GMT", + "MS-CV": "86TeG1HmQ0mXjg0eTW1nMg.0", "Strict-Transport-Security": "max-age=2592000", "Transfer-Encoding": "chunked", - "X-Azure-Ref": "0l9WuYQAAAACxjARlo\u002B0ZTqX2FrdrrY2/V1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ngl5YgAAAACaJz2OqVAdSKwS\u002B9Q494xcRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "35b39723bd863ba561b34c75dbd5f519", - "X-Processing-Time": "87ms" + "x-ms-client-request-id": "9fc1e4b1b19ac8350801a39de41a25dd", + "X-Processing-Time": "182ms" }, "ResponseBody": { "value": [ { - "id": "19:hrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1@thread.v2", + "id": "19:qdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41@thread.v2", "topic": "Updated topic - C# sdk", - "lastMessageReceivedOn": "2021-12-07T03:31:32Z" + "lastMessageReceivedOn": "2022-05-09T12:29:39Z" }, { - "id": "19:gCE1ITwtb6zDlLWTiLm5aEIVizZXYR1GG2T-33LMHPI1@thread.v2", + "id": "19:7KiiSJ15SSioqRH5mSP-Hy_2-cGzlS0fvz0xtj5BHK81@thread.v2", "topic": "Thread async from C# sdk", - "lastMessageReceivedOn": "2021-12-07T03:31:27Z" + "lastMessageReceivedOn": "2022-05-09T12:29:32Z" } ] } }, { - "RequestUri": "https://jolovcommunication-communication.communication.azure.com/chat/threads/19%3AhrqY5orgXxWO4GLtzGbwi25eykyxiKoUySHIei2Jl-Y1%40thread.v2?api-version=2021-09-07", + "RequestUri": "https://petr-acs-tests-cs.communication.azure.com/chat/threads/19%3Aqdxn5cdQj2npksv0iQLX8TFJxskJtHjJD13f0RmVpb41%40thread.v2?api-version=2021-09-07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-fd02f17dce3bf006a92102c818dc20e3-8806f53b0dd98bec-00", - "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20211205.1 (.NET 6.0.0-rtm.21522.10; Microsoft Windows 10.0.22000)", - "x-ms-client-request-id": "324e85f6934a980bb3859a104788ccd8", + "traceparent": "00-2781eae4ae8d64e91b0b0215ad45fad3-4ccb5b8e37bd1c8a-00", + "User-Agent": "azsdk-net-Communication.Chat/1.2.0-alpha.20220506.1 (.NET 6.0.4; Microsoft Windows 10.0.22000)", + "x-ms-client-request-id": "acfdbdff62f9cccb7a10835ec35657f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2021-10-01-preview7", - "Date": "Tue, 07 Dec 2021 03:31:35 GMT", - "MS-CV": "9JPmYLQEKUabyiGO2swkPg.0", - "Request-Context": "appId=", + "Date": "Mon, 09 May 2022 12:29:42 GMT", + "MS-CV": "D3gKM0RB30mbdidAxWSxhw.0", "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0l9WuYQAAAABxe3unYnDOQq0Vys8QZ00aV1NURURHRTA4MDcAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", + "X-Azure-Ref": "0Ngl5YgAAAACwvA/08FkrTZ2yWIQOw3zHRlJBMjMxMDUwNDE5MDI3ADlmYzdiNTE5LWE4Y2MtNGY4OS05MzVlLWM5MTQ4YWUwOWU4MQ==", "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "324e85f6934a980bb3859a104788ccd8", - "X-Processing-Time": "136ms" + "x-ms-client-request-id": "acfdbdff62f9cccb7a10835ec35657f5", + "X-Processing-Time": "196ms" }, "ResponseBody": null } ], "Variables": { - "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://jolovcommunication-communication.communication.azure.com/;accesskey=Kg==", - "RandomSeed": "1933617943" + "COMMUNICATION_LIVETEST_DYNAMIC_CONNECTION_STRING": "endpoint=https://petr-acs-tests-cs.communication.azure.com/;accesskey=Kg==", + "RandomSeed": "970974641" } } diff --git a/sdk/communication/Azure.Communication.Common/CHANGELOG.md b/sdk/communication/Azure.Communication.Common/CHANGELOG.md index e71f2e0646d6d..7152753b54c3d 100644 --- a/sdk/communication/Azure.Communication.Common/CHANGELOG.md +++ b/sdk/communication/Azure.Communication.Common/CHANGELOG.md @@ -1,9 +1,12 @@ # Release History -## 1.2.0-beta.1 (Unreleased) +## 1.2.0 (Unreleased) ### Features Added +- Added `string RawID { get; }` and `static CommunicationIdentifier FromRawId(string rawId)` to `CommunicationIdentifier` to translate between a `CommunicationIdentifier` and its underlying canonical rawId representation. Developers can now use the rawId as an encoded format for identifiers to store in their databases or as stable keys in general. +- Always include `rawId` when serializing identifiers to wire format. + ### Breaking Changes ### Bugs Fixed diff --git a/sdk/communication/Azure.Communication.Common/api/Azure.Communication.Common.netstandard2.0.cs b/sdk/communication/Azure.Communication.Common/api/Azure.Communication.Common.netstandard2.0.cs index a0e8977256143..f7d62c018d55f 100644 --- a/sdk/communication/Azure.Communication.Common/api/Azure.Communication.Common.netstandard2.0.cs +++ b/sdk/communication/Azure.Communication.Common/api/Azure.Communication.Common.netstandard2.0.cs @@ -22,9 +22,12 @@ namespace Azure.Communication public abstract partial class CommunicationIdentifier : System.IEquatable { protected CommunicationIdentifier() { } + public virtual string RawId { get { throw null; } } public abstract bool Equals(Azure.Communication.CommunicationIdentifier other); [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } + public static Azure.Communication.CommunicationIdentifier FromRawId(string rawId) { throw null; } + public override int GetHashCode() { throw null; } } public sealed partial class CommunicationTokenCredential : System.IDisposable { @@ -44,8 +47,8 @@ public partial class CommunicationUserIdentifier : Azure.Communication.Communica { public CommunicationUserIdentifier(string id) { } public string Id { get { throw null; } } + public override string RawId { get { throw null; } } public override bool Equals(Azure.Communication.CommunicationIdentifier other) { throw null; } - public override int GetHashCode() { throw null; } public override string ToString() { throw null; } } public partial class MicrosoftTeamsUserIdentifier : Azure.Communication.CommunicationIdentifier @@ -53,27 +56,25 @@ public partial class MicrosoftTeamsUserIdentifier : Azure.Communication.Communic public MicrosoftTeamsUserIdentifier(string userId, bool isAnonymous = false, Azure.Communication.CommunicationCloudEnvironment? cloud = default(Azure.Communication.CommunicationCloudEnvironment?), string rawId = null) { } public Azure.Communication.CommunicationCloudEnvironment Cloud { get { throw null; } } public bool IsAnonymous { get { throw null; } } - public string RawId { get { throw null; } } + public override string RawId { get { throw null; } } public string UserId { get { throw null; } } public override bool Equals(Azure.Communication.CommunicationIdentifier other) { throw null; } - public override int GetHashCode() { throw null; } public override string ToString() { throw null; } } public partial class PhoneNumberIdentifier : Azure.Communication.CommunicationIdentifier { public PhoneNumberIdentifier(string phoneNumber, string rawId = null) { } public string PhoneNumber { get { throw null; } } - public string RawId { get { throw null; } } + public override string RawId { get { throw null; } } public override bool Equals(Azure.Communication.CommunicationIdentifier other) { throw null; } - public override int GetHashCode() { throw null; } public override string ToString() { throw null; } } public partial class UnknownIdentifier : Azure.Communication.CommunicationIdentifier { public UnknownIdentifier(string id) { } public string Id { get { throw null; } } + public override string RawId { get { throw null; } } public override bool Equals(Azure.Communication.CommunicationIdentifier other) { throw null; } - public override int GetHashCode() { throw null; } public override string ToString() { throw null; } } } diff --git a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj index e014fa0a6d5c6..f0a1fe1bbfad2 100644 --- a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj +++ b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj @@ -5,7 +5,7 @@ For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Common/CHANGELOG.md. Azure Communication Services Common - 1.2.0-beta.1 + 1.2.0 1.1.0 Microsoft Azure Communication Service;Microsoft;Azure;Azure Communication Service;Communication;$(PackageCommonTags) diff --git a/sdk/communication/Azure.Communication.Common/src/CommunicationCloudEnvironment.cs b/sdk/communication/Azure.Communication.Common/src/CommunicationCloudEnvironment.cs index d7951edf25d3a..44933219c1764 100644 --- a/sdk/communication/Azure.Communication.Common/src/CommunicationCloudEnvironment.cs +++ b/sdk/communication/Azure.Communication.Common/src/CommunicationCloudEnvironment.cs @@ -31,7 +31,7 @@ public CommunicationCloudEnvironment(string value) /// Determines if two values are not the same. public static bool operator !=(CommunicationCloudEnvironment left, CommunicationCloudEnvironment right) => !left.Equals(right); /// Converts a string to a . - public static implicit operator CommunicationCloudEnvironment(string value) => new CommunicationCloudEnvironment(value); + public static implicit operator CommunicationCloudEnvironment(string value) => new(value); /// [EditorBrowsable(EditorBrowsableState.Never)] diff --git a/sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs b/sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs index f96d07a9dea07..ced089a603233 100644 --- a/sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs +++ b/sdk/communication/Azure.Communication.Common/src/CommunicationIdentifier.cs @@ -3,14 +3,22 @@ using System; using System.ComponentModel; +using Azure.Core; namespace Azure.Communication { /// Represents an identifier in Azure Communication Services. -#pragma warning disable CS0659 // Type overrides Object.Equals(object o) but does not override Object.GetHashCode() public abstract class CommunicationIdentifier : IEquatable -#pragma warning restore CS0659 // Type overrides Object.Equals(object o) but does not override Object.GetHashCode() { + /// + /// Returns the canonical string representation of the . + /// You can use the for encoding the identifier and then use it as a key in a database. + /// + public virtual string RawId { get; } + + /// + public override int GetHashCode() => RawId.GetHashCode(); + /// public abstract bool Equals(CommunicationIdentifier other); @@ -18,5 +26,38 @@ public abstract class CommunicationIdentifier : IEquatable obj is CommunicationIdentifier other && Equals(other); + + /// + /// Creates a from a given rawId. + /// When storing rawIds, use this function to restore the identifier that was encoded in the rawId. + /// + /// The rawId to be translated to its identifier representation. + /// Returns , , , or based on the identifier type. + public static CommunicationIdentifier FromRawId(string rawId) + { + Argument.AssertNotNullOrEmpty(rawId, nameof(rawId)); + + if (rawId.StartsWith("4:", StringComparison.OrdinalIgnoreCase)) + { + return new PhoneNumberIdentifier($"+{rawId.Substring("4:".Length)}"); + } + + var segments = rawId.Split(':'); + if (segments.Length < 3) + return new UnknownIdentifier(rawId); + + var prefix = $"{segments[0]}:{segments[1]}:"; + var suffix = rawId.Substring(prefix.Length); + + return prefix switch + { + "8:teamsvisitor:" => new MicrosoftTeamsUserIdentifier(suffix, true), + "8:orgid:" => new MicrosoftTeamsUserIdentifier(suffix, false, CommunicationCloudEnvironment.Public), + "8:dod:" => new MicrosoftTeamsUserIdentifier(suffix, false, CommunicationCloudEnvironment.Dod), + "8:gcch:" => new MicrosoftTeamsUserIdentifier(suffix, false, CommunicationCloudEnvironment.Gcch), + "8:acs:" or "8:spool:" or "8:dod-acs:" or "8:gcch-acs:" => new CommunicationUserIdentifier(rawId), + _ => new UnknownIdentifier(rawId), + }; + } } } diff --git a/sdk/communication/Azure.Communication.Common/src/CommunicationUserIdentifier.cs b/sdk/communication/Azure.Communication.Common/src/CommunicationUserIdentifier.cs index 413c8bd0fd4ff..80d85713e6170 100644 --- a/sdk/communication/Azure.Communication.Common/src/CommunicationUserIdentifier.cs +++ b/sdk/communication/Azure.Communication.Common/src/CommunicationUserIdentifier.cs @@ -11,6 +11,12 @@ public class CommunicationUserIdentifier : CommunicationIdentifier /// The id of the communication user. public string Id { get; } + /// + /// Returns the canonical string representation of the . + /// You can use the for encoding the identifier and then use it as a key in a database. + /// + public override string RawId => Id; + /// /// Initializes a new instance of . /// @@ -30,11 +36,8 @@ public CommunicationUserIdentifier(string id) /// public override string ToString() => Id; - /// - public override int GetHashCode() => Id.GetHashCode(); - /// public override bool Equals(CommunicationIdentifier other) - => other is CommunicationUserIdentifier otherId && otherId.Id == Id; + => other is CommunicationUserIdentifier otherId && otherId.RawId == RawId; } } diff --git a/sdk/communication/Azure.Communication.Common/src/MicrosoftTeamsUserIdentifier.cs b/sdk/communication/Azure.Communication.Common/src/MicrosoftTeamsUserIdentifier.cs index a326ae22a771b..a4b35390b0dfd 100644 --- a/sdk/communication/Azure.Communication.Common/src/MicrosoftTeamsUserIdentifier.cs +++ b/sdk/communication/Azure.Communication.Common/src/MicrosoftTeamsUserIdentifier.cs @@ -8,8 +8,38 @@ namespace Azure.Communication /// Represents a Microsoft Teams user. public class MicrosoftTeamsUserIdentifier : CommunicationIdentifier { - /// The optional raw id of the Microsoft Teams User identifier. - public string RawId { get; } + private string _rawId; + + /// + /// Returns the canonical string representation of the . + /// You can use the for encoding the identifier and then use it as a key in a database. + /// + public override string RawId + { + get + { + if (_rawId == null) + { + if (IsAnonymous) + { + _rawId = $"8:teamsvisitor:{UserId}"; + } + else if (Cloud == CommunicationCloudEnvironment.Dod) + { + _rawId = $"8:dod:{UserId}"; + } + else if (Cloud == CommunicationCloudEnvironment.Gcch) + { + _rawId = $"8:gcch:{UserId}"; + } + else + { + _rawId = $"8:orgid:{UserId}"; + } + } + return _rawId; + } + } /// The id of the Microsoft Teams user. If the user isn't anonymous, the id is the Azure AD object id of the user. public string UserId { get; } @@ -39,21 +69,15 @@ public MicrosoftTeamsUserIdentifier(string userId, bool isAnonymous = false, Com UserId = userId; IsAnonymous = isAnonymous; Cloud = cloud ?? CommunicationCloudEnvironment.Public; - RawId = rawId; + _rawId = rawId; } /// public override string ToString() => UserId; - /// - public override int GetHashCode() => UserId.GetHashCode(); - /// public override bool Equals(CommunicationIdentifier other) => other is MicrosoftTeamsUserIdentifier otherId - && otherId.UserId == UserId - && otherId.IsAnonymous == IsAnonymous - && otherId.Cloud == Cloud - && (RawId is null || otherId.RawId is null || RawId == otherId.RawId); + && otherId.RawId == RawId; } } diff --git a/sdk/communication/Azure.Communication.Common/src/PhoneNumberIdentifier.cs b/sdk/communication/Azure.Communication.Common/src/PhoneNumberIdentifier.cs index c63e699a2ba1e..8fab76807f9a5 100644 --- a/sdk/communication/Azure.Communication.Common/src/PhoneNumberIdentifier.cs +++ b/sdk/communication/Azure.Communication.Common/src/PhoneNumberIdentifier.cs @@ -8,8 +8,19 @@ namespace Azure.Communication /// Represents a Phone Number. public class PhoneNumberIdentifier : CommunicationIdentifier { - /// The optional raw id of the phone number. - public string RawId { get; } + private string _rawId; + + /// + /// Returns the canonical string representation of the . + /// You can use the for encoding the identifier and then use it as a key in a database. + /// + public override string RawId + { + get + { + return _rawId ??= $"4:{PhoneNumber.TrimStart('+')}"; + } + } /// The phone number in E.164 format. public string PhoneNumber { get; } @@ -27,17 +38,14 @@ public PhoneNumberIdentifier(string phoneNumber, string rawId = null) { Argument.AssertNotNullOrEmpty(phoneNumber, nameof(phoneNumber)); PhoneNumber = phoneNumber; - RawId = rawId; + _rawId = rawId; } /// public override string ToString() => PhoneNumber; - /// - public override int GetHashCode() => PhoneNumber.GetHashCode(); - /// public override bool Equals(CommunicationIdentifier other) - => other is PhoneNumberIdentifier otherId && otherId.PhoneNumber == PhoneNumber && (RawId is null || otherId.RawId is null || RawId == otherId.RawId); + => other is PhoneNumberIdentifier otherId && otherId.RawId == RawId; } } diff --git a/sdk/communication/Azure.Communication.Common/src/UnknownIdentifier.cs b/sdk/communication/Azure.Communication.Common/src/UnknownIdentifier.cs index 4cad237e0c2e6..191e254e12e90 100644 --- a/sdk/communication/Azure.Communication.Common/src/UnknownIdentifier.cs +++ b/sdk/communication/Azure.Communication.Common/src/UnknownIdentifier.cs @@ -11,6 +11,9 @@ public class UnknownIdentifier : CommunicationIdentifier /// The id of the endpoint. public string Id { get; } + /// + public override string RawId => Id; + /// /// Initializes a new instance of . /// @@ -30,11 +33,8 @@ public UnknownIdentifier(string id) /// public override string ToString() => Id; - /// - public override int GetHashCode() => Id.GetHashCode(); - /// public override bool Equals(CommunicationIdentifier other) - => other is UnknownIdentifier otherId && otherId.Id == Id; + => other is UnknownIdentifier otherId && otherId.RawId == RawId; } } diff --git a/sdk/communication/Azure.Communication.Common/tests/CommunicationIdentifierTest.cs b/sdk/communication/Azure.Communication.Common/tests/CommunicationIdentifierTest.cs index c9061a700854a..5129d737df818 100644 --- a/sdk/communication/Azure.Communication.Common/tests/CommunicationIdentifierTest.cs +++ b/sdk/communication/Azure.Communication.Common/tests/CommunicationIdentifierTest.cs @@ -1,33 +1,113 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; +using System.Linq; +using System.Collections.Generic; using NUnit.Framework; namespace Azure.Communication { public class CommunicationIdentifierTest { - private const string TestUserId = "User Id"; - private const string TestRawId = "Raw Id"; - private const string TestPhoneNumber = "+14255550123"; - private const string TestTeamsUserId = "Microsoft Teams User Id"; - [Test] - public void IfIdIsOptional_EqualityOnlyTestIfPresentOnBothSide() + public void RawIdTakesPrecendenceInEqualityCheck() { - Assert.AreEqual(new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true, rawId: TestRawId), new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true)); - Assert.AreEqual(new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true), new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true)); - Assert.AreEqual(new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true), new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true, rawId: TestRawId)); - Assert.AreNotEqual(new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true, rawId: TestRawId), new MicrosoftTeamsUserIdentifier(TestUserId, isAnonymous: true, rawId: "Another Raw Id")); - - Assert.AreEqual(new PhoneNumberIdentifier(TestPhoneNumber, TestRawId), new PhoneNumberIdentifier(TestPhoneNumber)); - Assert.AreEqual(new PhoneNumberIdentifier(TestPhoneNumber), new PhoneNumberIdentifier(TestPhoneNumber)); - Assert.AreEqual(new PhoneNumberIdentifier(TestPhoneNumber), new PhoneNumberIdentifier(TestPhoneNumber, TestRawId)); - Assert.AreNotEqual(new PhoneNumberIdentifier(TestPhoneNumber, TestRawId), new PhoneNumberIdentifier(TestPhoneNumber, "Another Raw Id")); + // Teams users + Assert.AreEqual(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true), new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true)); + Assert.AreNotEqual(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true, rawId: "Raw Id"), new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true, rawId: "Another Raw Id")); + + Assert.AreEqual(new MicrosoftTeamsUserIdentifier("override", isAnonymous: true, rawId: "8:teamsvisitor:45ab2481-1c1c-4005-be24-0ffb879b1130"), new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true)); + Assert.AreEqual(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true), new MicrosoftTeamsUserIdentifier("override", isAnonymous: true, rawId: "8:teamsvisitor:45ab2481-1c1c-4005-be24-0ffb879b1130")); + + // Phone numbers + Assert.AreEqual(new PhoneNumberIdentifier("+14255550123"), new PhoneNumberIdentifier("+14255550123")); + Assert.AreNotEqual(new PhoneNumberIdentifier("+14255550123", "Raw Id"), new PhoneNumberIdentifier("+14255550123", "Another Raw Id")); + + Assert.AreEqual(new PhoneNumberIdentifier("+override", "4:14255550123"), new PhoneNumberIdentifier("+14255550123")); + Assert.AreEqual(new PhoneNumberIdentifier("+14255550123"), new PhoneNumberIdentifier("+override", "4:14255550123")); } [Test] public void MicrosoftTeamsUserIdentifier_DefaultCloudIsPublic() - => Assert.AreEqual(CommunicationCloudEnvironment.Public, new MicrosoftTeamsUserIdentifier(TestTeamsUserId, isAnonymous: true, rawId: TestRawId).Cloud); + => Assert.AreEqual(CommunicationCloudEnvironment.Public, new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true, rawId: "Raw Id").Cloud); + + [Test] + public void GetRawIdOfIdentifier() + { + static void AssertRawId(CommunicationIdentifier identifier, string expectedRawId) => Assert.AreEqual(identifier.RawId, expectedRawId); + + AssertRawId(new CommunicationUserIdentifier("8:acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"), "8:acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new CommunicationUserIdentifier("8:gcch-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"), "8:gcch-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new CommunicationUserIdentifier("someFutureFormat"), "someFutureFormat"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130"), "8:orgid:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", cloud: CommunicationCloudEnvironment.Public), "8:orgid:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", cloud: CommunicationCloudEnvironment.Dod), "8:dod:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", cloud: CommunicationCloudEnvironment.Gcch), "8:gcch:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: false), "8:orgid:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", isAnonymous: true), "8:teamsvisitor:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", rawId: "8:orgid:legacyFormat", isAnonymous: true), "8:orgid:legacyFormat"); + AssertRawId(new PhoneNumberIdentifier("+112345556789"), "4:112345556789"); + AssertRawId(new PhoneNumberIdentifier("+112345556789", rawId: "4:otherFormat"), "4:otherFormat"); + AssertRawId(new UnknownIdentifier("28:45ab2481-1c1c-4005-be24-0ffb879b1130"), "28:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRawId(new UnknownIdentifier("someFutureFormat"), "someFutureFormat"); + } + + [Test] + public void CreateIdentifierFromRawId() + { + static void AssertIdentifier(string rawId, CommunicationIdentifier expectedIdentifier) + { + Assert.AreEqual(CommunicationIdentifier.FromRawId(rawId), expectedIdentifier); + Assert.AreEqual(CommunicationIdentifier.FromRawId(rawId).GetHashCode(), expectedIdentifier.GetHashCode()); + } + + AssertIdentifier("8:acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130", new CommunicationUserIdentifier("8:acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130")); + AssertIdentifier("8:spool:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130", new CommunicationUserIdentifier("8:spool:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130")); + AssertIdentifier("8:dod-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130", new CommunicationUserIdentifier("8:dod-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130")); + AssertIdentifier("8:gcch-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130", new CommunicationUserIdentifier("8:gcch-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130")); + AssertIdentifier("8:acs:something", new CommunicationUserIdentifier("8:acs:something")); + AssertIdentifier("8:orgid:45ab2481-1c1c-4005-be24-0ffb879b1130", new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", false, CommunicationCloudEnvironment.Public)); + AssertIdentifier("8:dod:45ab2481-1c1c-4005-be24-0ffb879b1130", new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", false, CommunicationCloudEnvironment.Dod)); + AssertIdentifier("8:gcch:45ab2481-1c1c-4005-be24-0ffb879b1130", new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", false, CommunicationCloudEnvironment.Gcch)); + AssertIdentifier("8:teamsvisitor:45ab2481-1c1c-4005-be24-0ffb879b1130", new MicrosoftTeamsUserIdentifier("45ab2481-1c1c-4005-be24-0ffb879b1130", true, CommunicationCloudEnvironment.Public)); + AssertIdentifier("8:orgid:legacyFormat", new MicrosoftTeamsUserIdentifier("legacyFormat", false, CommunicationCloudEnvironment.Public)); + AssertIdentifier("4:112345556789", new PhoneNumberIdentifier("+112345556789")); + AssertIdentifier("4:otherFormat", new PhoneNumberIdentifier("+otherFormat")); + AssertIdentifier("28:45ab2481-1c1c-4005-be24-0ffb879b1130", new UnknownIdentifier("28:45ab2481-1c1c-4005-be24-0ffb879b1130")); + + Assert.Throws(() => CommunicationIdentifier.FromRawId(null)); + } + + [Test] + public void RawIdStaysTheSameAfterConversionToIdentifierAndBack() + { + static void AssertRoundtrip(string rawId) => Assert.AreEqual(CommunicationIdentifier.FromRawId(rawId).RawId, rawId); + + AssertRoundtrip("8:acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:spool:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:dod-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:gcch-acs:bbbcbc1e-9f06-482a-b5d8-20e3f26ef0cd_45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:acs:something"); + AssertRoundtrip("8:orgid:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:dod:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:gcch:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:teamsvisitor:45ab2481-1c1c-4005-be24-0ffb879b1130"); + AssertRoundtrip("8:orgid:legacyFormat"); + AssertRoundtrip("4:112345556789"); + AssertRoundtrip("4:otherFormat"); + AssertRoundtrip("28:45ab2481-1c1c-4005-be24-0ffb879b1130"); + } + + [Test] + public void RawIdIsOverriddenBySubTypes() + { + var baseType = typeof(CommunicationIdentifier); + IEnumerable? implementations = baseType.Assembly.GetTypes().Where(type => type.IsSubclassOf(typeof(CommunicationIdentifier))); + foreach (Type implementation in implementations) + { + Assert.AreNotEqual(baseType, implementation.GetProperty(nameof(CommunicationIdentifier.RawId))?.DeclaringType); + } + } } } diff --git a/sdk/communication/Azure.Communication.Common/tests/CommunicationTestEnvironment.cs b/sdk/communication/Azure.Communication.Common/tests/CommunicationTestEnvironment.cs index 1ffa07ee7231c..a2a1d2c5eca9b 100644 --- a/sdk/communication/Azure.Communication.Common/tests/CommunicationTestEnvironment.cs +++ b/sdk/communication/Azure.Communication.Common/tests/CommunicationTestEnvironment.cs @@ -19,7 +19,7 @@ public class CommunicationTestEnvironment : TestEnvironment LiveTestDynamicConnectionStringEnvironmentVariableName, options => options.HasSecretConnectionStringParameter("accessKey", SanitizedValue.Base64)); - public Uri LiveTestDynamicEndpoint => new Uri(Core.ConnectionString.Parse(LiveTestDynamicConnectionString).GetRequired("endpoint")); + public Uri LiveTestDynamicEndpoint => new(Core.ConnectionString.Parse(LiveTestDynamicConnectionString).GetRequired("endpoint")); public string LiveTestDynamicAccessKey => Core.ConnectionString.Parse(LiveTestDynamicConnectionString).GetRequired("accesskey"); @@ -27,7 +27,7 @@ public class CommunicationTestEnvironment : TestEnvironment LiveTestStaticConnectionStringEnvironmentVariableName, options => options.HasSecretConnectionStringParameter("accessKey", SanitizedValue.Base64)); - public Uri LiveTestStaticEndpoint => new Uri(Core.ConnectionString.Parse(LiveTestStaticConnectionString).GetRequired("endpoint")); + public Uri LiveTestStaticEndpoint => new(Core.ConnectionString.Parse(LiveTestStaticConnectionString).GetRequired("endpoint")); public string LiveTestStaticAccessKey => Core.ConnectionString.Parse(LiveTestStaticConnectionString).GetRequired("accesskey"); diff --git a/sdk/communication/Azure.Communication.Common/tests/CommunicationUserIdentifierTests.cs b/sdk/communication/Azure.Communication.Common/tests/CommunicationUserIdentifierTests.cs index 1c6f64f21c8b2..b2b1ea131e8bd 100644 --- a/sdk/communication/Azure.Communication.Common/tests/CommunicationUserIdentifierTests.cs +++ b/sdk/communication/Azure.Communication.Common/tests/CommunicationUserIdentifierTests.cs @@ -8,7 +8,7 @@ namespace Azure.Communication { public class CommunicationUserIdentifierTests { - private String _id = "Some id"; + private readonly string _id = "Some id"; [Test] public void constructWithNullOrEmptyIdShouldThrow() @@ -20,8 +20,8 @@ public void constructWithNullOrEmptyIdShouldThrow() [Test] public void compareEqualUserIdentifiers() { - CommunicationUserIdentifier identifier1 = new CommunicationUserIdentifier(_id); - CommunicationUserIdentifier identifier2 = new CommunicationUserIdentifier(_id); + CommunicationUserIdentifier identifier1 = new(_id); + CommunicationUserIdentifier identifier2 = new(_id); Assert.True(identifier1.Equals(identifier1)); Assert.True(identifier1.Equals(identifier2)); @@ -30,15 +30,15 @@ public void compareEqualUserIdentifiers() [Test] public void compareWithNonUserIdentifier() { - CommunicationUserIdentifier identifier1 = new CommunicationUserIdentifier(_id); - Object identifier2 = new Object(); + CommunicationUserIdentifier identifier1 = new(_id); + object identifier2 = new(); Assert.False(identifier1.Equals(identifier2)); } [Test] public void constructWithValidId() { - CommunicationUserIdentifier result = new CommunicationUserIdentifier(_id); + CommunicationUserIdentifier result = new(_id); Assert.NotNull(result.Id); Assert.NotNull(result.GetHashCode()); } diff --git a/sdk/communication/Azure.Communication.Common/tests/Identity/CommunicationTokenCredentialTest.cs b/sdk/communication/Azure.Communication.Common/tests/Identity/CommunicationTokenCredentialTest.cs index c171b490bca78..67a1e7c295a86 100644 --- a/sdk/communication/Azure.Communication.Common/tests/Identity/CommunicationTokenCredentialTest.cs +++ b/sdk/communication/Azure.Communication.Common/tests/Identity/CommunicationTokenCredentialTest.cs @@ -81,7 +81,7 @@ public async Task CommunicationTokenCredential_CreateRefreshableWithInitialToken #pragma warning disable IDE0060 // Remove unused parameter private static string FetchTokenForUserFromMyServer(string userId, CancellationToken cancellationToken) => SampleToken; - private static ValueTask FetchTokenForUserFromMyServerAsync(string userId, CancellationToken cancellationToken) => new ValueTask(SampleToken); + private static ValueTask FetchTokenForUserFromMyServerAsync(string userId, CancellationToken cancellationToken) => new(SampleToken); #pragma warning restore IDE0060 // Remove unused parameter [Test] @@ -113,7 +113,7 @@ public async Task CommunicationTokenCredential_StaticToken_ReturnsExpiredToken(b { using var tokenCredential = new CommunicationTokenCredential(ExpiredToken); - var token = async ? await tokenCredential.GetTokenAsync() : tokenCredential.GetToken(); + AccessToken token = async ? await tokenCredential.GetTokenAsync() : tokenCredential.GetToken(); Assert.AreEqual(ExpiredToken, token.Token); } @@ -135,7 +135,7 @@ public async Task CommunicationTokenCredential_PassesCancellationToken(bool refr InitialToken = ExpiredToken }); - var token = async ? await tokenCredential.GetTokenAsync(cancellationToken) : tokenCredential.GetToken(cancellationToken); + AccessToken token = async ? await tokenCredential.GetTokenAsync(cancellationToken) : tokenCredential.GetToken(cancellationToken); Assert.AreEqual(cancellationToken, actualCancellationToken); string RefreshToken(CancellationToken token) @@ -152,7 +152,7 @@ public void CommunicationTokenCredential_RefreshsTokenProactively_ImmediateWhenE var testClock = new TestClock(); var expiredToken = GenerateTokenValidForMinutes(testClock.UtcNow, -1); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, true, RefreshToken, @@ -176,7 +176,7 @@ string RefreshToken(CancellationToken _) public async Task GetTokenSeries_RefreshTokenOnDemandIfNeeded(string token, long expectedExpiryUnixTimeSeconds, bool async) { var testClock = new TestClock(); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, false, _ => token, @@ -234,7 +234,7 @@ public void GetTokenSeries_StaticToken_Throws_IfTokenRequestedWhileDisposed(bool public void Dispose_CancelsTimer() { var testClock = new TestClock(); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, true, _ => SampleToken, @@ -260,20 +260,20 @@ public void CurrentTokenExpiringSoon_TokenRefreshed(bool inCriticalExpiryWindow) var newToken = GenerateTokenValidForMinutes(testClock.UtcNow, 55); var refreshCallCount = 0; - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, refreshProactively: true, RefreshToken, _ => throw new NotImplementedException(), initialToken); - var token = tokenCredential.GetToken(); + AccessToken token = tokenCredential.GetToken(); testClock.Tick(TimeSpan.FromMinutes(tokenValidForMinutes - ThreadSafeRefreshableAccessTokenCache.ProactiveRefreshIntervalInMinutes + 0.5)); Assert.AreEqual(1, refreshCallCount); - var afterRefreshToken = tokenCredential.GetToken(); + AccessToken afterRefreshToken = tokenCredential.GetToken(); Assert.AreEqual(inCriticalExpiryWindow ? newToken : initialToken, token.Token); Assert.AreEqual(newToken, afterRefreshToken.Token); @@ -300,7 +300,7 @@ public void CurrentTokenExpired_TokenRefreshFails_Throws() Assert.Throws(() => tokenCredential.GetToken()); - string RefreshToken(CancellationToken _) => throw new ArithmeticException("Refresh token failed"); + static string RefreshToken(CancellationToken _) => throw new ArithmeticException("Refresh token failed"); } [Test] @@ -309,7 +309,7 @@ public void ProactiveRefreshingEnabled_KeepsSchedulingNewTimers() var testClock = new TestClock(); var twentyMinToken = GenerateTokenValidForMinutes(testClock.UtcNow, 20); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, refreshProactively: true, _ => GenerateTokenValidForMinutes(testClock.UtcNow, 20), @@ -317,12 +317,12 @@ public void ProactiveRefreshingEnabled_KeepsSchedulingNewTimers() twentyMinToken); Assert.AreEqual(1, testClock.ScheduledActions.Count()); - var firstTimer = testClock.ScheduledActions.First(); + ThreadSafeRefreshableAccessTokenCache.IScheduledAction? firstTimer = testClock.ScheduledActions.First(); // Go into the soon-to-expire window testClock.Tick(TimeSpan.FromMinutes(20 - ThreadSafeRefreshableAccessTokenCache.ProactiveRefreshIntervalInMinutes + 0.5)); Assert.AreEqual(1, testClock.ScheduledActions.Count()); - var secondTimer = testClock.ScheduledActions.First(); + ThreadSafeRefreshableAccessTokenCache.IScheduledAction? secondTimer = testClock.ScheduledActions.First(); Assert.AreNotEqual(firstTimer, secondTimer); } @@ -335,7 +335,7 @@ public async Task GetTokenSeries_CallsRefreshTokenOnlyOnce(bool async) var testClock = new TestClock(); var twentyMinToken = GenerateTokenValidForMinutes(testClock.UtcNow, 20); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, refreshProactively: true, RefreshToken, @@ -370,7 +370,7 @@ public Task CommunicationTokenCredential_TokenAboutToExpire_FractionalBackoffApp var testClock = new TestClock(); var twentyMinToken = GenerateTokenValidForMinutes(testClock.UtcNow, 20); - using var tokenCredential = CreateTokenCredentialWithTestClock( + using AutoRefreshTokenCredential? tokenCredential = CreateTokenCredentialWithTestClock( testClock, refreshProactively: true, RefreshToken, @@ -381,7 +381,7 @@ public Task CommunicationTokenCredential_TokenAboutToExpire_FractionalBackoffApp .TotalMilliseconds; // Go into the soon-to-expire window testClock.Tick(TimeSpan.FromMilliseconds(soonToExpireMs)); - var refreshedToken = tokenCredential.GetToken(); + AccessToken refreshedToken = tokenCredential.GetToken(); // Expect the token to be refreshed only once within the first 10 minutes Assert.AreEqual(expectedTotalCallCounts, refreshCallCount); @@ -419,7 +419,7 @@ public void CommunicationTokenCredential_ExpiredTokenReturn_ThrowsException() InitialToken = expiredToken }); - var ex = Assert.Throws(() => tokenCredential.GetToken()); + InvalidOperationException? ex = Assert.Throws(() => tokenCredential.GetToken()); Assert.That(ex?.Message, Is.EqualTo("The token returned from the tokenRefresher is expired.")); string RefreshToken(CancellationToken _) { @@ -427,7 +427,7 @@ string RefreshToken(CancellationToken _) } } - private string GenerateTokenValidForMinutes(DateTimeOffset utcNow, int minutes) + private static string GenerateTokenValidForMinutes(DateTimeOffset utcNow, int minutes) { var expiresOn = utcNow.AddMinutes(minutes).ToUnixTimeSeconds(); var tokenString = $"{{\"exp\": {expiresOn}}}"; diff --git a/sdk/communication/Azure.Communication.Common/tests/Identity/TestClock.cs b/sdk/communication/Azure.Communication.Common/tests/Identity/TestClock.cs index d65d7f7372799..d16b29d5cd093 100644 --- a/sdk/communication/Azure.Communication.Common/tests/Identity/TestClock.cs +++ b/sdk/communication/Azure.Communication.Common/tests/Identity/TestClock.cs @@ -14,7 +14,7 @@ namespace Azure.Communication.Identity /// internal class TestClock { - private readonly List _scheduledActions = new List(); + private readonly List _scheduledActions = new(); public IEnumerable ScheduledActions => _scheduledActions.Where(x => !x.IsDisposed && !x.HasExecuted).Cast(); public IScheduledAction Schedule(Action action, TimeSpan period) diff --git a/sdk/communication/Azure.Communication.Common/tests/Pipeline/CommunicationBearerTokenCredentialTests.cs b/sdk/communication/Azure.Communication.Common/tests/Pipeline/CommunicationBearerTokenCredentialTests.cs index a03bd73f99b55..08293618619f1 100644 --- a/sdk/communication/Azure.Communication.Common/tests/Pipeline/CommunicationBearerTokenCredentialTests.cs +++ b/sdk/communication/Azure.Communication.Common/tests/Pipeline/CommunicationBearerTokenCredentialTests.cs @@ -15,7 +15,7 @@ public class CommunicationBearerTokenCredentialTests private const long SampleTokenExpiry = 32503680000; private const string ExpiredToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjEwMH0.1h_scYkNp-G98-O4cW6KvfJZwiz54uJMyeDACE4nypg"; private static string FetchTokenForUserFromMyServer(string userId, CancellationToken cancellationToken) => SampleToken; - private static ValueTask FetchTokenForUserFromMyServerAsync(string userId, CancellationToken cancellationToken) => new ValueTask(SampleToken); + private static ValueTask FetchTokenForUserFromMyServerAsync(string userId, CancellationToken cancellationToken) => new(SampleToken); public TokenRequestContext MockTokenRequestContext() { diff --git a/sdk/communication/Azure.Communication.Common/tests/UnknownIdentifierTests.cs b/sdk/communication/Azure.Communication.Common/tests/UnknownIdentifierTests.cs index 94085ea9346f1..590f88e4b69c7 100644 --- a/sdk/communication/Azure.Communication.Common/tests/UnknownIdentifierTests.cs +++ b/sdk/communication/Azure.Communication.Common/tests/UnknownIdentifierTests.cs @@ -8,7 +8,7 @@ namespace Azure.Communication { public class UnknownIdentifierTests { - private String _id = "some id"; + private readonly string _id = "some id"; [Test] public void constructWithNullOrEmptyIdShouldThrow() { @@ -19,8 +19,8 @@ public void constructWithNullOrEmptyIdShouldThrow() [Test] public void compareEqualUnknownIdentifiers() { - UnknownIdentifier identifier1 = new UnknownIdentifier(_id); - UnknownIdentifier identifier2 = new UnknownIdentifier(_id); + UnknownIdentifier identifier1 = new(_id); + UnknownIdentifier identifier2 = new(_id); Assert.True(identifier1.Equals(identifier1)); Assert.True(identifier1.Equals(identifier2)); @@ -29,15 +29,15 @@ public void compareEqualUnknownIdentifiers() [Test] public void compareWithNonUnknownIdentifier() { - UnknownIdentifier identifier1 = new UnknownIdentifier(_id); - Object identifier2 = new Object(); + UnknownIdentifier identifier1 = new(_id); + object identifier2 = new(); Assert.False(identifier1.Equals(identifier2)); } [Test] public void constructWithValidId() { - UnknownIdentifier result = new UnknownIdentifier(_id); + UnknownIdentifier result = new(_id); Assert.NotNull(result.Id); Assert.NotNull(result.GetHashCode()); } diff --git a/sdk/communication/Shared/src/CommunicationIdentifierSerializer.cs b/sdk/communication/Shared/src/CommunicationIdentifierSerializer.cs index dd06442f33e2b..2d92c5551f3fb 100644 --- a/sdk/communication/Shared/src/CommunicationIdentifierSerializer.cs +++ b/sdk/communication/Shared/src/CommunicationIdentifierSerializer.cs @@ -38,7 +38,7 @@ public static CommunicationIdentifier Deserialize(CommunicationIdentifierModel i static void AssertMaximumOneNestedModel(CommunicationIdentifierModel identifier) { - List presentProperties = new List(); + List presentProperties = new(); if (identifier.CommunicationUser is not null) presentProperties.Add(nameof(identifier.CommunicationUser)); if (identifier.PhoneNumber is not null) @@ -68,6 +68,7 @@ public static CommunicationIdentifierModel Serialize(CommunicationIdentifier ide { CommunicationUserIdentifier u => new CommunicationIdentifierModel { + RawId = u.Id, CommunicationUser = new CommunicationUserIdentifierModel(u.Id), }, PhoneNumberIdentifier p => new CommunicationIdentifierModel diff --git a/sdk/communication/Shared/src/CommunicationIdentifierSerializerTest.cs b/sdk/communication/Shared/src/CommunicationIdentifierSerializerTest.cs index b050672109046..98133c0f3d762 100644 --- a/sdk/communication/Shared/src/CommunicationIdentifierSerializerTest.cs +++ b/sdk/communication/Shared/src/CommunicationIdentifierSerializerTest.cs @@ -11,6 +11,7 @@ public class CommunicationIdentifierSerializerTest private const string TestUserId = "User Id"; private const string TestRawId = "Raw Id"; private const string TestPhoneNumber = "+12223334444"; + private const string TestPhoneNumberRawId = "4:12223334444"; private const string TestTeamsUserId = "Microsoft Teams User Id"; private const string TestTeamsCloud = "gcch"; @@ -75,7 +76,7 @@ public void DeserializeCommunicationUser() RawId = TestRawId, }); - CommunicationUserIdentifier expectedIdentifier = new CommunicationUserIdentifier(TestUserId); + CommunicationUserIdentifier expectedIdentifier = new(TestUserId); Assert.AreEqual(expectedIdentifier.Id, identifier.Id); Assert.AreEqual(expectedIdentifier, identifier); @@ -97,7 +98,7 @@ public void DeserializeUnknown() { RawId = TestRawId, }); - UnknownIdentifier expectedIdentifier = new UnknownIdentifier(TestRawId); + UnknownIdentifier expectedIdentifier = new(TestRawId); Assert.AreEqual(expectedIdentifier.Id, identifier.Id); Assert.AreEqual(expectedIdentifier, identifier); @@ -105,13 +106,13 @@ public void DeserializeUnknown() [Test] [TestCase(null)] - [TestCase(TestRawId)] - public void SerializePhoneNumber(string? expectedRawId) + [TestCase(TestPhoneNumberRawId)] + public void SerializePhoneNumber(string? rawId) { - CommunicationIdentifierModel model = CommunicationIdentifierSerializer.Serialize(new PhoneNumberIdentifier(TestPhoneNumber, expectedRawId)); + CommunicationIdentifierModel model = CommunicationIdentifierSerializer.Serialize(new PhoneNumberIdentifier(TestPhoneNumber, rawId)); Assert.AreEqual(TestPhoneNumber, model.PhoneNumber.Value); - Assert.AreEqual(expectedRawId, model.RawId); + Assert.AreEqual(TestPhoneNumberRawId, model.RawId); } [Test] @@ -124,7 +125,7 @@ public void DeserializePhoneNumber() RawId = TestRawId, }); - PhoneNumberIdentifier expectedIdentifier = new PhoneNumberIdentifier(TestPhoneNumber, TestRawId); + PhoneNumberIdentifier expectedIdentifier = new(TestPhoneNumber, TestRawId); Assert.AreEqual(expectedIdentifier.PhoneNumber, identifier.PhoneNumber); Assert.AreEqual(expectedIdentifier.RawId, identifier.RawId); @@ -136,14 +137,15 @@ public void DeserializePhoneNumber() [TestCase(true, null)] [TestCase(false, TestRawId)] [TestCase(true, TestRawId)] - public void SerializeMicrosoftTeamsUser(bool isAnonymous, string? expectedRawId) + public void SerializeMicrosoftTeamsUser(bool isAnonymous, string? rawId) { - CommunicationIdentifierModel model = CommunicationIdentifierSerializer.Serialize(new MicrosoftTeamsUserIdentifier(TestTeamsUserId, isAnonymous, CommunicationCloudEnvironment.Dod, expectedRawId)); + CommunicationIdentifierModel model = CommunicationIdentifierSerializer.Serialize( + new MicrosoftTeamsUserIdentifier(TestTeamsUserId, isAnonymous, CommunicationCloudEnvironment.Dod, rawId)); Assert.AreEqual(TestTeamsUserId, model.MicrosoftTeamsUser.UserId); Assert.AreEqual(CommunicationCloudEnvironmentModel.Dod, model.MicrosoftTeamsUser.Cloud); Assert.AreEqual(isAnonymous, model.MicrosoftTeamsUser.IsAnonymous); - Assert.AreEqual(expectedRawId, model.RawId); + Assert.AreEqual(rawId ?? $"8:{(isAnonymous ? "teamsvisitor" : "dod")}:{TestTeamsUserId}", model.RawId); } [Test] @@ -162,7 +164,7 @@ public void DeserializeMicrosoftTeamsUser(bool isAnonymous) RawId = TestRawId, }); - MicrosoftTeamsUserIdentifier expectedIdentifier = new MicrosoftTeamsUserIdentifier(TestTeamsUserId, isAnonymous, CommunicationCloudEnvironment.Gcch, TestRawId); + MicrosoftTeamsUserIdentifier expectedIdentifier = new(TestTeamsUserId, isAnonymous, CommunicationCloudEnvironment.Gcch, TestRawId); Assert.AreEqual(expectedIdentifier.UserId, identifier.UserId); Assert.AreEqual(expectedIdentifier.IsAnonymous, identifier.IsAnonymous); diff --git a/sdk/communication/Shared/src/HMACAuthenticationPolicy.cs b/sdk/communication/Shared/src/HMACAuthenticationPolicy.cs index 4cd96815e6ccc..fe3f34424dc04 100644 --- a/sdk/communication/Shared/src/HMACAuthenticationPolicy.cs +++ b/sdk/communication/Shared/src/HMACAuthenticationPolicy.cs @@ -14,7 +14,7 @@ namespace Azure.Communication.Pipeline { internal class HMACAuthenticationPolicy : HttpPipelinePolicy { - private readonly String DATE_HEADER_NAME = "x-ms-date"; + private readonly string DATE_HEADER_NAME = "x-ms-date"; private readonly AzureKeyCredential _keyCredential; public HMACAuthenticationPolicy(AzureKeyCredential keyCredential) @@ -95,11 +95,9 @@ private string GetAuthorizationHeader(RequestMethod method, Uri uri, string cont private string ComputeHMAC(string value) { - using (var hmac = new HMACSHA256(Convert.FromBase64String(_keyCredential.Key))) - { - var hash = hmac.ComputeHash(Encoding.ASCII.GetBytes(value)); - return Convert.ToBase64String(hash); - } + using var hmac = new HMACSHA256(Convert.FromBase64String(_keyCredential.Key)); + var hash = hmac.ComputeHash(Encoding.ASCII.GetBytes(value)); + return Convert.ToBase64String(hash); } } } \ No newline at end of file diff --git a/sdk/core/Azure.Core/src/Shared/ConnectionString.cs b/sdk/core/Azure.Core/src/Shared/ConnectionString.cs index dfba4bc2de41e..23537d2e89d45 100644 --- a/sdk/core/Azure.Core/src/Shared/ConnectionString.cs +++ b/sdk/core/Azure.Core/src/Shared/ConnectionString.cs @@ -22,7 +22,7 @@ internal sealed class ConnectionString } public static ConnectionString Empty(string segmentSeparator = ";", string keywordValueSeparator = "=") => - new ConnectionString(new Dictionary(), segmentSeparator, keywordValueSeparator); + new(new Dictionary(), segmentSeparator, keywordValueSeparator); private ConnectionString(Dictionary pairs, string pairSeparator, string keywordValueSeparator) {