From cc1f7e354254b82862486d09f7cf0f7be8b9cd13 Mon Sep 17 00:00:00 2001 From: Jeff Fisher Date: Mon, 27 Nov 2023 12:39:36 -0600 Subject: [PATCH] [communication-chat] Migrate test recordings to asset repo (#27872) ### Packages impacted by this PR `@azure/communication-chat` ### Issues associated with this PR Fixes #27783 ### Describe the problem that is addressed by this PR Runs the test-proxy migration script to externalize the recordings. --- .../communication-chat/assets.json | 6 + ...cording_successfully_creates_a_thread.json | 189 ----------- ...cording_successfully_deletes_a_thread.json | 41 --- ...uccessfully_retrieves_a_thread_client.json | 4 - ...ording_successfully_adds_participants.json | 111 ------- ...ording_successfully_deletes_a_message.json | 41 --- ...ccessfully_gets_the_thread_properties.json | 53 --- ...essfully_initializes_chatthreadclient.json | 189 ----------- ...lists_messages_one_by_one_and_by_page.json | 303 ------------------ ...rding_successfully_lists_participants.json | 73 ----- ...ding_successfully_lists_read_receipts.json | 56 ---- ...ing_successfully_remove_a_participant.json | 48 --- ...ding_successfully_retrieves_a_message.json | 62 ---- ...ecording_successfully_sends_a_message.json | 53 --- ...rding_successfully_sends_read_receipt.json | 46 --- ...uccessfully_sends_typing_notification.json | 44 --- ...successfully_updates_the_thread_topic.json | 93 ------ ...cording_successfully_creates_a_thread.json | 156 --------- ...cording_successfully_deletes_a_thread.json | 30 -- ...uccessfully_retrieves_a_thread_client.json | 4 - ...ording_successfully_adds_participants.json | 89 ----- ...ording_successfully_deletes_a_message.json | 30 -- ...ccessfully_gets_the_thread_properties.json | 42 --- ...essfully_initializes_chatthreadclient.json | 156 --------- ...lists_messages_one_by_one_and_by_page.json | 270 ---------------- ...rding_successfully_lists_participants.json | 62 ---- ...ding_successfully_lists_read_receipts.json | 45 --- ...ing_successfully_remove_a_participant.json | 37 --- ...ding_successfully_retrieves_a_message.json | 51 --- ...ecording_successfully_sends_a_message.json | 42 --- ...rding_successfully_sends_read_receipt.json | 35 -- ...uccessfully_sends_typing_notification.json | 33 -- ...successfully_updates_the_thread_topic.json | 71 ---- 33 files changed, 6 insertions(+), 2559 deletions(-) create mode 100644 sdk/communication/communication-chat/assets.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_creates_a_thread.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_deletes_a_thread.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_adds_participants.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_deletes_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_gets_the_thread_properties.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_initializes_chatthreadclient.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_participants.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_read_receipts.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_remove_a_participant.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_retrieves_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_read_receipt.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_typing_notification.json delete mode 100644 sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_updates_the_thread_topic.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_creates_a_thread.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_deletes_a_thread.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_adds_participants.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_deletes_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_gets_the_thread_properties.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_initializes_chatthreadclient.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_participants.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_read_receipts.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_remove_a_participant.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_retrieves_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_a_message.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_read_receipt.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_typing_notification.json delete mode 100644 sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_updates_the_thread_topic.json diff --git a/sdk/communication/communication-chat/assets.json b/sdk/communication/communication-chat/assets.json new file mode 100644 index 000000000000..f9c1b24ec313 --- /dev/null +++ b/sdk/communication/communication-chat/assets.json @@ -0,0 +1,6 @@ +{ + "AssetsRepo": "Azure/azure-sdk-assets", + "AssetsRepoPrefixPath": "js", + "TagPrefix": "js/communication/communication-chat", + "Tag": "js/communication/communication-chat_b781b15e0f" +} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_creates_a_thread.json b/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_creates_a_thread.json deleted file mode 100644 index fd2e04dc8676..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_creates_a_thread.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "fc31ebeb-716b-487a-9cb2-bd1a1c55fa1a", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:40 GMT", - "x-ms-useragent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:40 GMT", - "MS-CV": "uMmviTuMgkaitm7mqn2hwA.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VQNcZQAAAAD9FXZc803VQqQUZUYWqlhRV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "fc31ebeb-716b-487a-9cb2-bd1a1c55fa1a", - "X-Processing-Time": "23ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa06-2c8a-084822002b20" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1ODAuNzkyfQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:41.5186831\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "7382c4ed-5eca-4842-ad8c-b638f8b91563", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:41 GMT", - "x-ms-useragent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:40 GMT", - "MS-CV": "K7gDoqNWsEKeGfMW5ABbwQ.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VQNcZQAAAADcoqlaNRCaQaFndhC/bUV1V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "7382c4ed-5eca-4842-ad8c-b638f8b91563", - "X-Processing-Time": "17ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa5b-f6c7-593a0d0041b0" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1ODAuNzkyfQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:41.6013018\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "497", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "repeatability-request-id": "0fc813b0-7746-4db0-9d16-ae610a177e24", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "7fff2a45-b360-480c-94c6-db4322f5df61", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "topic": "test topic", - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa06-2c8a-084822002b20", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa06-2c8a-084822002b20" - } - } - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa5b-f6c7-593a0d0041b0", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa5b-f6c7-593a0d0041b0" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "373", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:41 GMT", - "Location": "https://endpoint/chat/threads/19%3AZ7iuqheTxgESJ4ffCaj-WzJNPsWEpFQwCDOj1dcMCMo1@thread.v2", - "MS-CV": "VmtNm\u002BuV2U6xnWuxtVh1IA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VQNcZQAAAAClKL\u002BlGKC7S6qZv\u002BkN8wCuV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "460ms" - }, - "ResponseBody": { - "chatThread": { - "id": "19:Z7iuqheTxgESJ4ffCaj-WzJNPsWEpFQwCDOj1dcMCMo1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:41Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa06-2c8a-084822002b20", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-aa06-2c8a-084822002b20" - } - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_deletes_a_thread.json b/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_deletes_a_thread.json deleted file mode 100644 index 943cfe1b2136..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_deletes_a_thread.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AZ7iuqheTxgESJ4ffCaj-WzJNPsWEpFQwCDOj1dcMCMo1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "6e4d3da7-2d94-43d8-a19f-54e1b5564172", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:41 GMT", - "MS-CV": "BD7dLyR\u002BlE\u002BcEDsIXsytvg.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VgNcZQAAAACxXQ3mxcXoTryA0tVhMAnPV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "224ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json b/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json deleted file mode 100644 index f721723386d8..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Entries": [], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_adds_participants.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_adds_participants.json deleted file mode 100644 index ad9bc989eac7..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_adds_participants.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "0809e4eb-3851-4c84-aeb3-04ed80c4512e", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:46 GMT", - "x-ms-useragent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:45 GMT", - "MS-CV": "ikijxEiNvUCw/FjhTVEU0w.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WgNcZQAAAAD0fu48pxmZRLLs9anRqC31V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "0809e4eb-3851-4c84-aeb3-04ed80c4512e", - "X-Processing-Time": "19ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-bbd6-99c6-593a0d00435d" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1ODAuNzkyfQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:46.0771161\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/participants/:add?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "247", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "dff1fad7-98d7-49ce-9b6a-d8615c83322b", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-bbd6-99c6-593a0d00435d", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-bbd6-99c6-593a0d00435d" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:45 GMT", - "MS-CV": "DmQR8j/XiUuNwd53KwvB\u002BA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WgNcZQAAAABtkVYttOxWRZ1zdVk8KRQEV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "277ms" - }, - "ResponseBody": {} - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_deletes_a_message.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_deletes_a_message.json deleted file mode 100644 index d01766f95f32..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_deletes_a_message.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/messages/1700528984299?api-version=2023-11-07", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "df412f21-9b72-4c4c-8e20-eeb693b26199", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:45 GMT", - "MS-CV": "CD1icZ7o50O4wudrLTwsVw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WQNcZQAAAADa3MgBiBCMTYzbPYj4f1fAV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "158ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_gets_the_thread_properties.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_gets_the_thread_properties.json deleted file mode 100644 index 5d102db2b273..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_gets_the_thread_properties.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "246c7391-e2fc-43bc-ad48-c2ef27120f9b", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "358", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:42 GMT", - "MS-CV": "RtsP\u002BUxkrEuZD7xZb5asSQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VwNcZQAAAABHvPXkip0dQLGgVszYOXu3V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "99ms" - }, - "ResponseBody": { - "id": "19:sMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:43Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_initializes_chatthreadclient.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_initializes_chatthreadclient.json deleted file mode 100644 index 8a6d1691d59b..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_initializes_chatthreadclient.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "30550b17-a3a7-4cee-ab51-eedae6c88bfb", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:42 GMT", - "x-ms-useragent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:42 GMT", - "MS-CV": "dB2H9y1hjkur371t7SkbhA.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VgNcZQAAAAD\u002BVCcdCdXmTqiyilVePi3nV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "30550b17-a3a7-4cee-ab51-eedae6c88bfb", - "X-Processing-Time": "20ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1ODAuNzkyfQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:42.9507699\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "01336f71-e935-4e98-8f20-58e5c56eb618", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:42 GMT", - "x-ms-useragent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:42 GMT", - "MS-CV": "sYXELZcCGEC\u002BevOkBcNL8w.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VgNcZQAAAADpumxzuhvzRKE6Wv/7UUXbV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "01336f71-e935-4e98-8f20-58e5c56eb618", - "X-Processing-Time": "19ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1ODAuNzkyfQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:41.9883295\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "497", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "repeatability-request-id": "16175f21-c26f-44bb-b60a-9b4089e229f6", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "686dc3f2-f301-4907-aa54-d7b00e1533ee", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "topic": "test topic", - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "373", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:42 GMT", - "Location": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2", - "MS-CV": "m1S6cFL73UOry0WLxWk49w.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VwNcZQAAAAClRWyD/jsKQb5KwDuMVJmHV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "465ms" - }, - "ResponseBody": { - "chatThread": { - "id": "19:sMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:43Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json deleted file mode 100644 index ced41d470c26..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json +++ /dev/null @@ -1,303 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/messages?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "a458ec0c-1be9-4651-8c68-d9293305a54f", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "2161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:44 GMT", - "MS-CV": "Fa\u002BrN2cOkkeKsjBTrGMhtA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WQNcZQAAAACP8BYGz1VoS7J\u002B2c8yiMbMV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "73ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528984299", - "type": "text", - "sequenceId": "4", - "version": "1700528984299", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:44Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "metadata": { - "tags": "sometag" - } - }, - { - "id": "1700528983928", - "type": "topicUpdated", - "sequenceId": "3", - "version": "1700528983928", - "content": { - "topic": "new topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - }, - { - "id": "1700528983310", - "type": "topicUpdated", - "sequenceId": "2", - "version": "1700528983310", - "content": { - "topic": "test topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - }, - { - "id": "1700528983252", - "type": "participantAdded", - "sequenceId": "1", - "version": "1700528983252", - "content": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ], - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - } - ] - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/messages?maxPageSize=3\u0026api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "1b25082f-65da-46fa-83fa-adfde61586c5", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "1599", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:44 GMT", - "MS-CV": "glbRTFMnGUCqIh0ZlVCdUw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WQNcZQAAAAAr0Tw\u002BaIO9S7o3CQuS5C\u002BkV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "206ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528984299", - "type": "text", - "sequenceId": "4", - "version": "1700528984299", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:44Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "metadata": { - "tags": "sometag" - } - }, - { - "id": "1700528983928", - "type": "topicUpdated", - "sequenceId": "3", - "version": "1700528983928", - "content": { - "topic": "new topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - }, - { - "id": "1700528983310", - "type": "topicUpdated", - "sequenceId": "2", - "version": "1700528983310", - "content": { - "topic": "test topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - } - ], - "nextLink": "https://endpoint/chat/threads/19:sMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2/messages?syncState=3e3900000031393a734d7a736e49514c6f3551337350355666683347734b4e4b755656594145655876424841472d654369556731407468726561642e7632010e0d6def8b010000eb106def8b010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=3\u0026api-version=2023-11-07" - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19:sMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2/messages?syncState=3e3900000031393a734d7a736e49514c6f3551337350355666683347734b4e4b755656594145655876424841472d654369556731407468726561642e7632010e0d6def8b010000eb106def8b010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=3\u0026api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "d92c1a4d-5e8f-44dd-ac73-e374c2ef28fa", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "945", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:44 GMT", - "MS-CV": "1XpGihFn00y9NZCPwzMTkA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WQNcZQAAAAB\u002BlH5Vl0MFSbTrElmhsj/UV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "169ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528983252", - "type": "participantAdded", - "sequenceId": "1", - "version": "1700528983252", - "content": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ], - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - }, - "createdOn": "2023-11-21T01:09:43Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_participants.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_participants.json deleted file mode 100644 index 6ce52dbc39c1..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_participants.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/participants?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "fed29af5-1cc0-4adb-9a78-059388c71df5", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "824", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:45 GMT", - "MS-CV": "H2FCa8XzF0O/f9nABSLrhw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WgNcZQAAAACHAd94XScWS7cp9rXkneADV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "79ms" - }, - "ResponseBody": { - "value": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-bbd6-99c6-593a0d00435d", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-bbd6-99c6-593a0d00435d" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_read_receipts.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_read_receipts.json deleted file mode 100644 index 4c15e7b2d0c5..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_lists_read_receipts.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/readReceipts?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "cecbfc1a-3751-4a55-bb8f-039757b51cc9", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "310", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:46 GMT", - "MS-CV": "WzUYJZckWEyYRVnZHB5Ong.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WwNcZQAAAABye8FrqHh9SKGHqF6ivCq3V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "153ms" - }, - "ResponseBody": { - "value": [ - { - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "chatMessageId": "1700528984299", - "readOn": "2023-11-21T01:09:44Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_remove_a_participant.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_remove_a_participant.json deleted file mode 100644 index b280589fefd6..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_remove_a_participant.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/participants/:remove?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "200", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "045e4546-4842-4acb-b4d9-bac05dce071c", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-afc4-99c6-593a0d004359" - } - }, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:46 GMT", - "MS-CV": "GNxgARy4X026OsIMaRwIFQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WgNcZQAAAABPjjnno1w1RaUTjw2Avtw6V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "313ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_retrieves_a_message.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_retrieves_a_message.json deleted file mode 100644 index 07e6b2fbdac8..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_retrieves_a_message.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/messages/1700528984299?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "a5700853-3c36-452d-a549-e91fb050d1c8", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "432", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:44 GMT", - "MS-CV": "Hyxk1PIHW0GCSTekyB40RA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WQNcZQAAAABk5Bbf6D/nQacBXzEyD/7\u002BV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "57ms" - }, - "ResponseBody": { - "id": "1700528984299", - "type": "text", - "sequenceId": "4", - "version": "1700528984299", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:44Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - }, - "metadata": { - "tags": "sometag" - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_a_message.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_a_message.json deleted file mode 100644 index 49fbde7ecc65..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_a_message.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/messages?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "51", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "031cbff4-19c7-4c94-b28a-6f9031b6b6f2", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "content": "content", - "metadata": { - "tags": "sometag" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:43 GMT", - "Location": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2/messages/1700528984299", - "MS-CV": "d09MJSJFyUes7cMxO34y8A.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WANcZQAAAAAJWZJjeYu3Rp92Y4GPwmK3V1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "152ms" - }, - "ResponseBody": { - "id": "1700528984299" - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_read_receipt.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_read_receipt.json deleted file mode 100644 index 2af83f66001d..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_read_receipt.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/readReceipts?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "33", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "ab23b51c-9653-4b77-b606-1187f9aa086b", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "chatMessageId": "1700528984299" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "0", - "Date": "Tue, 21 Nov 2023 01:09:43 GMT", - "MS-CV": "Zcel8SoRr0SsNTdaU6Lnsw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WANcZQAAAADgXotXXpqWTr5BZP00pnZEV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "218ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_typing_notification.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_typing_notification.json deleted file mode 100644 index 9b42f326f78a..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_sends_typing_notification.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2/typing?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "2", - "Content-Type": "application/json", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "d95aa334-d179-435c-8b1d-1984f7ecf569", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": {}, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "0", - "Date": "Tue, 21 Nov 2023 01:09:43 GMT", - "MS-CV": "/eNylQRksUyH1EJeMtr1kQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WANcZQAAAAAXtP/a73bCTqTFMICR2llHV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "103ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_updates_the_thread_topic.json b/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_updates_the_thread_topic.json deleted file mode 100644 index b2eef62bba7d..000000000000 --- a/sdk/communication/communication-chat/recordings/browsers/chatthreadclient/recording_successfully_updates_the_thread_topic.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "21", - "Content-Type": "application/merge-patch\u002Bjson", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "5e6933ab-62bb-453d-a5a5-f9bbc6197e63", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": { - "topic": "new topic" - }, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:43 GMT", - "MS-CV": "WCe\u002BB3k7AUCtqX2IDEfcYw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0VwNcZQAAAADbJyz30zmcRoNj1Rq5UAwdV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "165ms" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3AsMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate, br", - "Accept-Language": "en-US", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Origin": "http://localhost:9876", - "Referer": "http://localhost:9876/", - "sec-ch-ua": "", - "sec-ch-ua-mobile": "?0", - "sec-ch-ua-platform": "\u0022\u0022", - "Sec-Fetch-Dest": "empty", - "Sec-Fetch-Mode": "cors", - "Sec-Fetch-Site": "same-site", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/112.0.5614.0 Safari/537.36", - "x-ms-client-request-id": "18d5a850-2514-4cad-9dca-5cb4437a3994", - "x-ms-useragent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 OS" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Allow-Origin": "*", - "Access-Control-Expose-Headers": "Location", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "357", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:43 GMT", - "MS-CV": "XMq2o8NA6U\u002BXj3S71npQJA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0WANcZQAAAAB27D/PEtIPRKA9Zwb5wDtLV1NURURHRTAxMTAAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "117ms" - }, - "ResponseBody": { - "id": "19:sMzsnIQLo5Q3sP5Vfh3GsKNKuVVYAEeXvBHAG-eCiUg1@thread.v2", - "topic": "new topic", - "createdOn": "2023-11-21T01:09:43Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-af9f-2c8a-084822002b21" - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_creates_a_thread.json b/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_creates_a_thread.json deleted file mode 100644 index 900989fabefc..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_creates_a_thread.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "71261661-517f-476a-b2cf-79c411978e98", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:32 GMT" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:31 GMT", - "MS-CV": "guh\u002BdxyqskCxIVMglOaj5A.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TANcZQAAAADArxacbH/qSKc0gPjhMQrZV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "71261661-517f-476a-b2cf-79c411978e98", - "X-Processing-Time": "19ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-879d-2c8a-084822002b1c" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1NzIuMDM2fQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:32.7084765\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "938e111f-407b-4187-821b-41cb0064728b", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:32 GMT" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:31 GMT", - "MS-CV": "H\u002B66kEdUSkm5vnok/9ntMA.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TANcZQAAAAAo0GjdsxkBTKhhVkW3T9tQV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "938e111f-407b-4187-821b-41cb0064728b", - "X-Processing-Time": "18ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8809-2c8a-084822002b1d" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1NzIuMDM2fQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:32.8160182\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "497", - "Content-Type": "application/json", - "repeatability-request-id": "051a88ee-ccb6-4aee-ba20-c108110bad12", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "f8183318-e7e6-4050-8417-8a128e575a6c" - }, - "RequestBody": { - "topic": "test topic", - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-879d-2c8a-084822002b1c", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-879d-2c8a-084822002b1c" - } - } - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8809-2c8a-084822002b1d", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8809-2c8a-084822002b1d" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "373", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:32 GMT", - "Location": "https://endpoint/chat/threads/19%3AFF2gexQFASbtqZ_IYh4pwzrn49MRPNRi6CpN6NKciNU1@thread.v2", - "MS-CV": "\u002BS1XbzZ\u002B7Ua/Zb3ooWm\u002B7A.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TANcZQAAAAAMer5QsyUoToCbwiDougTtV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "563ms" - }, - "ResponseBody": { - "chatThread": { - "id": "19:FF2gexQFASbtqZ_IYh4pwzrn49MRPNRi6CpN6NKciNU1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:32Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-879d-2c8a-084822002b1c", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-879d-2c8a-084822002b1c" - } - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_deletes_a_thread.json b/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_deletes_a_thread.json deleted file mode 100644 index e472e4238853..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_deletes_a_thread.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3AFF2gexQFASbtqZ_IYh4pwzrn49MRPNRi6CpN6NKciNU1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "7d774a29-524d-4ea1-b1c0-7f694f248534" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:32 GMT", - "MS-CV": "BB2M1RekZU\u002BbdI1nQhxJzA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TQNcZQAAAAD6IwqPUQdjR6ElAZdmrtpZV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "190ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json b/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json deleted file mode 100644 index f721723386d8..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatclient_chat_operations/recording_successfully_retrieves_a_thread_client.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Entries": [], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_adds_participants.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_adds_participants.json deleted file mode 100644 index c1dd551a3ea7..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_adds_participants.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "b40974eb-7aae-48d3-b679-545b931114b3", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:37 GMT" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:36 GMT", - "MS-CV": "guGQlrmbCUa8YcTgF2OwWw.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UQNcZQAAAAByK6BZuFI9Tb4Ks01gLUy8V1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "b40974eb-7aae-48d3-b679-545b931114b3", - "X-Processing-Time": "18ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-992e-e3c7-593a0d0046bb" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1NzIuMDM2fQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:37.2057531\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/participants/:add?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "247", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "46654ba9-598b-41f2-9f1d-a7956801a1db" - }, - "RequestBody": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-992e-e3c7-593a0d0046bb", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-992e-e3c7-593a0d0046bb" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:36 GMT", - "MS-CV": "VU8Ak/lMykyAB7ckaOXrRg.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UQNcZQAAAACn0g5E2lS/T6fXHbWEwpnoV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "283ms" - }, - "ResponseBody": {} - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_deletes_a_message.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_deletes_a_message.json deleted file mode 100644 index 38ac61511491..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_deletes_a_message.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/messages/1700528975722?api-version=2023-11-07", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "91896539-8427-4188-a599-710f4332c1e1" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:36 GMT", - "MS-CV": "yzwKhYQYRky3kt1C4Knh6A.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAACLj5YNF3R1T5L0GGibwkqfV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "239ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_gets_the_thread_properties.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_gets_the_thread_properties.json deleted file mode 100644 index 5d7d4c89ce3d..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_gets_the_thread_properties.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "58c3e1f1-57a7-4c8e-8563-241e87fe3bb1" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "358", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:33 GMT", - "MS-CV": "JduJle7LhkONxaJnLYlU7Q.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TgNcZQAAAAA0qAiuCzIkR7DZwl5tghG5V1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "242ms" - }, - "ResponseBody": { - "id": "19:_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:34Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_initializes_chatthreadclient.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_initializes_chatthreadclient.json deleted file mode 100644 index 9b055257aa2f..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_initializes_chatthreadclient.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "af665acf-583f-49f0-938a-d85e6730c352", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:33 GMT" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "290", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:32 GMT", - "MS-CV": "pLkYqEhB4Uix7/iP10EMig.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TQNcZQAAAAAKeE0ooZjoQboOKGQ5itVGV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "af665acf-583f-49f0-938a-d85e6730c352", - "X-Processing-Time": "18ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1NzIuMDM2fQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:33.8952624\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/identities?api-version=2023-10-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "34", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-identity/1.2.1 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "811bd4f5-138f-4d7f-b6ac-d19c82c21e68", - "x-ms-content-sha256": "WTRvgEjjVd\u002BbvyKw3WgXgDkU81aV8FWq\u002B4/BE\u002Bhe0\u002BA=", - "x-ms-date": "Tue, 21 Nov 2023 01:09:33 GMT" - }, - "RequestBody": { - "createTokenWithScopes": [ - "chat" - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "api-supported-versions": "2020-07-20-preview2, 2021-02-22-preview1, 2021-03-07, 2021-10-31-preview, 2021-11-01, 2022-06-01, 2022-10-01, 2023-10-01", - "Content-Length": "288", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:32 GMT", - "MS-CV": "BuU3uMRLA0\u002BLUvE7Qv5\u002BuA.0", - "Request-Context": "appId=", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TQNcZQAAAAB9VOctXn7qT7ZqwU7MK8C\u002BV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "x-ms-client-request-id": "811bd4f5-138f-4d7f-b6ac-d19c82c21e68", - "X-Processing-Time": "18ms" - }, - "ResponseBody": { - "identity": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - }, - "accessToken": { - "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA1MzI1NzIuMDM2fQ==.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs", - "expiresOn": "2023-11-22T01:09:33.96286\u002B00:00" - } - } - }, - { - "RequestUri": "https://endpoint/chat/threads?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "497", - "Content-Type": "application/json", - "repeatability-request-id": "58f7c83a-39ea-48ed-b0f5-493d998140f6", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "b8b2a487-9dfc-4148-a1e5-591124b8e81f" - }, - "RequestBody": { - "topic": "test topic", - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - } - } - } - ] - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "373", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:33 GMT", - "Location": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2", - "MS-CV": "jfmJd3CwgkifHOFsU74Dzw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TgNcZQAAAACvJR\u002Bhn6IKRIxMoHgGjPEmV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "499ms" - }, - "ResponseBody": { - "chatThread": { - "id": "19:_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2", - "topic": "test topic", - "createdOn": "2023-11-21T01:09:34Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json deleted file mode 100644 index f30f9c582d10..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_messages_one_by_one_and_by_page.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/messages?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "fa5e4492-8ddd-4b68-b19c-d87af3acb580" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "2161", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:35 GMT", - "MS-CV": "KmyMZ5SMLkeF1ZEGTLwyGA.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAABnNDPUEyZARoML0/Afo2nUV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "68ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528975722", - "type": "text", - "sequenceId": "4", - "version": "1700528975722", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:35Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "metadata": { - "tags": "sometag" - } - }, - { - "id": "1700528975117", - "type": "topicUpdated", - "sequenceId": "3", - "version": "1700528975117", - "content": { - "topic": "new topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:35Z" - }, - { - "id": "1700528974274", - "type": "topicUpdated", - "sequenceId": "2", - "version": "1700528974274", - "content": { - "topic": "test topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:34Z" - }, - { - "id": "1700528974214", - "type": "participantAdded", - "sequenceId": "1", - "version": "1700528974214", - "content": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ], - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:34Z" - } - ] - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/messages?maxPageSize=3\u0026api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "b78c535f-94b9-4554-beba-0515a4394023" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "1599", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:35 GMT", - "MS-CV": "TsuocSj260OCTh78upEYXQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAAAqcveAgbAqQbwIiF\u002BfbX05V1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "118ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528975722", - "type": "text", - "sequenceId": "4", - "version": "1700528975722", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:35Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "metadata": { - "tags": "sometag" - } - }, - { - "id": "1700528975117", - "type": "topicUpdated", - "sequenceId": "3", - "version": "1700528975117", - "content": { - "topic": "new topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:35Z" - }, - { - "id": "1700528974274", - "type": "topicUpdated", - "sequenceId": "2", - "version": "1700528974274", - "content": { - "topic": "test topic", - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:34Z" - } - ], - "nextLink": "https://endpoint/chat/threads/19:_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2/messages?syncState=3e3900000031393a5f5051666a6a6377503549516e4e434e5077744c4e7a5a6c527a66507558534376614b35673852786e4d7331407468726561642e763201c2e96cef8b0100006aef6cef8b010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=3\u0026api-version=2023-11-07" - } - }, - { - "RequestUri": "https://endpoint/chat/threads/19:_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2/messages?syncState=3e3900000031393a5f5051666a6a6377503549516e4e434e5077744c4e7a5a6c527a66507558534376614b35673852786e4d7331407468726561642e763201c2e96cef8b0100006aef6cef8b010000\u0026startTime=1%2F1%2F1970%2012%3A00%3A00%20AM%20%2B00%3A00\u0026maxPageSize=3\u0026api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "532a0c2c-4841-4c55-9f88-b56ff635d70c" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "945", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:35 GMT", - "MS-CV": "/L5zM\u002BEItU\u002BdPoKWTCK2MQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAABODf\u002BZKxwPRo9z8sPZy9XbV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "73ms" - }, - "ResponseBody": { - "value": [ - { - "id": "1700528974214", - "type": "participantAdded", - "sequenceId": "1", - "version": "1700528974214", - "content": { - "participants": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ], - "initiatorCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - }, - "createdOn": "2023-11-21T01:09:34Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_participants.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_participants.json deleted file mode 100644 index 62612a4e32ca..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_participants.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/participants?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "a9061d5a-0735-49a1-8dc8-2ea7f002040f" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "824", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:36 GMT", - "MS-CV": "rClsEQBhdEqq422a99\u002Bq9w.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UQNcZQAAAABhNnFjd6uIS6849Xilk/FgV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "69ms" - }, - "ResponseBody": { - "value": [ - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - }, - { - "communicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-992e-e3c7-593a0d0046bb", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-992e-e3c7-593a0d0046bb" - } - }, - "shareHistoryTime": "1970-01-01T00:00:00Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_read_receipts.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_read_receipts.json deleted file mode 100644 index cf42b0ea55ff..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_lists_read_receipts.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/readReceipts?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "cb77756f-3dca-42f2-a185-600fa1a65dc1" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "310", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:37 GMT", - "MS-CV": "fpfXaNo4DE\u002B6zjkZ6XrJbw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UgNcZQAAAAA\u002BwJ7czEbxSbZG0cARgGpcV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "125ms" - }, - "ResponseBody": { - "value": [ - { - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "chatMessageId": "1700528975722", - "readOn": "2023-11-21T01:09:36Z" - } - ] - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_remove_a_participant.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_remove_a_participant.json deleted file mode 100644 index 214940811654..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_remove_a_participant.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/participants/:remove?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "200", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "c1f82a8f-a126-45c6-a4a8-11726d625d98" - }, - "RequestBody": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c83-2c8a-084822002b1e" - } - }, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:37 GMT", - "MS-CV": "hrEM0hFReEa7UbgDyiDJNg.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UQNcZQAAAACQuUlPcZF9QLb3ZZ47aIbvV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "400ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_retrieves_a_message.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_retrieves_a_message.json deleted file mode 100644 index eef2d7f23762..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_retrieves_a_message.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/messages/1700528975722?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "ecf06db7-25f6-482f-9d4d-a378c823ba23" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "432", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:35 GMT", - "MS-CV": "WzXLR8NP00avz5qva/5ROQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAAC7QQ7t0qCSRaadP61hV18iV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "57ms" - }, - "ResponseBody": { - "id": "1700528975722", - "type": "text", - "sequenceId": "4", - "version": "1700528975722", - "content": { - "message": "content" - }, - "senderDisplayName": "", - "createdOn": "2023-11-21T01:09:35Z", - "senderCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - }, - "metadata": { - "tags": "sometag" - } - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_a_message.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_a_message.json deleted file mode 100644 index d2110959dd6b..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_a_message.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/messages?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "51", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "88bb2a12-2dd8-4ece-a596-9bf0d7b0ac68" - }, - "RequestBody": { - "content": "content", - "metadata": { - "tags": "sometag" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:34 GMT", - "Location": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2/messages/1700528975722", - "MS-CV": "gAZJkmHbxUu7H2E0V8Otuw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TwNcZQAAAAA7A\u002BVLvCRhR6ZbFUvWUfAqV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "153ms" - }, - "ResponseBody": { - "id": "1700528975722" - } - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_read_receipt.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_read_receipt.json deleted file mode 100644 index 779359a334e8..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_read_receipt.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/readReceipts?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "33", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "0b304006-7190-4d27-95a9-8179a9be1bb9" - }, - "RequestBody": { - "chatMessageId": "1700528975722" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "0", - "Date": "Tue, 21 Nov 2023 01:09:35 GMT", - "MS-CV": "vC33NPKkiEOQm9\u002Bmh6QqQw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0UANcZQAAAACwDh4UrU\u002BIQ6vDEvZZuUOEV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "173ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_typing_notification.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_typing_notification.json deleted file mode 100644 index 522d7c1d00bb..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_sends_typing_notification.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2/typing?api-version=2023-11-07", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "2", - "Content-Type": "application/json", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "f7c46d5e-9cec-42df-abaf-3fd24867d823" - }, - "RequestBody": {}, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "0", - "Date": "Tue, 21 Nov 2023 01:09:34 GMT", - "MS-CV": "0qULyJuNiUq4XTdtwLllhw.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TwNcZQAAAABXsoX8VOoLQ46WM5daHNdLV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "103ms" - }, - "ResponseBody": null - } - ], - "Variables": {} -} diff --git a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_updates_the_thread_topic.json b/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_updates_the_thread_topic.json deleted file mode 100644 index 1b18d1448c7e..000000000000 --- a/sdk/communication/communication-chat/recordings/node/chatthreadclient/recording_successfully_updates_the_thread_topic.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "Content-Length": "21", - "Content-Type": "application/merge-patch\u002Bjson", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "4c1f065a-7077-4151-8e70-7cac69339a22" - }, - "RequestBody": { - "topic": "new topic" - }, - "StatusCode": 204, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Date": "Tue, 21 Nov 2023 01:09:34 GMT", - "MS-CV": "UikSPWExWkKRa4pra8yC2w.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TwNcZQAAAAANadtCndUFQZ1KtCkLLYulV1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "178ms" - }, - "ResponseBody": null - }, - { - "RequestUri": "https://endpoint/chat/threads/19%3A_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1%40thread.v2?api-version=2023-11-07", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip,deflate", - "Authorization": "Sanitized", - "Connection": "keep-alive", - "User-Agent": "azsdk-js-communication-chat/1.4.0 core-rest-pipeline/1.12.3 Node/v18.17.0 OS/(arm64-Darwin-23.1.0)", - "x-ms-client-request-id": "2eea6cb3-aaab-48bd-a07f-aae47b0de94e" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Access-Control-Expose-Headers": "*", - "api-supported-versions": "2021-03-07, 2021-04-05-preview6, 2021-09-07, 2023-04-01-preview, 2023-07-01-preview, 2023-11-07, 2023-11-15-preview", - "Content-Length": "357", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 21 Nov 2023 01:09:34 GMT", - "MS-CV": "OP2qY\u002B/EPkyNL\u002BNggdE8fQ.0", - "Strict-Transport-Security": "max-age=2592000", - "X-Azure-Ref": "0TwNcZQAAAAClAvfoeL7LQb30s/7y3Zu3V1NURURHRTA4MTkAOWZjN2I1MTktYThjYy00Zjg5LTkzNWUtYzkxNDhhZTA5ZTgx", - "X-Cache": "CONFIG_NOCACHE", - "X-Processing-Time": "132ms" - }, - "ResponseBody": { - "id": "19:_PQfjjcwP5IQnNCNPwtLNzZlRzfPuXSCvaK5g8RxnMs1@thread.v2", - "topic": "new topic", - "createdOn": "2023-11-21T01:09:34Z", - "createdByCommunicationIdentifier": { - "rawId": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5", - "communicationUser": { - "id": "8:acs:dd9753c0-6e62-4f74-ab0f-c94f9723b4eb_0000001c-8f4e-8c40-e3c7-593a0d0046b5" - } - } - } - } - ], - "Variables": {} -}