diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_analyzesentiment.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_analyzesentiment.json index 243f5b9cf32b..18296102cd41 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_analyzesentiment.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_analyzesentiment.json @@ -10,14 +10,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"offset\":0,\"length\":86,\"text\":\"I had a wonderful trip to Seattle last week and even visited the Space Needle 2 times!\"}],\"warnings\":[]},{\"id\":\"1\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":58,\"text\":\"Unfortunately, it rained during my entire trip to Seattle.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.7,\"negative\":0.29},\"offset\":59,\"length\":43,\"text\":\"I didn't even get to visit the Space Needle\"}],\"warnings\":[]},{\"id\":\"2\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"offset\":0,\"length\":101,\"text\":\"I went to see a movie on Saturday and it was perfectly average, nothing more or less than I expected.\"}],\"warnings\":[]},{\"id\":\"3\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"offset\":0,\"length\":42,\"text\":\"I didn't like the last book I read at all.\"}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "bef9cabb-4b36-4d65-9ff3-b420b0b54d37", + "apim-request-id": "c43c108b-61b4-41ee-b84f-2353589719da", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:04 GMT", + "date": "Fri, 04 Sep 2020 19:45:47 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "96" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_detectlanguage.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_detectlanguage.json index 53a559e071de..57b575b5c6b2 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_detectlanguage.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_detectlanguage.json @@ -8,14 +8,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"detectedLanguage\":{\"name\":\"French\",\"iso6391Name\":\"fr\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "64052879-56ce-47b8-8858-6ac270b50b86", + "apim-request-id": "1be80ace-e6ee-4ba5-8dc8-edb5626b8662", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:04 GMT", + "date": "Fri, 04 Sep 2020 19:45:47 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_extractkeyphrases.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_extractkeyphrases.json index f27429e436b8..c7157f8d2fe4 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_extractkeyphrases.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_extractkeyphrases.json @@ -8,10 +8,10 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"keyPhrases\":[\"wonderful trip\",\"Seattle\",\"weekend\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "676f382c-e0c0-4644-ad3c-3d4f181c2b9b", + "apim-request-id": "9df1da1a-b26d-4cc7-9d98-a675f9235cec", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:04 GMT", + "date": "Fri, 04 Sep 2020 19:45:47 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizeentities.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizeentities.json index 8186b0d29675..5853f45b3d81 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizeentities.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizeentities.json @@ -10,14 +10,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"trip\",\"category\":\"Event\",\"offset\":18,\"length\":4,\"confidenceScore\":0.6},{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":26,\"length\":7,\"confidenceScore\":0.83},{\"text\":\"last weekend\",\"category\":\"DateTime\",\"subcategory\":\"DateRange\",\"offset\":34,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "3656083e-1b1c-4e1c-8009-b27e5bba384b", + "apim-request-id": "8ba543d8-fd2f-4350-ac8b-1bd30d6f8196", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:04 GMT", + "date": "Fri, 04 Sep 2020 19:45:47 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "110" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizelinkedentities.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizelinkedentities.json index fd1afe2fc9cc..fc2ab77f4741 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizelinkedentities.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizelinkedentities.json @@ -10,14 +10,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"name\":\"Roman mythology\",\"matches\":[{\"text\":\"Roman god\",\"offset\":4,\"length\":9,\"confidenceScore\":0.18}],\"language\":\"en\",\"id\":\"Roman mythology\",\"url\":\"https://en.wikipedia.org/wiki/Roman_mythology\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-02-01\"}", "responseHeaders": { - "apim-request-id": "4d1eaeeb-28ee-463b-ab62-f51c840c34bb", + "apim-request-id": "3020048a-df09-4faf-b700-81c06b417f86", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:04 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "18" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizepiientities.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizepiientities.json index 3aabcb973689..6a2d2b3648eb 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizepiientities.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/api_key_textanalyticsclient/recording_recognizepiientities.json @@ -10,14 +10,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "d7738609-4d3b-44ce-bd37-8dbf2bd66773", + "apim-request-id": "4177b031-685f-4960-adfb-48ec1c3df2d0", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:05 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "83" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json similarity index 92% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json index 72e76491368d..f53da9e8e4ed 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:05 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "5f2522f4-d621-47f6-8a7d-0eebf02c3b00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "5b03becc-54b0-42e7-9c41-afdbb5212d00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"offset\":0,\"length\":86,\"text\":\"I had a wonderful trip to Seattle last week and even visited the Space Needle 2 times!\"}],\"warnings\":[]},{\"id\":\"1\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":58,\"text\":\"Unfortunately, it rained during my entire trip to Seattle.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.7,\"negative\":0.29},\"offset\":59,\"length\":43,\"text\":\"I didn't even get to visit the Space Needle\"}],\"warnings\":[]},{\"id\":\"2\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"offset\":0,\"length\":101,\"text\":\"I went to see a movie on Saturday and it was perfectly average, nothing more or less than I expected.\"}],\"warnings\":[]},{\"id\":\"3\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"offset\":0,\"length\":42,\"text\":\"I didn't like the last book I read at all.\"}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "28a47dd4-1fd2-42ae-ab2c-263cc6647ab9", + "apim-request-id": "6f2cc159-b347-45ae-8410-34ccb148a724", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:05 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "88" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json similarity index 92% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json index 49e745c854ee..6c6e22f4e9ec 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:06 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "06887f31-d7a6-402c-9eaa-2ce6c2843e00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "68adb388-2500-48b9-80f4-c4216c172f00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"offset\":0,\"length\":86,\"text\":\"I had a wonderful trip to Seattle last week and even visited the Space Needle 2 times!\"}],\"warnings\":[]},{\"id\":\"1\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":58,\"text\":\"Unfortunately, it rained during my entire trip to Seattle.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.7,\"negative\":0.29},\"offset\":59,\"length\":43,\"text\":\"I didn't even get to visit the Space Needle\"}],\"warnings\":[]},{\"id\":\"2\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"offset\":0,\"length\":101,\"text\":\"I went to see a movie on Saturday and it was perfectly average, nothing more or less than I expected.\"}],\"warnings\":[]},{\"id\":\"3\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"offset\":0,\"length\":42,\"text\":\"I didn't like the last book I read at all.\"}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "f5e22c4d-7789-41ac-acb3-00a5db3e89d9", + "apim-request-id": "9afb0e5b-57b2-4ca6-bb26-eb17ee587091", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:05 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "91" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json similarity index 93% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json index 595d4d98bde8..5f81b633f4f7 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:06 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d01b4711-970e-4a81-9633-816cb6e23800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "6964622a-1973-4395-a615-4811fb1d2600" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"offset\":0,\"length\":86,\"text\":\"I had a wonderful trip to Seattle last week and even visited the Space Needle 2 times!\"}],\"warnings\":[]},{\"id\":\"2\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":58,\"text\":\"Unfortunately, it rained during my entire trip to Seattle.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.7,\"negative\":0.29},\"offset\":59,\"length\":43,\"text\":\"I didn't even get to visit the Space Needle\"}],\"warnings\":[]},{\"id\":\"3\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"offset\":0,\"length\":101,\"text\":\"I went to see a movie on Saturday and it was perfectly average, nothing more or less than I expected.\"}],\"warnings\":[]},{\"id\":\"4\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"offset\":0,\"length\":42,\"text\":\"I didn't like the last book I read at all.\"}],\"warnings\":[]},{\"id\":\"5\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.89,\"neutral\":0.08,\"negative\":0.03},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.89,\"neutral\":0.08,\"negative\":0.03},\"offset\":0,\"length\":73,\"text\":\"Los caminos que llevan hasta Monte Rainier son espectaculares y hermosos.\"}],\"warnings\":[]},{\"id\":\"6\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.11,\"neutral\":0.29,\"negative\":0.6},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.11,\"neutral\":0.29,\"negative\":0.6},\"offset\":0,\"length\":29,\"text\":\"La carretera estaba atascada.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.09,\"neutral\":0.58,\"negative\":0.33},\"offset\":30,\"length\":35,\"text\":\"Había mucho tráfico el día de ayer.\"}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "1325d94c-7d8a-486b-a854-73a008068036", + "apim-request-id": "92c7698a-02c5-47a1-a48c-f2bdf955f142", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=6", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "181" + "x-envoy-upstream-service-time": "103" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json index 2c0e0ac47b0e..fca627314cc9 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "179746b3-22b5-4766-bc84-e219aa5c3700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "f89cd14e-1333-4f52-961d-36e3c3bf2e00" } }, { @@ -33,14 +33,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":32,\"text\":\"The food and service is not good\",\"aspects\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"negative\":0.99},\"offset\":4,\"length\":4,\"text\":\"food\",\"relations\":[{\"relationType\":\"opinion\",\"ref\":\"#/documents/0/sentences/0/opinions/0\"}]},{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"negative\":0.99},\"offset\":13,\"length\":7,\"text\":\"service\",\"relations\":[{\"relationType\":\"opinion\",\"ref\":\"#/documents/0/sentences/0/opinions/0\"}]}],\"opinions\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"negative\":0.99},\"offset\":28,\"length\":4,\"text\":\"good\",\"isNegated\":true}]}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "3e05d1a2-8981-4aec-b087-dd793403194c", + "apim-request-id": "0dc6a59e-2ba1-4334-b35c-63936173aa2d", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "81" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json index 31fffbef8eaf..f936af9f0cd2 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "b63f0105-0104-4dde-9e4f-526ab9c63400" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "878c09e5-ea88-42bd-95d5-27f16c023200" } }, { @@ -33,14 +33,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.1,\"neutral\":0.88,\"negative\":0.02},\"sentences\":[{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.1,\"neutral\":0.88,\"negative\":0.02},\"offset\":0,\"length\":18,\"text\":\"today is a hot day\",\"aspects\":[],\"opinions\":[]}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "858170d4-e595-41a0-884c-4a47e8e98399", + "apim-request-id": "3ce99c1d-e315-4bdc-8977-9c0731f00d4e", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "92" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json index 5c705cb1027d..2a1d1160837e 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d6900d4d-b0db-4c41-9948-00c5e14d4700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "4b04cb24-a7a8-412f-bba2-6c20a8ee2d00" } }, { @@ -33,14 +33,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.98,\"neutral\":0.02,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.98,\"neutral\":0.02,\"negative\":0.0},\"offset\":0,\"length\":74,\"text\":\"It has a sleek premium aluminum design that makes it beautiful to look at.\",\"aspects\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"negative\":0.0},\"offset\":32,\"length\":6,\"text\":\"design\",\"relations\":[{\"relationType\":\"opinion\",\"ref\":\"#/documents/0/sentences/0/opinions/0\"},{\"relationType\":\"opinion\",\"ref\":\"#/documents/0/sentences/0/opinions/1\"}]}],\"opinions\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"negative\":0.0},\"offset\":9,\"length\":5,\"text\":\"sleek\",\"isNegated\":false},{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"negative\":0.0},\"offset\":15,\"length\":7,\"text\":\"premium\",\"isNegated\":false}]}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "b6119d28-5bdb-4dfd-bde0-2d1a646650dc", + "apim-request-id": "dcb8d02d-6078-4a61-a651-cc831a367ae4", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "111" + "x-envoy-upstream-service-time": "90" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.json similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.json diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json similarity index 92% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json index 246495b97ed9..ee72cc7db26a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:06 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "06887f31-d7a6-402c-9eaa-2ce6c9843e00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "0c37c8a3-fdfb-4107-8fdd-1087f9eb2e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":0.99,\"neutral\":0.01,\"negative\":0.0},\"offset\":0,\"length\":86,\"text\":\"I had a wonderful trip to Seattle last week and even visited the Space Needle 2 times!\"}],\"warnings\":[]},{\"id\":\"2\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.0,\"neutral\":0.0,\"negative\":1.0},\"offset\":0,\"length\":58,\"text\":\"Unfortunately, it rained during my entire trip to Seattle.\"},{\"sentiment\":\"neutral\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.7,\"negative\":0.29},\"offset\":59,\"length\":43,\"text\":\"I didn't even get to visit the Space Needle\"}],\"warnings\":[]},{\"id\":\"3\",\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"sentences\":[{\"sentiment\":\"positive\",\"confidenceScores\":{\"positive\":1.0,\"neutral\":0.0,\"negative\":0.0},\"offset\":0,\"length\":101,\"text\":\"I went to see a movie on Saturday and it was perfectly average, nothing more or less than I expected.\"}],\"warnings\":[]},{\"id\":\"4\",\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"sentences\":[{\"sentiment\":\"negative\",\"confidenceScores\":{\"positive\":0.01,\"neutral\":0.03,\"negative\":0.96},\"offset\":0,\"length\":42,\"text\":\"I didn't like the last book I read at all.\"}],\"warnings\":[]}],\"errors\":[{\"id\":\"1\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid document in request.\",\"innererror\":{\"code\":\"InvalidDocument\",\"message\":\"Document text is empty.\"}}}],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "7034753f-e27e-4791-b2b7-a077f8444f02", + "apim-request-id": "873a3411-87c0-4b64-8787-8a8eebb3d77f", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:07 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "92" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json index d3558b189b65..963df461a6c0 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:06 GMT", + "date": "Fri, 04 Sep 2020 19:45:48 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "4f74d6ed-7012-4b1b-a1d8-72366ded3d00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "f89cd14e-1333-4f52-961d-36e386bf2e00" } }, { @@ -32,13 +32,13 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant\"}}}],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "37a6cf9d-ec9e-4ac4-ad88-69a571215f8a", + "apim-request-id": "e29d6e67-20bc-46ff-a219-26c97a456216", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:05 GMT", + "date": "Fri, 04 Sep 2020 19:45:49 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json index 67255519b3a1..09eec1d1a67a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "f57a65fa-10a9-4ec0-871a-304dcf673800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "af56fc99-f7a3-4989-ab7c-13288f113000" } }, { @@ -30,10 +30,10 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"detectedLanguage\":{\"name\":\"French\",\"iso6391Name\":\"fr\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "770064cf-d54c-4062-95de-c439b00fa42d", + "apim-request-id": "d5ab8e17-71bf-4348-bf2a-f9f6df1dd3b8", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json index d69594177233..a13003c3e597 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "86d91a09-5e54-4cc7-a3a0-66e181504800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "f89cd14e-1333-4f52-961d-36e30fc02e00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"2\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"3\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"4\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"5\",\"detectedLanguage\":{\"name\":\"Spanish\",\"iso6391Name\":\"es\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"6\",\"detectedLanguage\":{\"name\":\"Spanish\",\"iso6391Name\":\"es\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "d2872919-97ce-4ab3-ab39-511bc5bfafc8", + "apim-request-id": "8045686e-89df-49a7-8c5d-00bd5754bce4", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=6", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json index b0c91e6ae1ca..723179172e3b 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d48aaa7f-ab09-45e6-b146-35bc22af3800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "11b4194b-62cc-4574-bf8e-01f505fb2c00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"1\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"2\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"3\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "baa1d2f3-b177-42ad-b77a-71badf26902f", + "apim-request-id": "42493633-bccc-44ee-bb3f-e4bb73011d44", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "14" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json index 539a2f7171f8..bcaab7974936 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "ec2facb3-47e7-41a1-a8d5-5b0653634c00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "47a605f0-9c12-4802-80d0-269292442e00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"2\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"3\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"4\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"5\",\"detectedLanguage\":{\"name\":\"Spanish\",\"iso6391Name\":\"es\",\"confidenceScore\":1.0},\"warnings\":[]},{\"id\":\"6\",\"detectedLanguage\":{\"name\":\"Spanish\",\"iso6391Name\":\"es\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "d0eb100c-fcc9-451a-925f-f4e2b9ae843e", + "apim-request-id": "2f76a8c1-5446-461a-8265-f91f2a4b570c", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=6", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "10" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json index f0b49e125e4b..0777144d8587 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "fbcddf8b-477e-4756-983f-124a8d8a3c00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "4a33368b-5be3-4759-a90b-860d44032c00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"detectedLanguage\":{\"name\":\"English\",\"iso6391Name\":\"en\",\"confidenceScore\":1.0},\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "2da0038a-1393-4bde-a231-399d799f3cd8", + "apim-request-id": "63e99802-f3ff-4cbe-8fc6-9b9e8d448f31", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:50 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "8" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.json similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.json diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json similarity index 87% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json index 04f46aa05f94..7bc7471dedf8 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:08 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "06887f31-d7a6-402c-9eaa-2ce611853e00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "2f2d895a-6322-4050-8665-a4adf4cf3300" } }, { @@ -30,9 +30,9 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Country Hint.\",\"innererror\":{\"code\":\"InvalidCountryHint\",\"message\":\"Country hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country code.\"}}}],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "648492ac-ae28-4c68-9e0a-9f3f76733bd9", + "apim-request-id": "8d231e5a-4207-4557-8e27-43184096f8b3", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json index 8ba7177d8f88..589c2e9af4dd 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "91f9f391-cce5-47c4-9246-d22be3f13600" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "6fc6f9b5-135f-4193-9500-060740462a00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"week\",\"Space Needle\",\"wonderful trip\",\"Seattle\",\"times\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"entire trip\",\"Seattle\",\"Space Needle\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"movie\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"book\"],\"warnings\":[]},{\"id\":\"5\",\"keyPhrases\":[\"Monte Rainier\",\"caminos\"],\"warnings\":[]},{\"id\":\"6\",\"keyPhrases\":[\"carretera\",\"tráfico\",\"día\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "b96882a9-1cf0-4e34-a862-9fec68c79b02", + "apim-request-id": "2633672b-3d0b-45c8-b09e-cd9d014e9de9", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=6", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "14" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json index e2285c94a7f5..451e91efe494 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "9bfa1dc2-403a-4f0d-8701-0a36f0a33800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "606edce1-5763-4326-9618-60b22d672d00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"keyPhrases\":[\"week\",\"Space Needle\",\"wonderful trip\",\"Seattle\",\"times\"],\"warnings\":[]},{\"id\":\"1\",\"keyPhrases\":[\"entire trip\",\"Seattle\",\"Space Needle\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"movie\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"book\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "23f1d4e7-6da7-46c5-b358-8c3247f6680c", + "apim-request-id": "624c5dca-ecf2-4d0a-99e8-e6d3db6ab237", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "17" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json index cbe7d8035b96..9dea7a811a4f 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "98220412-db8a-40bb-bc37-af4f7fe43600" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "0283578e-76d0-492e-97f8-979c27e02e00" } }, { @@ -30,10 +30,10 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"keyPhrases\":[\"week\",\"Space Needle\",\"wonderful trip\",\"Seattle\",\"times\"],\"warnings\":[]},{\"id\":\"1\",\"keyPhrases\":[\"entire trip\",\"Seattle\",\"Space Needle\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"movie\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"book\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "311ff098-e2e9-4ecb-b929-bc80f09f5c3f", + "apim-request-id": "23fd3cd4-5c9f-4268-9791-52c96bbe7220", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.json similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.json diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json index cb2789f4d909..d4643fd47c27 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "dcca9985-e941-4eb2-b2d7-737657613400" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "23ed9490-bc90-4122-bd29-e2cff9153000" } }, { @@ -30,13 +30,13 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr\"}}}],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "8d51f851-854a-4c7e-9400-40118902a62c", + "apim-request-id": "4bfcd130-f8f5-42bc-abe5-9fb44ae535e6", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "7" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json index fa86d31691f2..8dba036a0e3c 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "64930f8b-575f-43c2-bc7a-0021b42c3700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "4ab1daa0-398b-4a05-9b48-fc8e6f082d00" } }, { @@ -30,14 +30,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"keyPhrases\":[\"world\",\"thisisanextremelymassivesequenceoflettersthatislongerthansixtyfo\"],\"warnings\":[{\"code\":\"LongWordsInDocument\",\"message\":\"The document contains very long words (longer than 64 characters). These words will be truncated and may result in unreliable model predictions.\"}]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "814ca14e-3852-4e33-8b45-e0711cb7312a", + "apim-request-id": "dbd32f5f-2787-4196-8e56-6d01a730d2ac", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json index eadeeef9545b..fd9e9a613050 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "64930f8b-575f-43c2-bc7a-0021a32c3700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "60efea4a-9ab9-415a-bce4-956710f92c00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":26,\"length\":7,\"confidenceScore\":0.75},{\"text\":\"last week\",\"category\":\"DateTime\",\"subcategory\":\"DateRange\",\"offset\":34,\"length\":9,\"confidenceScore\":0.8},{\"text\":\"2\",\"category\":\"Quantity\",\"subcategory\":\"Number\",\"offset\":78,\"length\":1,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":50,\"length\":7,\"confidenceScore\":0.74}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"Monte Rainier\",\"category\":\"Location\",\"offset\":29,\"length\":13,\"confidenceScore\":0.7}],\"warnings\":[]},{\"id\":\"5\",\"entities\":[{\"text\":\"ayer\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":60,\"length\":4,\"confidenceScore\":0.8}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "f007b233-97d1-4373-8ae6-445dbaa1dfce", + "apim-request-id": "462a6288-0e29-4a7f-b7b5-8a26916191a3", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-envoy-upstream-service-time": "105" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json index 6ed6d8392845..9bb434828a32 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "9bfa1dc2-403a-4f0d-8701-0a36c8a33800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "60efea4a-9ab9-415a-bce4-9567f1f82c00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":26,\"length\":7,\"confidenceScore\":0.75},{\"text\":\"last week\",\"category\":\"DateTime\",\"subcategory\":\"DateRange\",\"offset\":34,\"length\":9,\"confidenceScore\":0.8},{\"text\":\"2\",\"category\":\"Quantity\",\"subcategory\":\"Number\",\"offset\":78,\"length\":1,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"1\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":50,\"length\":7,\"confidenceScore\":0.74}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "92762d94-2d50-4592-aea3-64e5d3676508", + "apim-request-id": "cdeca32d-fe4f-49d0-be12-846c0f6c378f", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "155" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json index 5f046fbd679e..13c8b963b3d3 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "f62a380c-7857-4923-8fa5-54a9d4d43700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "6964622a-1973-4395-a615-48114d1e2600" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":26,\"length\":7,\"confidenceScore\":0.75},{\"text\":\"last week\",\"category\":\"DateTime\",\"subcategory\":\"DateRange\",\"offset\":34,\"length\":9,\"confidenceScore\":0.8},{\"text\":\"2\",\"category\":\"Quantity\",\"subcategory\":\"Number\",\"offset\":78,\"length\":1,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"1\",\"entities\":[{\"text\":\"Seattle\",\"category\":\"Location\",\"subcategory\":\"GPE\",\"offset\":50,\"length\":7,\"confidenceScore\":0.74}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "0f3a027b-e8e3-4a5b-8053-f269ff43aead", + "apim-request-id": "e682ec8b-0d87-4258-92b7-d71afb16e033", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "129" + "x-envoy-upstream-service-time": "163" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json index 4e5b98803112..911fa26460e1 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "ec2facb3-47e7-41a1-a8d5-5b0693634c00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "504cab6e-0a9f-4742-85ed-b62549a22e00" } }, { @@ -32,9 +32,9 @@ "status": 400, "response": "{\"error\":{\"code\":\"InvalidRequest\",\"message\":\"Invalid document in request.\",\"innererror\":{\"code\":\"InvalidDocumentBatch\",\"message\":\"Batch request contains too many records. Max 5 records are permitted.\"}}}", "responseHeaders": { - "apim-request-id": "3b4af8c8-30c6-4301-b248-d943e86b91f9", + "apim-request-id": "bd165fb3-66dc-4213-ba05-e7e4fa0cb8a8", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.json similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.json diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json index bbbd52a44e6e..f2c99db53455 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:09 GMT", + "date": "Fri, 04 Sep 2020 19:45:51 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "dcca9985-e941-4eb2-b2d7-737643613400" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "a4bf5e8f-673d-4a50-a8c9-d73414b52d00" } }, { @@ -32,9 +32,9 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: ar,cs,da,de,en,es,fi,fr,hu,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv,tr,zh-Hans\"}}}],\"modelVersion\":\"2020-04-01\"}", "responseHeaders": { - "apim-request-id": "e7e26c1a-9dd2-47c6-97e5-3932d698f5a7", + "apim-request-id": "e5bfdb88-1643-44ed-b63f-817b4dfb5def", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:10 GMT", + "date": "Fri, 04 Sep 2020 19:45:52 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json similarity index 92% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json index c419a1ee0c4e..88cb4d2494ef 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "fbcddf8b-477e-4756-983f-124a158b3c00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "59cc3cc6-4684-46b7-8300-871c03e12e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":65,\"length\":12,\"confidenceScore\":0.42}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":26,\"length\":7,\"confidenceScore\":0.21}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":90,\"length\":12,\"confidenceScore\":0.36}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":50,\"length\":7,\"confidenceScore\":0.2}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[{\"name\":\"Saturday\",\"matches\":[{\"text\":\"Saturday\",\"offset\":25,\"length\":8,\"confidenceScore\":0.05}],\"language\":\"en\",\"id\":\"Saturday\",\"url\":\"https://en.wikipedia.org/wiki/Saturday\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"name\":\"Monte Rainier\",\"matches\":[{\"text\":\"Monte Rainier\",\"offset\":29,\"length\":13,\"confidenceScore\":0.81}],\"language\":\"es\",\"id\":\"Monte Rainier\",\"url\":\"https://es.wikipedia.org/wiki/Monte_Rainier\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"5\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-02-01\"}", "responseHeaders": { - "apim-request-id": "18acb669-5659-4812-8c84-c0ef7ab47561", + "apim-request-id": "db6117cf-77e3-4152-b27f-de08103e2710", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "37" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json index a26530fce6f3..a705131bde79 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "07cbba98-7a1c-4ee5-b0cc-e7c9cc584c00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "82d54a43-c715-45ac-b86f-00253ab12b00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":65,\"length\":12,\"confidenceScore\":0.42}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":26,\"length\":7,\"confidenceScore\":0.21}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"1\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":90,\"length\":12,\"confidenceScore\":0.36}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":50,\"length\":7,\"confidenceScore\":0.2}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"name\":\"Saturday\",\"matches\":[{\"text\":\"Saturday\",\"offset\":25,\"length\":8,\"confidenceScore\":0.05}],\"language\":\"en\",\"id\":\"Saturday\",\"url\":\"https://en.wikipedia.org/wiki/Saturday\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-02-01\"}", "responseHeaders": { - "apim-request-id": "16c8a2b7-5650-4a75-8644-71e63c8eef5e", + "apim-request-id": "3a13657c-39cd-488b-9c65-9bb3c2d25b14", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "54" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json index 9a0621ef08d6..f786290863bb 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "0bee4ccd-e526-4367-a4d0-c830751a4700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "ad703d81-0e65-4e37-b619-33e95efe2400" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":65,\"length\":12,\"confidenceScore\":0.42}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":26,\"length\":7,\"confidenceScore\":0.21}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"1\",\"entities\":[{\"name\":\"Space Needle\",\"matches\":[{\"text\":\"Space Needle\",\"offset\":90,\"length\":12,\"confidenceScore\":0.36}],\"language\":\"en\",\"id\":\"Space Needle\",\"url\":\"https://en.wikipedia.org/wiki/Space_Needle\",\"dataSource\":\"Wikipedia\"},{\"name\":\"Seattle\",\"matches\":[{\"text\":\"Seattle\",\"offset\":50,\"length\":7,\"confidenceScore\":0.2}],\"language\":\"en\",\"id\":\"Seattle\",\"url\":\"https://en.wikipedia.org/wiki/Seattle\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"name\":\"Saturday\",\"matches\":[{\"text\":\"Saturday\",\"offset\":25,\"length\":8,\"confidenceScore\":0.05}],\"language\":\"en\",\"id\":\"Saturday\",\"url\":\"https://en.wikipedia.org/wiki/Saturday\",\"dataSource\":\"Wikipedia\"}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-02-01\"}", "responseHeaders": { - "apim-request-id": "f913c39e-007c-4fb5-a6f4-ac396cbb4e30", + "apim-request-id": "210d2a02-2ccf-4614-96cc-4867228a9033", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "24" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json index 3d832cbcfa3c..161241c5781f 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "69634743-e549-44df-b8b5-7d10b7793800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "2c9d031a-8889-47ed-8893-58c6bfc12900" } }, { @@ -32,13 +32,13 @@ "status": 400, "response": "{\"error\":{\"code\":\"InvalidRequest\",\"message\":\"Invalid document in request.\",\"innererror\":{\"code\":\"InvalidDocumentBatch\",\"message\":\"Batch request contains too many records. Max 5 records are permitted.\"}}}", "responseHeaders": { - "apim-request-id": "207396e2-2beb-4ec2-8db4-45516c924596", + "apim-request-id": "37b2ed03-fe67-41be-b6a3-b651f423524c", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "6" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.json similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.json diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json similarity index 87% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json index c1a213ccfae0..2d56f9c815d5 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "2709dd83-7b0e-4ac7-adee-ed245cb33b00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "d1859429-eefc-442a-8489-6856f6992e00" } }, { @@ -32,9 +32,9 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: en,es\"}}}],\"modelVersion\":\"2020-02-01\"}", "responseHeaders": { - "apim-request-id": "65f0dd48-7882-44fb-a7d9-356cf0c22bd9", + "apim-request-id": "be3a072e-f3e0-4e56-b6a6-3d75ba9ee301", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json index 624d71ba6bc5..788c2ffb3c7a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d991c18c-5881-4bbe-87d1-2b91417f4b00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "ee9a5477-ea31-465f-959f-d1d5c2272c00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"id\":\"3\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]}],\"errors\":[{\"id\":\"4\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: en\"}}},{\"id\":\"5\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: en\"}}}],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "78efe606-769f-48ee-b397-3caf720f66c3", + "apim-request-id": "f6310a98-36be-4cbb-a4c1-0d3a88eb6b32", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "129" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json index 08cc36d3b8ff..6ade3b0fed5d 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "f62a380c-7857-4923-8fa5-54a928d53700" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "7a06311b-b366-4835-8004-7b4b22292e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[],\"warnings\":[]},{\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "1b3bd147-a12d-450c-b360-6b6c276d80c8", + "apim-request-id": "d87ace80-f33a-4b0f-86e0-0a6fbc36ed2d", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "136" + "x-envoy-upstream-service-time": "139" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json index 03c40e242787..7ef6e3b58d11 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "4f74d6ed-7012-4b1b-a1d8-723608ee3d00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "69917413-7201-4cf9-977b-0940097d2f00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[],\"warnings\":[]},{\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"Saturday\",\"category\":\"DateTime\",\"subcategory\":\"Date\",\"offset\":25,\"length\":8,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "30c1bc24-55f9-41cb-b426-68d2c2134ee7", + "apim-request-id": "57497f4d-7ae4-4b5e-871d-c303f0b3e5d1", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "192" + "x-envoy-upstream-service-time": "202" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json index 5226fd112a05..678499204112 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "3bf6a7d6-e9a2-40c0-a3a8-228f046e3600" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "878c09e5-ea88-42bd-95d5-27f14a033200" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":31,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "8a067363-a895-4189-a47c-593346b29bc9", + "apim-request-id": "0f926365-eced-4b1d-ad70-8019c1f1fa99", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "85" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json index f2bf51704152..49f46501e48a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "0c502e97-2463-4c9d-a64e-6657fa0f3400" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "096a72f8-ce3f-49a1-a21e-8e9647bc2f00" } }, { @@ -32,9 +32,9 @@ "status": 400, "response": "{\"error\":{\"code\":\"InvalidRequest\",\"message\":\"Invalid Request.\",\"innererror\":{\"code\":\"MissingInputRecords\",\"message\":\"Missing input records.\"}}}", "responseHeaders": { - "apim-request-id": "78f67819-cace-45db-98f3-0c10fd719755", + "apim-request-id": "5bea181a-3458-4dac-97ba-873bb4a5f576", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:11 GMT", + "date": "Fri, 04 Sep 2020 19:45:53 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json index 06843e7e57a3..0696de61a974 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d738977c-4458-46d3-bb8c-37c140783900" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "82d54a43-c715-45ac-b86f-00251ab12b00" } }, { @@ -32,13 +32,13 @@ "status": 200, "response": "{\"documents\":[],\"errors\":[{\"id\":\"0\",\"error\":{\"code\":\"InvalidArgument\",\"message\":\"Invalid Language Code.\",\"innererror\":{\"code\":\"UnsupportedLanguageCode\",\"message\":\"Invalid language code. Supported languages: en\"}}}],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "6157d105-0e5b-479c-8eb3-69c601ab6d82", + "apim-request-id": "f931278c-ac5a-4a96-8b72-57321665bbe7", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:12 GMT", + "date": "Fri, 04 Sep 2020 19:45:54 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfc.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfc.json index 6cdd3f421163..5d2a16bed44d 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfc.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "69634743-e549-44df-b8b5-7d10cf793800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "9416a929-d6ac-453e-99e5-53683c602c00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":9,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "992b17c3-b04a-4e4e-ab04-240ca84e9f7b", + "apim-request-id": "070f5f13-aa5c-4dc4-82d1-a08f329974ea", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "73" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfd.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfd.json index 3813227c6d86..6dacfc44043d 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_diacritics_nfd.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "4f74d6ed-7012-4b1b-a1d8-723686ee3d00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "00e5e075-f10f-4f73-b9fe-cfd3c1d53000" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":10,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "563ef0a8-e105-477c-a936-aad428a6beea", + "apim-request-id": "72eccbdc-e94a-48e6-bf74-15702efafbe1", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "71" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji.json index ca8973a77258..121c93b0ae1c 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:55 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "5247cc10-5bbc-4e8d-9c0c-8349777c3800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "892163b4-64a5-4f9f-bdc6-c4b2b6b92d00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "d5934d72-0f86-4112-94d5-ae0836116dc9", + "apim-request-id": "1aca94aa-4d7c-44e1-86b8-7a0568389f9c", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "78" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json index abf9ce88c53b..3a9641761ffc 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:13 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "06887f31-d7a6-402c-9eaa-2ce6ac853e00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "892163b4-64a5-4f9f-bdc6-c4b2c8b92d00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":10,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "29f4cc0d-e75f-4ffb-8aad-285ee8d79e43", + "apim-request-id": "36f2e004-7e26-40ef-b134-cb469a3a545d", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "62" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji.json index 2deca725d4a4..d7f67952f20f 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "f57a65fa-10a9-4ec0-871a-304d5a683800" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "504cab6e-0a9f-4742-85ed-b625e8a22e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":17,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "fbb45d64-770b-435f-8098-4964e8cb39f8", + "apim-request-id": "d34038a1-4797-424b-9a3c-7d133369bd8a", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-envoy-upstream-service-time": "72" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json index edf91131d1fa..e4b3b0217441 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:56 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "65a809e3-277c-458a-88c4-3e4d196b3a00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "09029e7c-7037-4851-9b0b-3b7158342800" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":25,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "9b9d7f43-3fdd-4b29-b2f0-b28ba9d46ea5", + "apim-request-id": "6e186198-71dd-4974-b510-f76ad01ce66d", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:14 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "59" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfc.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfc.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfc.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfc.json index 0dcf6193b677..ba7bcabd8634 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfc.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfc.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d7ad2c00-c6ac-4f46-9796-c4a93cec4e00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "0c37c8a3-fdfb-4107-8fdd-1087d9ed2e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "344d4edf-540b-410a-a716-da8df9f1d2bd", + "apim-request-id": "2b40210c-9d88-4627-9b2e-0d777c0ea03c", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "67" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfd.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfd.json similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfd.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfd.json index 46d14978b1f1..44b5ec8da724 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_korean_nfd.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_korean_nfd.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "65a809e3-277c-458a-88c4-3e4d356b3a00" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "795b7d3d-3313-4125-bb8b-3d3cd2462200" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "b7027f2b-7ea6-4774-9c68-18abe2744f57", + "apim-request-id": "1206e670-ccca-4ff1-ae25-97c1d31dd351", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:58 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "71" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_zalgo.json b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_zalgo.json similarity index 87% rename from sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_zalgo.json rename to sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_zalgo.json index a1ff50f96f5b..3c6efc1ffe40 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/browsers/aad_textanalyticsclient_string_encoding/recording_zalgo.json +++ b/sdk/textanalytics/ai-text-analytics/recordings/browsers/textanalyticsclient_string_encoding/recording_zalgo.json @@ -11,15 +11,15 @@ "cache-control": "no-store, no-cache", "content-length": "1329", "content-type": "application/json; charset=utf-8", - "date": "Wed, 02 Sep 2020 23:54:15 GMT", + "date": "Fri, 04 Sep 2020 19:45:57 GMT", "expires": "-1", "p3p": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"", "pragma": "no-cache", "referrer-policy": "strict-origin-when-cross-origin", "strict-transport-security": "max-age=31536000; includeSubDomains", "x-content-type-options": "nosniff", - "x-ms-ests-server": "2.1.10985.18 - CHI ProdSlices", - "x-ms-request-id": "d738977c-4458-46d3-bb8c-37c1ac783900" + "x-ms-ests-server": "2.1.11000.20 - CHI ProdSlices", + "x-ms-request-id": "d1859429-eefc-442a-8489-6856639a2e00" } }, { @@ -32,14 +32,14 @@ "status": 200, "response": "{\"documents\":[{\"id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social Security Number (SSN)\",\"offset\":121,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}", "responseHeaders": { - "apim-request-id": "014aa2a3-cb57-48c8-9a5c-d5b9e3211fae", + "apim-request-id": "0043ec75-3d2c-4c2c-b675-eabe223f7b0e", "content-type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1", - "date": "Wed, 02 Sep 2020 23:54:16 GMT", + "date": "Fri, 04 Sep 2020 19:45:58 GMT", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "93" } } ], diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_client_throws_on_empty_list.js deleted file mode 100644 index 544f49403f75..000000000000 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_client_throws_on_empty_list.js +++ /dev/null @@ -1,60 +0,0 @@ -let nock = require('nock'); - -module.exports.hash = "a4020626c0cb58caed4b5158a2dc31ed"; - -module.exports.testInfo = {"uniqueName":{},"newDate":{}} - -nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) - .post('/azure_tenant_id/oauth2/v2.0/token', "response_type=token&grant_type=client_credentials&client_id=azure_client_id&client_secret=azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default") - .reply(200, {"token_type":"Bearer","expires_in":3599,"ext_expires_in":3599,"access_token":"access_token"}, [ - 'Cache-Control', - 'no-store, no-cache', - 'Pragma', - 'no-cache', - 'Content-Type', - 'application/json; charset=utf-8', - 'Expires', - '-1', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains', - 'X-Content-Type-Options', - 'nosniff', - 'P3P', - 'CP="DSP CUR OTPi IND OTRi ONL FIN"', - 'x-ms-request-id', - '4eae8760-fd62-46a6-9798-63c4422a2600', - 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', - 'Set-Cookie', - 'fpc=Atiu2QckFORAlPZeozWyttLIIHRUAQAAAJqt4dYOAAAA; expires=Fri, 02-Oct-2020 15:13:30 GMT; path=/; secure; HttpOnly; SameSite=None', - 'Set-Cookie', - 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', - 'Set-Cookie', - 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', - 'Date', - 'Wed, 02 Sep 2020 15:13:30 GMT', - 'Content-Length', - '1329' -]); - -nock('https://endpoint', {"encodedQueryParams":true}) - .post('/text/analytics/v3.1-preview.1/entities/recognition/pii', {"documents":[{"id":"0","text":"👩 SSN: 859-98-0987","language":"en"}]}) - .query(true) - .reply(200, {"documents":[{"id":"0","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":8,"length":11,"confidenceScore":0.65}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}, [ - 'Transfer-Encoding', - 'chunked', - 'Content-Type', - 'application/json; charset=utf-8', - 'csp-billing-usage', - 'CognitiveServices.TextAnalytics.BatchScoring=1', - 'x-envoy-upstream-service-time', - '74', - 'apim-request-id', - '8b684db5-37cb-4c25-83e0-5eee7f82e4c9', - 'Strict-Transport-Security', - 'max-age=31536000; includeSubDomains; preload', - 'x-content-type-options', - 'nosniff', - 'Date', - 'Wed, 02 Sep 2020 15:13:30 GMT' -]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_analyzesentiment.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_analyzesentiment.js index 678d863bf203..12375ed2cc9b 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_analyzesentiment.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_analyzesentiment.js @@ -15,13 +15,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '108', + '110', 'apim-request-id', - '9fdb6084-250c-4e18-b58c-28cced1ca6f6', + 'b397fd25-5b6f-4339-8098-791681695182', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:35 GMT' + 'Fri, 04 Sep 2020 19:45:22 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_detectlanguage.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_detectlanguage.js index dbb601446c23..f840d3587f37 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_detectlanguage.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_detectlanguage.js @@ -14,13 +14,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '18', + '9', 'apim-request-id', - 'c1324f1c-59af-4c82-9557-8cd2681f3053', + '3d98f705-6c93-4be7-81d2-836089af9678', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:35 GMT' + 'Fri, 04 Sep 2020 19:45:23 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_extractkeyphrases.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_extractkeyphrases.js index 2167366cf8ff..c22e87d5c7ef 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_extractkeyphrases.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_extractkeyphrases.js @@ -14,13 +14,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '13', + '10', 'apim-request-id', - '55a12bc6-2ff6-4402-aed7-4fd528741320', + 'b0d77464-fd30-4757-84b3-87c220ae522a', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:36 GMT' + 'Fri, 04 Sep 2020 19:45:23 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizeentities.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizeentities.js index 793912d51b3e..f2d3d46732a8 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizeentities.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizeentities.js @@ -15,13 +15,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '83', + '88', 'apim-request-id', - '98e7f5fa-287e-4333-9f24-89699891f290', + 'd2c3f7ce-787c-436b-8452-cf81b1e874e1', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:36 GMT' + 'Fri, 04 Sep 2020 19:45:23 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizelinkedentities.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizelinkedentities.js index 4ed7673985e5..1bb9cf3f1e90 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizelinkedentities.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizelinkedentities.js @@ -15,13 +15,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '16', + '23', 'apim-request-id', - 'de19e873-5ea1-4ee4-8aa1-c609e65945ba', + '3a0a076e-46d4-427a-814b-feabbb18bc3e', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:37 GMT' + 'Fri, 04 Sep 2020 19:45:23 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizepiientities.js b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizepiientities.js index 960b01913e66..aa8acc8a2548 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizepiientities.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/api_key_textanalyticsclient/recording_recognizepiientities.js @@ -15,13 +15,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '77', + '110', 'apim-request-id', - '12d6b82c-1d11-430b-8440-0be78af33574', + '428ddf7d-6a8b-4fed-b91e-6c6542aa350e', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:38 GMT' + 'Fri, 04 Sep 2020 19:45:23 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js index aaa9245b6661..35089b4a6276 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_and_language.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '8a016dfd-64aa-45d5-ab66-bd5f2eee3c00', + '7589b683-f4bb-44ad-972a-ed58e9482300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Ajbih0tKedRCs2K7SHiif7_IIHRUAQAAAIMn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:39 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUAQAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:24 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:38 GMT', + 'Fri, 04 Sep 2020 19:45:24 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '125', + '92', 'apim-request-id', - '7e26fe1a-7a08-4a28-8b67-9f8cea5cb258', + 'e04e0bd3-bef0-4a3c-82bc-cc5d035edf22', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:39 GMT' + 'Fri, 04 Sep 2020 19:45:25 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js index 437848c417a7..06cdfa2a74fc 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_string_with_no_language.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f899a6fc-513a-4aa7-8a7e-11e039974500', + 'ec48683e-1323-46d8-8133-99ca92672500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=An8TJ0S8E9NBmhCO9eThz1fIIHRUAQAAAIMn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:39 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUAgAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:25 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:39 GMT', + 'Fri, 04 Sep 2020 19:45:25 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '121', + '176', 'apim-request-id', - '1c7e07bb-7686-413c-92ef-eb8e201351ae', + '02f200ed-2178-4eab-8b65-d9b3eb6b6a5d', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:39 GMT' + 'Fri, 04 Sep 2020 19:45:25 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js similarity index 93% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js index 67b311aa4450..95a0e3450935 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_accepts_textdocumentinput.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '51346cbc-fce9-4541-900a-a2d591f13d00', + 'f914201c-d48a-4379-91df-0e89a9982700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aqz0JkU4QqdNkdrWgZHIujfIIHRUAQAAAIQn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:41 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUBQAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:40 GMT' + 'Fri, 04 Sep 2020 19:45:26 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=6', 'x-envoy-upstream-service-time', - '114', + '130', 'apim-request-id', - '4b482ee5-aa89-4df3-8bbe-551f0fdf52bf', + '5c564586-8cc6-4bea-94dc-d9dcd84dbd4a', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:40 GMT' + 'Fri, 04 Sep 2020 19:45:26 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js index 0334ac161a52..03d8706b1037 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_negative_mined_opinions.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'd9269aaf-d4e1-4af6-9ccc-864adc024100', + '4132606f-6473-4fdd-99b4-113bea8f2400', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AsxH9zE_y6JPh59ch2wk3_TIIHRUAQAAAIYn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:42 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUBwAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:27 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:42 GMT' + 'Fri, 04 Sep 2020 19:45:27 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '119', + '117', 'apim-request-id', - '7aa2a18a-d91d-46ab-bddd-db63628b1648', + '9c072d12-8968-4ce5-ac40-5cfcb3189942', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:42 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js index 8d321ddf5282..f760c9737d9e 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_no_mined_opinions.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '34413d36-3fb5-4210-8197-c12884ce3300', + 'ec48683e-1323-46d8-8133-99ca03682500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AuP5zFHe349Pu_RybPL67-bIIHRUAQAAAIYn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:43 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUCAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:28 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:42 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '125', + '96', 'apim-request-id', - '95025192-2ee5-418f-b01f-d654af3fa4ea', + '4ce4aba4-48c4-4837-bd3a-3a181ef9140c', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:42 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js index ec4a98eec15d..cdf564b415b6 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_gets_positive_mined_opinions.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2f3e21d3-2d7f-4c01-a40d-39dba1533900', + '945262a8-908f-4d41-a2c9-01a84b3a2500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=At4ac5iTfgBNvTR6whbJNU_IIHRUAQAAAIUn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:41 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUBgAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:27 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:41 GMT' + 'Fri, 04 Sep 2020 19:45:27 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '83', + '103', 'apim-request-id', - '3d33412b-7d8e-481b-a569-593835b790e9', + '16e6c542-881b-4c81-b06a-b6dc46b4927d', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:41 GMT' + 'Fri, 04 Sep 2020 19:45:27 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.js similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_client_throws_on_empty_list.js diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js index 15d7f24fba0e..a334aeb019ef 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_an_error_for_an_empty_document.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '116a6ce5-e616-45e5-8f2d-bfee133c3b00', + 'dcafb81b-8182-4ac0-b80b-580c05772a00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AlSPrPSwypVGilFp-IZr17vIIHRUAQAAAIQn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUBAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:40 GMT' + 'Fri, 04 Sep 2020 19:45:26 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '102', + '185', 'apim-request-id', - 'dec1e103-e4b0-4ef2-8228-ddca751ee060', + '0611b5f6-e001-4948-950b-a6e0b2cd8380', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:40 GMT' + 'Fri, 04 Sep 2020 19:45:25 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js index 7efd5094ba4c..27c4b35a25e4 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_analyzesentiment/recording_service_returns_error_for_invalid_language.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '3032a484-218a-4f46-9368-06581b6f3100', + '25a83bb7-65c9-4db3-81ca-252f747a2300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ArnZxbKaytBOgcwLhqA8dwDIIHRUAQAAAIMn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:40 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUAwAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:26 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:39 GMT' + 'Fri, 04 Sep 2020 19:45:25 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -46,13 +46,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'Content-Type', 'application/json; charset=utf-8', 'x-envoy-upstream-service-time', - '3', + '2', 'apim-request-id', - '818783d1-46d2-4e72-a490-b660f28c7f98', + 'f84e1e83-87a6-4559-98c7-6bc1cc36386b', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:39 GMT' + 'Fri, 04 Sep 2020 19:45:25 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js similarity index 84% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js index ee1cc5b6ffc1..f59d3c7805de 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_a_countryhint.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '92dd4e69-2778-41c1-a376-61ed69dd3800', + 'ad6b1c4a-bf11-4daf-8623-2877e9932500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Apo4Qvxd4VhKhDOd9kS4zDHIIHRUAQAAAIcn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:44 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUCgAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:29 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:43 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '16', + '7', 'apim-request-id', - '5518b6a2-7e93-434b-afb5-2e49b297ea19', + '81c257ef-4c88-4d64-8a25-473f7670c59f', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:43 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js index a350900a643f..d597973c6fbf 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_mixedcountry_detectlanguageinput.js @@ -11,6 +11,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', + 'Content-Length', + '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -22,19 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'deddde6d-df3a-469a-bccf-f316fc3a3e00', + '80189bb5-74d2-4fb1-8159-2489c51f2600', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AiBBzhTfOcNLkaIyY5DEd0vIIHRUAQAAAIkn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUDgAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:30 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:45 GMT', - 'Content-Length', - '1329' + 'Fri, 04 Sep 2020 19:45:30 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=6', 'x-envoy-upstream-service-time', - '18', + '12', 'apim-request-id', - '6119cea9-9a9a-4053-bfcf-2a995b5ef4e3', + '90576b85-e3ad-4fe8-9f91-aa707587d7c7', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:45 GMT' + 'Fri, 04 Sep 2020 19:45:30 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js index f3ab9a848268..35c9e79aee0b 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_no_countryhint.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '8476e708-8079-4855-b8d3-9522b6793900', + 'cda0d654-5044-499e-bc37-b0fd09272900', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AtQJ0aEgegxIm4WFSfRvmynIIHRUAQAAAIYn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:43 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUCQAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:28 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:43 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '14', + '8', 'apim-request-id', - '191f5eb8-1d87-40b5-85c1-e3d89ba4fc92', + '69420c29-bd30-447c-a223-dbe33d09aa4e', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:43 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js index c5678208f58e..039642ec9522 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_detectlanguageinput_input.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'b0c1010e-f1f2-4ef8-80a6-4be27b833e00', + 'f916af98-4b99-4902-8404-5c2b6abc2300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AivNciOxz8VHvfNSD9kHIK_IIHRUAQAAAIgn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:45 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUDAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:29 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:29 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=6', 'x-envoy-upstream-service-time', - '11', + '9', 'apim-request-id', - 'b65bba1e-187d-4e95-a29f-cc7e16b13dd3', + 'd523bf7a-b77d-4b3e-9fdd-3a9b67ca15ce', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:29 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js similarity index 84% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js index ec2ac922a9d3..cfc9e2606bdc 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_accepts_none_country_hint_with_string_input.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e989e7df-e7a8-4511-8649-f19c84114400', + '08e4ad16-d69d-4de9-a2fe-cb7153e22700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AoIJlemB57NHtfROYPB_u4HIIHRUAQAAAIgn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:44 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUCwAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:29 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:29 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '15', + '9', 'apim-request-id', - '435306dd-1176-450f-88bd-72d4a72e379a', + 'd9aa6bc0-5a5f-4a2c-a2b2-006821d411d4', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:28 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.js similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_client_throws_on_empty_list.js diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js index 709a271ddedd..fbdf6d19ca21 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_detectlanguage/recording_service_errors_on_invalid_country_hint.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '869d21c7-8463-46c8-9810-329905054a00', + '9a0082da-5c8a-49a5-80c4-32df90742900', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AqUgIEmGsehPobXAEhUFbu7IIHRUAQAAAIkn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:45 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUDQAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:30 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:29 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -47,11 +47,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '3', 'apim-request-id', - 'd9ff7199-8a76-43ec-9938-091f6796afcd', + 'badab55f-fae8-4063-925c-a75be94e8999', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:44 GMT' + 'Fri, 04 Sep 2020 19:45:30 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js index 74aa9eb9e28f..a4b392beacec 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_mixedlanguage_textdocumentinput.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '140a9ed3-b362-4d14-be62-14355b954d00', + '9a0082da-5c8a-49a5-80c4-32df42752900', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aj4DnO3bOGZKjGz6LuzYlEjIIHRUAQAAAI4n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:51 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:34 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:50 GMT', + 'Fri, 04 Sep 2020 19:45:34 GMT', 'Content-Length', '1329' ]); @@ -49,11 +49,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '22', 'apim-request-id', - '201221ef-ded6-4d88-9edf-ec70fe8b1009', + '7d266fd6-2b1f-40fb-bbb5-3bf82a4e18da', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:51 GMT' + 'Fri, 04 Sep 2020 19:45:34 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js index e1e16c2fff6c..7ac93f90d4cb 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_a_language_specified.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '2e04a9c1-d20b-4d4f-8410-935bb3334300', + 'b993c004-35dd-4672-a110-e9043dd72400', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AmDVCX3TguBNsm6AuSavt5_IIHRUAQAAAI0n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:49 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:33 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:49 GMT', + 'Fri, 04 Sep 2020 19:45:33 GMT', 'Content-Length', '1329' ]); @@ -47,13 +47,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '17', + '12', 'apim-request-id', - '4654d016-9434-46e7-a397-0350a3176bfa', + '4f1edc98-9c7e-4e71-8fc2-111631b2d179', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:49 GMT' + 'Fri, 04 Sep 2020 19:45:33 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js index 0afc6c8bac98..8531f416407e 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_accepts_string_with_no_language.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0f6a1ee8-f596-4505-a082-b9991db03900', + '20d3e34b-0ca5-43a1-9c73-1d54fdb72600', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Ah8s9X9XInlHu3o2lQL4LQjIIHRUAQAAAIwn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:49 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:33 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:48 GMT' + 'Fri, 04 Sep 2020 19:45:32 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -49,11 +49,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '14', 'apim-request-id', - '75d6fbb1-68b6-4762-851b-e8ddf0a32653', + '02343f01-b834-4d2e-b01d-d6b2a1a7e2f2', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:49 GMT' + 'Fri, 04 Sep 2020 19:45:33 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.js similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_client_throws_on_empty_list.js diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js index 8aca8a401722..dcb616c6cf9c 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_errors_on_unsupported_language.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '0104b4aa-c5e1-41e1-b4e8-f7af4e0c3b00', + 'f914201c-d48a-4379-91df-0e89019a2700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AnWRGfO1RyhBjYQFOWmGhHjIIHRUAQAAAI0n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:50 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:33 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:49 GMT' + 'Fri, 04 Sep 2020 19:45:33 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -45,13 +45,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'Content-Type', 'application/json; charset=utf-8', 'x-envoy-upstream-service-time', - '3', + '2', 'apim-request-id', - '73d98edb-5cf5-40fe-bed7-c9e3cb148c3a', + '7c348c2d-75cc-4dc5-bdce-1aaf981f0a87', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:49 GMT' + 'Fri, 04 Sep 2020 19:45:34 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js similarity index 87% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js index a774886e23c2..f005d83dc1a7 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_extractkeyphrases/recording_service_reports_warning_for_long_words.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e98c4742-386e-4cb2-b88a-651a08a94700', + 'aa1c84e7-9721-4351-b82b-b9af89512700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AuhZG78icVtPv6n_QBVIV0jIIHRUAQAAAI0n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:50 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:34 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:50 GMT', + 'Fri, 04 Sep 2020 19:45:33 GMT', 'Content-Length', '1329' ]); @@ -49,11 +49,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '11', 'apim-request-id', - '48c93995-54d4-4208-bf81-03ecf733f776', + 'ef55e276-ad06-4afc-a346-eb66f8532ef4', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:50 GMT' + 'Fri, 04 Sep 2020 19:45:34 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js similarity index 90% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js index a50807adf770..26f60c1a4011 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_mixedlanguage_textdocumentinput.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '3661ec06-ce03-487a-b443-22014c3b5600', + 'd1b74dde-1ff3-488a-b0d7-43068f7e2e00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aph_l0_CW61BlJ71YHFjQqfIIHRUAQAAAIsn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUEgAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:32 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:47 GMT' + 'Fri, 04 Sep 2020 19:45:31 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=5', 'x-envoy-upstream-service-time', - '100', + '140', 'apim-request-id', - '0834f120-1b3f-4fd1-916a-b9fb261469da', + 'f147c125-88f2-4aa3-8bf2-4ad6ca1308dc', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:47 GMT' + 'Fri, 04 Sep 2020 19:45:32 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js index 3ece75f9d010..5b46311f87b2 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_a_language_specified.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '55462021-a24f-402f-aa4c-b6f357794400', + 'ad1e450f-f74e-48c5-8e62-479e36002900', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AlEB0a--USRDtpihpEhw-sPIIHRUAQAAAIsn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUEAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:31 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:46 GMT' + 'Fri, 04 Sep 2020 19:45:31 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '134', + '103', 'apim-request-id', - '08ac37a2-8790-41d0-9787-6cb4120e63ef', + '75b21ed9-4b90-4a5b-bb76-9ec07688999f', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:46 GMT' + 'Fri, 04 Sep 2020 19:45:30 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js index 4eb32f10e670..9709f0349e04 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_accepts_string_with_no_language.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f30c65c4-cc2b-46f2-9da7-ae771aa64d00', + '868511ca-9b8c-4aaa-8a93-6d4e95fe2500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=At_Gy4lyJG5JgE17LWvSYwPIIHRUAQAAAIon4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:46 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUDwAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:30 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:46 GMT', + 'Fri, 04 Sep 2020 19:45:30 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '142', + '155', 'apim-request-id', - '2b9e4117-4acd-43c3-98a7-9f72a7b1826a', + '32ba34fe-7423-4452-a16b-b9e2d9531dfe', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:46 GMT' + 'Fri, 04 Sep 2020 19:45:30 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js index 2002c60ec8f3..2b75394baf1e 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'd3a41049-3be0-4fa4-8f81-a5dae15a4d00', + '94a86b10-3cd2-42e9-9ac7-8144e46e2400', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Al6r4xd2M9NEuW4qUrZyr4_IIHRUAQAAAJQn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUEwAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:32 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:56 GMT', + 'Fri, 04 Sep 2020 19:45:32 GMT', 'Content-Length', '1329' ]); @@ -48,11 +48,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '5', 'apim-request-id', - 'e807f57b-03a4-4f1e-b98f-89a0410ec882', + '4720703d-c6ae-4a90-bd0c-cca8a4549927', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:56 GMT' + 'Fri, 04 Sep 2020 19:45:32 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.js similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_client_throws_on_empty_list.js diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js index 251d3c3784e3..72f18643547d 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizeentities/recording_service_errors_on_unsupported_language.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '30ee913d-b2da-459b-a614-90d546535400', + '05164cae-c680-4eed-a933-1ded01732900', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AsTUYbBDLdxBgVEImX5yEDzIIHRUAQAAAIon4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:47 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUEQAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:31 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:47 GMT', + 'Fri, 04 Sep 2020 19:45:31 GMT', 'Content-Length', '1329' ]); @@ -48,11 +48,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '3', 'apim-request-id', - 'f3248b6a-f420-454a-bd19-740bda531e0a', + 'eba79e2d-ebc2-4fbf-8f9a-2b926421c425', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:46 GMT' + 'Fri, 04 Sep 2020 19:45:32 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js similarity index 92% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js index 281d1ad60222..66542ae21562 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_mixedlanguage_textdocumentinput.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '9725564a-3ca4-41df-91f0-81df366a4700', + '4fa51615-875f-4826-a3a5-c9e487d12500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ArZPSX5_4RlDvEZm8GsQHl3IIHRUAQAAAJMn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:56 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:39 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:55 GMT' + 'Fri, 04 Sep 2020 19:45:38 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=5', 'x-envoy-upstream-service-time', - '152', + '202', 'apim-request-id', - '73d6b925-29b2-4382-b392-d14bcb9e6203', + 'b4265be6-2e16-4a2a-95de-11d3a601b6ed', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:56 GMT' + 'Fri, 04 Sep 2020 19:45:39 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js index fb6d81d53db1..397fb3af35bc 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_a_language_specified.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '55462021-a24f-402f-aa4c-b6f35b7a4400', + '5db89031-1847-41ce-ad60-c464a7722600', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aow8XoC9MsdFiDvn6fnsvKnIIHRUAQAAAJIn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:38 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:54 GMT' + 'Fri, 04 Sep 2020 19:45:38 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '44', + '28', 'apim-request-id', - 'ace69bb3-22ad-4aaf-b584-d17f1ac9d3d5', + '474f8bd4-7a0e-46f5-8ed6-890999f04888', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:55 GMT' + 'Fri, 04 Sep 2020 19:45:38 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js similarity index 91% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js index 3bba584b1602..ebfc0032d60a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_accepts_string_with_no_language.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '5437b315-bc51-4ffb-bf6a-fdd50a353800', + 'ec48683e-1323-46d8-8133-99ca6d692500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Ao-LkjyV4QtBtUcFHsHv2unIIHRUAQAAAJEn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:37 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:54 GMT', + 'Fri, 04 Sep 2020 19:45:37 GMT', 'Content-Length', '1329' ]); @@ -50,11 +50,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '27', 'apim-request-id', - '45589a19-5ce1-445d-abc3-f6d453350ca8', + '179363bc-4e8f-4a56-980f-a1df85d3eeb7', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:54 GMT' + 'Fri, 04 Sep 2020 19:45:37 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js index b9877cfd51e0..9c57a7d2c3d0 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizeentities/recording_client_throws_exception_for_too_many_inputs.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_throws_exception_for_too_many_inputs.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'd153ccc9-7f7e-4f18-81ee-c94b1d5a4500', + 'b53b925f-faec-4e95-b12b-445ff9042300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ApuUYzPgmAtMtgbOTTD1i4zIIHRUAQAAAIwn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:48 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:39 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:48 GMT' + 'Fri, 04 Sep 2020 19:45:39 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -46,13 +46,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'Content-Type', 'application/json; charset=utf-8', 'x-envoy-upstream-service-time', - '6', + '5', 'apim-request-id', - '2af08806-350c-411e-97f0-04fc77d0957c', + 'e228c1a3-0824-471d-ae8b-b02219441870', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:48 GMT' + 'Fri, 04 Sep 2020 19:45:39 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.js similarity index 100% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_client_throws_on_empty_list.js diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js index 7b090dd5b2b1..39693181143a 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizelinkedentities/recording_service_errors_on_unsupported_language.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f859df56-d416-4dd1-bd76-339332e44a00', + '3a80977d-af58-4590-a5be-6d0eb4612600', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aj5FCce6fGxJrWtslwFzcB7IIHRUAQAAAJMn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:55 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:38 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:54 GMT' + 'Fri, 04 Sep 2020 19:45:38 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -46,13 +46,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'Content-Type', 'application/json; charset=utf-8', 'x-envoy-upstream-service-time', - '3', + '2', 'apim-request-id', - '0fd81742-7175-41fe-ab4d-5eaba80a948c', + '4b65343a-488c-40cb-a191-570e2f27ce14', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:55 GMT' + 'Fri, 04 Sep 2020 19:45:38 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js similarity index 89% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js index d0baf08a976d..3b3c6b8305d4 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_mixedlanguage_textdocumentinput.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'd694c929-f5ef-469d-b9c0-7eed79c23a00', + '6d637070-ef36-4571-a9d9-17dfa14a2300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Ah16xPTW7ihHtm_kgRJMg5bIIHRUAQAAAJEn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:54 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:37 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:53 GMT' + 'Fri, 04 Sep 2020 19:45:36 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=3', 'x-envoy-upstream-service-time', - '106', + '153', 'apim-request-id', - '71e49b97-2338-4dc0-90ab-bf3be5b82d5b', + 'c320d2fd-10d0-43d3-9e45-528984bdab56', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:53 GMT' + 'Fri, 04 Sep 2020 19:45:37 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js index fa67b2170bfc..641e1a3adbc0 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_a_language_specified.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '93ba7289-6947-4615-b9a2-436a4abc4000', + 'dcafb81b-8182-4ac0-b80b-580ca7782a00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ApiEivJ6RO1EhjvXro3saP3IIHRUAQAAAJAn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:52 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:35 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:52 GMT', + 'Fri, 04 Sep 2020 19:45:35 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '108', + '185', 'apim-request-id', - '98cebc3e-2283-42b0-898e-839249459bfb', + '9a68acdd-452e-4fd4-824f-d05164373d8b', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:52 GMT' + 'Fri, 04 Sep 2020 19:45:35 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js similarity index 88% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js index 0e95070c4f7e..ddadf07a9fe7 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_accepts_string_with_no_language.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'dba86fc0-2746-4243-82ab-df8a51bf3a00', + 'b2c7a09c-cbd0-47cf-b295-d8c6f0f72f00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Amrkv30dkB1JmgExwA2zVLDIIHRUAQAAAI8n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:52 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:35 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:51 GMT' + 'Fri, 04 Sep 2020 19:45:35 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=4', 'x-envoy-upstream-service-time', - '105', + '147', 'apim-request-id', - 'c7783c03-ca31-4342-919b-d8f8f26d88ab', + 'b2cb6ecd-2f3b-46a0-9333-044f42065c2b', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:51 GMT' + 'Fri, 04 Sep 2020 19:45:35 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js index 6c7b76644bb4..fb10d58e7526 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_correctly_reports_recognition_of_piilike_pattern.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'fcaf7470-c8eb-4fd6-8a8f-2a3f80bc3a00', + 'fe29132b-5481-4f8a-a50e-e9d954f42400', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=As4lsO9EHXpLmT7PwsT2DvPIIHRUAQAAAJAn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:53 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:52 GMT', + 'Fri, 04 Sep 2020 19:45:36 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '94', + '105', 'apim-request-id', - '6e955937-3dd5-4087-adfa-79c2e2f309ff', + '8d71ea07-41bc-4898-b2e6-5a7158f21dec', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:52 GMT' + 'Fri, 04 Sep 2020 19:45:36 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js similarity index 84% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js index 7875784aea61..dff070fc7909 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_client_throws_on_empty_list.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '4e96e76e-e6b4-4425-936c-ac0f60fe4500', + '60ba722d-5152-4ee0-acc6-fba89cdf2500', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ApHyPJ_QzMhMlkz22YzecCfIIHRUAQAAAI4n4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:51 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:35 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:51 GMT' + 'Fri, 04 Sep 2020 19:45:34 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,11 +48,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '4', 'apim-request-id', - '48014e21-d22c-449e-8c67-3f02047bfcce', + 'd0019901-d537-4b0a-953b-a80895b53df6', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:50 GMT' + 'Fri, 04 Sep 2020 19:45:34 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js index 76ec963ac51d..45ca25aa3483 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_recognizepiientities/recording_service_errors_on_unsupported_language.js @@ -11,6 +11,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', + 'Content-Length', + '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -22,19 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '8ed8a733-5154-44dc-8031-7800d29f3800', + '2711dd86-86e1-494e-bbae-cc6caac22800', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=ApSkrxRsYpRPnuiIlMxO9FzIIHRUAQAAAJEn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:53 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:36 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:53 GMT', - 'Content-Length', - '1329' + 'Fri, 04 Sep 2020 19:45:36 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,11 +48,11 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'x-envoy-upstream-service-time', '2', 'apim-request-id', - '596cc7b4-7268-4722-8d2c-cb0573f7054e', + 'b8d4c75a-cf28-4dc7-931d-f827a67aa279', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:52 GMT' + 'Fri, 04 Sep 2020 19:45:36 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfc.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfc.js index 079f0ff22b6a..0732abc363ea 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfc.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfc.js @@ -11,6 +11,8 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', + 'Content-Length', + '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -22,19 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'e7f34774-67ca-4628-b448-0848ce284800', + '6e159b40-4cad-4a81-924c-cf0538153300', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AjQtkOYbKQFKsdLN7fWAgi3IIHRUAQAAAJYn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:59 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:41 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:58 GMT', - 'Content-Length', - '1329' + 'Fri, 04 Sep 2020 19:45:41 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '80', + '66', 'apim-request-id', - '2f3c45c2-b8b4-4b57-8b13-4ca50b803c22', + 'bb9ac268-e760-49a8-a000-1c215326a713', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:59 GMT' + 'Fri, 04 Sep 2020 19:45:41 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfd.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfd.js index e7b2c9741453..7c160d778dd4 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_diacritics_nfd.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_diacritics_nfd.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '7170b8d6-56af-4b4e-9817-d63c689c4e00', + 'b2c7a09c-cbd0-47cf-b295-d8c645f92f00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Akk2JwzwtSlIk2ysOc8_aLbIIHRUAQAAAJcn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:59 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:42 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:59 GMT' + 'Fri, 04 Sep 2020 19:45:41 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '66', + '74', 'apim-request-id', - '94e8e518-122a-45ca-81bf-40f7542cbced', + 'b1861b94-8dbc-4fda-aa84-c6f0d19cdfbb', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:59 GMT' + 'Fri, 04 Sep 2020 19:45:42 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji.js index 6230102f7c5c..3ce4b248c6b3 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f17ec1d1-63b7-4d36-9ef5-cd736f3b5200', + '60fa0839-5e86-4d96-be62-f38377582400', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Amx6cLU0rTdMlQzayoICOUbIIHRUAQAAAJQn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:57 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:40 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:56 GMT' + 'Fri, 04 Sep 2020 19:45:39 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '72', + '79', 'apim-request-id', - '27bb67f4-c37e-456d-8f66-6e2fd0fefc60', + 'cf2dc27b-1b07-4818-97e9-57edffa7cf89', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:56 GMT' + 'Fri, 04 Sep 2020 19:45:39 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js index ff0417ef36bb..04d85a9f9565 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_emoji_with_skin_tone_modifier.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '95bc3080-483c-48dc-bb33-6b5119c55200', + 'a930736f-6c85-4bcb-a4e9-d2afc3e72700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AiSVwAmoeDtLkQW21hWNaZ7IIHRUAQAAAJQn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:57 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:40 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:57 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '63', + '75', 'apim-request-id', - 'a0b66250-0ff1-4f2c-bec8-2f808df81f31', + 'aaf916bc-3f15-4334-8012-3cbe771eb6f9', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:57 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji.js index 8a3fbeac9aa9..eef3cb8e278f 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '966ac004-93bb-4d6e-a82b-599187a63c00', + 'aa1c84e7-9721-4351-b82b-b9af74522700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Aqx3Xwy5mb1Ei6Xp12Qk3vjIIHRUAQAAAJUn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:40 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:57 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '63', + '69', 'apim-request-id', - 'ffb75fd5-314d-45b2-9f74-86699ef7e545', + '3d27a2c0-fc2f-4ae2-a7d2-8b5fdf85c350', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:58 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js index 7621b98b0123..00017f385ee9 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_family_emoji_wit_skin_tone_modifier.js @@ -11,8 +11,6 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'no-store, no-cache', 'Pragma', 'no-cache', - 'Content-Length', - '1329', 'Content-Type', 'application/json; charset=utf-8', 'Expires', @@ -24,17 +22,19 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'af31c3dc-41f5-435a-9504-a6a79ca73800', + '8533eff9-bdfe-45f1-b0c5-30c1e5282a00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AnJS0F8Vx4ZOgBYuiSXVoSTIIHRUAQAAAJYn4tYOAAAA; expires=Fri, 02-Oct-2020 23:53:58 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:41 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:57 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT', + 'Content-Length', + '1329' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '71', + '65', 'apim-request-id', - 'b6c7f34f-e02d-48d8-9b10-8f40f3ea4457', + '49f4781f-81fc-4ba3-b8b9-152ce604fb78', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:57 GMT' + 'Fri, 04 Sep 2020 19:45:40 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfc.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfc.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfc.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfc.js index fa466ebb24d5..cbbe1d45b7fa 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfc.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfc.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - '19fd895e-ae28-4579-8d01-9d559a484400', + 'bd43ba4e-6814-4d5c-a275-24a5ee172700', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AsbEB7uhoehLrAUf7kTe2RnIIHRUAQAAAJcn4tYOAAAA; expires=Fri, 02-Oct-2020 23:54:00 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:43 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:53:59 GMT', + 'Fri, 04 Sep 2020 19:45:43 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '64', + '71', 'apim-request-id', - 'ac26e8c8-8a8e-42e6-b1eb-6340aaaf9734', + '2b6988db-473a-422b-88cd-525ed012aadf', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:53:59 GMT' + 'Fri, 04 Sep 2020 19:45:42 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfd.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfd.js similarity index 85% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfd.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfd.js index 77c2a449c4ba..37299e75178f 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_korean_nfd.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_korean_nfd.js @@ -24,17 +24,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'a34130da-8b22-40b3-96c2-6ec8c4a04500', + '5db5cf94-7cc0-4f3a-8503-4c3736642b00', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=Asqn4E2guyFHmHXywbdocQnIIHRUAQAAAJgn4tYOAAAA; expires=Fri, 02-Oct-2020 23:54:00 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:44 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:54:00 GMT' + 'Fri, 04 Sep 2020 19:45:43 GMT' ]); nock('https://endpoint', {"encodedQueryParams":true}) @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '75', + '71', 'apim-request-id', - '2b37bf6a-60cb-42fc-909a-3a103b928613', + 'f50e1cad-d647-46d2-9b28-5fe45167d9ee', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:54:00 GMT' + 'Fri, 04 Sep 2020 19:45:44 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_zalgo.js b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_zalgo.js similarity index 86% rename from sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_zalgo.js rename to sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_zalgo.js index cc0d3d2d86f6..a0d740c306eb 100644 --- a/sdk/textanalytics/ai-text-analytics/recordings/node/aad_textanalyticsclient_string_encoding/recording_zalgo.js +++ b/sdk/textanalytics/ai-text-analytics/recordings/node/textanalyticsclient_string_encoding/recording_zalgo.js @@ -22,17 +22,17 @@ nock('https://login.microsoftonline.com:443', {"encodedQueryParams":true}) 'P3P', 'CP="DSP CUR OTPi IND OTRi ONL FIN"', 'x-ms-request-id', - 'f568fd04-ca9f-4543-8528-f4ab7d434200', + 'a1c722a5-111a-45d0-96f7-924d68f92800', 'x-ms-ests-server', - '2.1.10985.18 - CHI ProdSlices', + '2.1.11000.20 - CHI ProdSlices', 'Set-Cookie', - 'fpc=AhggwfIMA8hMqZEAL9Z8PLHIIHRUAQAAAJgn4tYOAAAA; expires=Fri, 02-Oct-2020 23:54:01 GMT; path=/; secure; HttpOnly; SameSite=None', + 'fpc=AlymLorvMcRCkEzAvcrIvkjIIHRUFAAAAFSQ5NYOAAAA; expires=Sun, 04-Oct-2020 19:45:44 GMT; path=/; secure; HttpOnly; SameSite=None', 'Set-Cookie', 'x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly', 'Set-Cookie', 'stsservicecookie=ests; path=/; secure; samesite=none; httponly', 'Date', - 'Wed, 02 Sep 2020 23:54:00 GMT', + 'Fri, 04 Sep 2020 19:45:44 GMT', 'Content-Length', '1329' ]); @@ -48,13 +48,13 @@ nock('https://endpoint', {"encodedQueryParams":true}) 'csp-billing-usage', 'CognitiveServices.TextAnalytics.BatchScoring=1', 'x-envoy-upstream-service-time', - '114', + '132', 'apim-request-id', - '4f81819b-96b3-4519-8d5e-7821ad618585', + 'bc7ebb36-fe5c-4024-b4f6-5648f309a40b', 'Strict-Transport-Security', 'max-age=31536000; includeSubDomains; preload', 'x-content-type-options', 'nosniff', 'Date', - 'Wed, 02 Sep 2020 23:54:00 GMT' + 'Fri, 04 Sep 2020 19:45:44 GMT' ]); diff --git a/sdk/textanalytics/ai-text-analytics/sample.env b/sdk/textanalytics/ai-text-analytics/sample.env index 846bc75c2286..e7e716d0a497 100644 --- a/sdk/textanalytics/ai-text-analytics/sample.env +++ b/sdk/textanalytics/ai-text-analytics/sample.env @@ -14,4 +14,7 @@ AZURE_CLIENT_SECRET= # Our tests assume that TEST_MODE is "playback" by default. You can # change it to "record" to generate new recordings, or "live" to bypass the recorder entirely. -# TEST_MODE=playback \ No newline at end of file +# TEST_MODE=playback +# Control which authentication method to use. Default is AAD. To use an API key, +# set it to "APIKey". +# TEST_AUTH_MODE=AAD \ No newline at end of file diff --git a/sdk/textanalytics/ai-text-analytics/test/apiKey.spec.ts b/sdk/textanalytics/ai-text-analytics/test/apiKey.spec.ts index 841ac5e35819..27c454e0c92b 100644 --- a/sdk/textanalytics/ai-text-analytics/test/apiKey.spec.ts +++ b/sdk/textanalytics/ai-text-analytics/test/apiKey.spec.ts @@ -7,8 +7,8 @@ chaiUse(chaiPromises); import { Recorder } from "@azure/test-utils-recorder"; -import { createRecordedClient, testEnv } from "./utils/recordedClient"; -import { TextAnalyticsClient, AzureKeyCredential } from "../src/index"; +import { createCredentialFromAPIKey, createRecordedClient } from "./utils/recordedClient"; +import { TextAnalyticsClient } from "../src/index"; import { assertAllSuccess } from "./utils/resultHelper"; const testDataEn = [ @@ -22,7 +22,7 @@ describe("[API Key] TextAnalyticsClient", function() { let recorder: Recorder; let client: TextAnalyticsClient; - const apiKey = new AzureKeyCredential(testEnv.TEXT_ANALYTICS_API_KEY); + const apiKey = createCredentialFromAPIKey(); // eslint-disable-next-line no-invalid-this this.timeout(10000); diff --git a/sdk/textanalytics/ai-text-analytics/test/textAnalyticsClient.spec.ts b/sdk/textanalytics/ai-text-analytics/test/textAnalyticsClient.spec.ts index 384bf46f6c40..7e4f85ed9f31 100644 --- a/sdk/textanalytics/ai-text-analytics/test/textAnalyticsClient.spec.ts +++ b/sdk/textanalytics/ai-text-analytics/test/textAnalyticsClient.spec.ts @@ -5,7 +5,7 @@ import { assert } from "chai"; import { Recorder } from "@azure/test-utils-recorder"; -import { createRecordedClient } from "./utils/recordedClient"; +import { createCredentialFromEnvVar, createRecordedClient } from "./utils/recordedClient"; import { TextAnalyticsClient, TextDocumentInput, @@ -28,9 +28,10 @@ const testDataEs = [ "Los caminos que llevan hasta Monte Rainier son espectaculares y hermosos.", "La carretera estaba atascada. Había mucho tráfico el día de ayer." ]; -describe("[AAD] TextAnalyticsClient", function() { +describe("TextAnalyticsClient", function() { let recorder: Recorder; let client: TextAnalyticsClient; + const credential = createCredentialFromEnvVar(); let getId: () => string; @@ -39,7 +40,7 @@ describe("[AAD] TextAnalyticsClient", function() { beforeEach(function() { // eslint-disable-next-line no-invalid-this - ({ client, recorder } = createRecordedClient(this)); + ({ client, recorder } = createRecordedClient(this, credential)); let nextId = 0; getId = () => { nextId += 1; diff --git a/sdk/textanalytics/ai-text-analytics/test/utils/recordedClient.ts b/sdk/textanalytics/ai-text-analytics/test/utils/recordedClient.ts index cf299e2fa895..32727daf2ee0 100644 --- a/sdk/textanalytics/ai-text-analytics/test/utils/recordedClient.ts +++ b/sdk/textanalytics/ai-text-analytics/test/utils/recordedClient.ts @@ -52,23 +52,39 @@ export const environmentSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -export function createRecordedClient( - context: Context, - apiKey?: AzureKeyCredential -): RecordedClient { - const recorder = record(context, environmentSetup); +export function createCredentialFromAPIKey() : AzureKeyCredential { + return new AzureKeyCredential(testEnv.TEXT_ANALYTICS_API_KEY); +} +/** + * If the environment variable TEST_AUTH_MODE is not set, it defaults to AAD. + */ +export function createCredentialFromEnvVar() : AzureKeyCredential | TokenCredential { let credential: AzureKeyCredential | TokenCredential; - if (apiKey !== undefined) { - credential = apiKey; - } else { - credential = new ClientSecretCredential( - testEnv.AZURE_TENANT_ID, - testEnv.AZURE_CLIENT_ID, - testEnv.AZURE_CLIENT_SECRET - ); + const authMode = testEnv.TEST_AUTH_MODE; + switch (authMode) { + case undefined: + case "AAD": + credential = new ClientSecretCredential( + testEnv.AZURE_TENANT_ID, + testEnv.AZURE_CLIENT_ID, + testEnv.AZURE_CLIENT_SECRET + ); + break; + case "APIKey": + credential = createCredentialFromAPIKey(); + break; + default: + throw new Error(`unsupported mode of authentication: ${authMode}`); } + return credential; +} +export function createRecordedClient( + context: Context, + credential: AzureKeyCredential | TokenCredential +): RecordedClient { + const recorder = record(context, environmentSetup); return { client: new TextAnalyticsClient(testEnv.ENDPOINT, credential), recorder