diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index 52dc0f1fc635..16e440b49ba9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -43,7 +43,6 @@ public void FormRecognizerClientCannotAuthenticateWithFakeApiKey() } [Test] - [Ignore("AAD not supported")] public async Task FormRecognizerClientCanAuthenticateWithTokenCredential() { var client = CreateFormRecognizerClient(useTokenCredential: true); @@ -527,8 +526,8 @@ public void StartRecognizeContentWithNoSupporttedLanguage() /// Recognizer cognitive service and perform analysis of receipts. /// [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore= "Receipts latest changes not yet in this region")] + [TestCase(false, Ignore = "Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStream) { var client = CreateFormRecognizerClient(); @@ -638,8 +637,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStr } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore="Receipts latest changes not yet in this region")] + [TestCase(false, Ignore="Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStream) { var client = CreateFormRecognizerClient(); @@ -752,8 +751,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStr } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore = "Receipts latest changes not yet in this region")] + [TestCase(false, Ignore = "Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) { var client = CreateFormRecognizerClient(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs index 8ec583ba88d7..54e6dab6f3d3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs @@ -38,7 +38,6 @@ public void FormTrainingClientCannotAuthenticateWithFakeApiKey() } [Test] - [Ignore("AAD Not supported")] public async Task FormTrainingClientCanAuthenticateWithTokenCredential() { var client = CreateFormTrainingClient(useTokenCredential: true); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json index a7b1b0e020ea..bb57a849950f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-f55e4de0278f494fa3c3cecf9a126302-4e1481aa3df4b747-00", + "traceparent": "00-b5377da627b0934a9c3bd64ec96d3d40-10c665f3f46ce346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e681151b4269d94a51fe386016e02b95", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c0600627-a298-4168-9feb-89e6ef7433f3", + "apim-request-id": "d794e165-d1f6-4bd3-b175-48975ffaa932", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:14 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "Date": "Fri, 20 Nov 2020 18:38:16 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "181" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7cc915545ca02bcba70f4409e737a1a9", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5b23a54-0c0f-4ab2-8365-0d5b0e434fb3", + "apim-request-id": "06d30489-6214-4352-87d6-b1a51faa5ec1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:14 GMT", + "Date": "Fri, 20 Nov 2020 18:38:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6af5f379cb5b7026d346eeb61657176d", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "013a67b1-7358-4593-949e-90870f13fdd7", + "apim-request-id": "b655639e-f166-4b6b-a333-d1dbe7550b24", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:15 GMT", + "Date": "Fri, 20 Nov 2020 18:38:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0795ea6f9e6bbf054a553e5afd40f219", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb5ef9bc-e86d-4001-aeaa-234e07658bbf", + "apim-request-id": "37e1a8a5-e4a8-4a30-982c-92c0072510ef", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:16 GMT", + "Date": "Fri, 20 Nov 2020 18:38:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "23e68e5dc0ea893aee59a8596d151450", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e11d1913-7cd0-48f7-8af7-a8b0e1ea8430", - "Content-Length": "5770", + "apim-request-id": "34acfc1d-dece-480c-b1ef-b7ccfcf91ead", + "Content-Length": "6612", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:17 GMT", + "Date": "Fri, 20 Nov 2020 18:38:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:18Z", + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +169,12 @@ 389 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -198,6 +204,12 @@ 640 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -227,6 +239,12 @@ 751 ], "text": "123 Main Street", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -284,6 +302,12 @@ 855 ], "text": "Redmond, WA 98052", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -297,7 +321,7 @@ 851 ], "text": "Redmond,", - "confidence": 0.887 + "confidence": 0.888 }, { "boundingBox": [ @@ -341,6 +365,12 @@ 1061 ], "text": "123-456-7890", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -370,6 +400,12 @@ 1287 ], "text": "6/10/2019 13:59", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -383,7 +419,7 @@ 1289 ], "text": "6/10/2019", - "confidence": 0.867 + "confidence": 0.866 }, { "boundingBox": [ @@ -413,6 +449,12 @@ 1393 ], "text": "Sales Associate: Paul", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -470,6 +512,12 @@ 1618 ], "text": "1 Surface Pro 6", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -541,6 +589,12 @@ 1736 ], "text": "256GB / Intel Core i5 /", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -640,6 +694,12 @@ 1849 ], "text": "8GB RAM (Black)", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -697,6 +757,12 @@ 1849 ], "text": "999.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -726,6 +792,12 @@ 2080 ], "text": "1 SurfacePen", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -769,6 +841,12 @@ 2089 ], "text": "99.99", + "appearance": { + "style": { + "name": "other", + "confidence": 0.994 + } + }, "words": [ { "boundingBox": [ @@ -798,6 +876,12 @@ 2181 ], "text": "--", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.955 + } + }, "words": [ { "boundingBox": [ @@ -827,6 +911,12 @@ 2304 ], "text": "Sub-Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -846,27 +936,47 @@ }, { "boundingBox": [ - 956, - 2261, + 926, + 2262, 1135, 2255, 1137, 2314, - 958, - 2319 + 927, + 2318 ], - "text": "1098.99", + "text": "$ 1098.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 960, - 2262, - 1136, + 926, + 2269, + 954, + 2266, + 956, + 2317, + 929, + 2316 + ], + "text": "$", + "confidence": 0.76 + }, + { + "boundingBox": [ + 963, + 2265, + 1135, 2256, - 1138, + 1137, 2315, - 963, - 2320 + 965, + 2317 ], "text": "1098.99", "confidence": 0.983 @@ -885,6 +995,12 @@ 2412 ], "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 0.986 + } + }, "words": [ { "boundingBox": [ @@ -914,6 +1030,12 @@ 2428 ], "text": "104.40", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -943,6 +1065,12 @@ 2652 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -972,6 +1100,12 @@ 2650 ], "text": "$ 1203.39", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1003,64 +1137,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 509, - 620, - 721, - 620, - 721, - 703, - 509, - 703 - ], - "confidence": 0.775, - "state": "unselected" - }, - { - "boundingBox": [ - 1497, - 2820, - 1688, - 2820, - 1688, - 2999, - 1497, - 2999 - ], - "confidence": 0.654, - "state": "unselected" - }, - { - "boundingBox": [ - 866, - 2259, - 918, - 2259, - 918, - 2358, - 866, - 2358 - ], - "confidence": 0.523, - "state": "unselected" - }, - { - "boundingBox": [ - 836, - 2277, - 866, - 2277, - 866, - 2309, - 836, - 2309 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1075,7 +1151,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "869505473" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json index 7abe5482d0e5..add8dfa1f8ea 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-0fd2eec9f2db3e42b2ac9d9954437a36-3921a4d9de379b4b-00", + "traceparent": "00-b8bf00cd2825454488e68f3765fe82e6-3b8fe39a718d4140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8cc5f30bb3bf1b87232aac7059f41f27", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "apim-request-id": "cf96367e-632a-4fff-83e8-835cc3b0beba", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "Date": "Fri, 20 Nov 2020 18:38:21 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "141" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ad31e46bbae568ea1e5365a830a24e45", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "caf581d1-1ecf-49fa-a5c0-327d43b27be6", + "apim-request-id": "ec188820-8901-42d1-988c-80dfa988c07e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", + "Date": "Fri, 20 Nov 2020 18:38:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81a547ea697edd57f76b3a2993a05969", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6521c41-e715-47fc-b744-e3ad0b52bb14", + "apim-request-id": "dba255c3-d283-4fdb-ac20-6e6e19a47ca0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:10 GMT", + "Date": "Fri, 20 Nov 2020 18:38:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "189" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "594709ab00d450eb095d6d6b4ddeea80", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d2a1f01-0791-4447-a0a2-78749f2e98ad", + "apim-request-id": "32966460-5e65-4b33-9ed3-efb7cdb938d5", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:11 GMT", + "Date": "Fri, 20 Nov 2020 18:38:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "128666db9e4f02a88c53b67980c1d57d", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbf15448-3686-4030-816e-cc2b0f3c4e41", - "Content-Length": "5770", + "apim-request-id": "19ba26ad-cdd8-4dd2-bc86-b3e64737987a", + "Content-Length": "6612", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:12 GMT", + "Date": "Fri, 20 Nov 2020 18:38:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:11Z", + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:25Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +169,12 @@ 389 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -198,6 +204,12 @@ 640 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -227,6 +239,12 @@ 751 ], "text": "123 Main Street", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -284,6 +302,12 @@ 855 ], "text": "Redmond, WA 98052", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -297,7 +321,7 @@ 851 ], "text": "Redmond,", - "confidence": 0.887 + "confidence": 0.888 }, { "boundingBox": [ @@ -341,6 +365,12 @@ 1061 ], "text": "123-456-7890", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -370,6 +400,12 @@ 1287 ], "text": "6/10/2019 13:59", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -383,7 +419,7 @@ 1289 ], "text": "6/10/2019", - "confidence": 0.867 + "confidence": 0.866 }, { "boundingBox": [ @@ -413,6 +449,12 @@ 1393 ], "text": "Sales Associate: Paul", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -470,6 +512,12 @@ 1618 ], "text": "1 Surface Pro 6", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -541,6 +589,12 @@ 1736 ], "text": "256GB / Intel Core i5 /", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -640,6 +694,12 @@ 1849 ], "text": "8GB RAM (Black)", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -697,6 +757,12 @@ 1849 ], "text": "999.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -726,6 +792,12 @@ 2080 ], "text": "1 SurfacePen", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -769,6 +841,12 @@ 2089 ], "text": "99.99", + "appearance": { + "style": { + "name": "other", + "confidence": 0.994 + } + }, "words": [ { "boundingBox": [ @@ -798,6 +876,12 @@ 2181 ], "text": "--", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.955 + } + }, "words": [ { "boundingBox": [ @@ -827,6 +911,12 @@ 2304 ], "text": "Sub-Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -846,27 +936,47 @@ }, { "boundingBox": [ - 956, - 2261, + 926, + 2262, 1135, 2255, 1137, 2314, - 958, - 2319 + 927, + 2318 ], - "text": "1098.99", + "text": "$ 1098.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 960, - 2262, - 1136, + 926, + 2269, + 954, + 2266, + 956, + 2317, + 929, + 2316 + ], + "text": "$", + "confidence": 0.76 + }, + { + "boundingBox": [ + 963, + 2265, + 1135, 2256, - 1138, + 1137, 2315, - 963, - 2320 + 965, + 2317 ], "text": "1098.99", "confidence": 0.983 @@ -885,6 +995,12 @@ 2412 ], "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 0.986 + } + }, "words": [ { "boundingBox": [ @@ -914,6 +1030,12 @@ 2428 ], "text": "104.40", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -943,6 +1065,12 @@ 2652 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -972,6 +1100,12 @@ 2650 ], "text": "$ 1203.39", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1003,64 +1137,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 509, - 620, - 721, - 620, - 721, - 703, - 509, - 703 - ], - "confidence": 0.775, - "state": "unselected" - }, - { - "boundingBox": [ - 1497, - 2820, - 1688, - 2820, - 1688, - 2999, - 1497, - 2999 - ], - "confidence": 0.654, - "state": "unselected" - }, - { - "boundingBox": [ - 866, - 2259, - 918, - 2259, - 918, - 2358, - 866, - 2358 - ], - "confidence": 0.523, - "state": "unselected" - }, - { - "boundingBox": [ - 836, - 2277, - 866, - 2277, - 866, - 2309, - 836, - 2309 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1075,7 +1151,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "417520620" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json index 2d6f8ab36192..1747d57922a8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-2e0fe3cc2b2c0c4dae332a9e55519bd2-41e6b02443532d48-00", + "traceparent": "00-4357a2365d0f874098fa19ddf533b79d-32d037710ba89446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e3d6f192213326e3e10d393ea18ded55", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f6b66ce1-1526-4513-bfe6-332069dd037c", + "apim-request-id": "c762327a-b7fe-428e-8e1f-aebb1e7b87ad", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:27 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086", + "Date": "Fri, 20 Nov 2020 18:38:26 GMT", + "Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5319" + "x-envoy-upstream-service-time": "247" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0012b8fc8a2f803ca3ae3658140f1f41", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3100621-7b45-412a-976d-8e9e942a1c7d", + "apim-request-id": "48d2216b-36e0-4e28-bbe4-2f41dee6e381", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:27 GMT", + "Date": "Fri, 20 Nov 2020 18:38:26 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": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "27650835ad1e079b8cb8b3d621b185cf", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c21157b7-15bc-42be-b043-cf1db41cdd0b", + "apim-request-id": "25d45653-3830-4f92-9e13-6755cdd12934", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:28 GMT", + "Date": "Fri, 20 Nov 2020 18:38:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "464fe0504bfa08a9b5563f85eb8b12d2", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c66852c8-057e-4857-9de2-235d615ff7e6", + "apim-request-id": "9577ba48-3b6a-437c-9d88-c9ae211be74f", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:29 GMT", + "Date": "Fri, 20 Nov 2020 18:38:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9809f8edc5284f361d0b7377d6655ef2", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "371b376c-851f-4a40-9ad7-ceff8a0aa5d3", + "apim-request-id": "ddb328f1-1f63-42c2-854e-9da92d01a2a6", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:30 GMT", + "Date": "Fri, 20 Nov 2020 18:38:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "33086629d8bfe9465e5d71c76d151b01", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5e40625-1c90-46d7-9e66-5c7d32ba0d63", + "apim-request-id": "2edf4341-237c-445d-8f48-5065856f7eb1", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:31 GMT", + "Date": "Fri, 20 Nov 2020 18:38:31 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": "56" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "28e9e1a6eca88aa7a90029eed8323150", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2da935b9-bf81-440c-ac3d-d30df6b59314", + "apim-request-id": "a418f3dc-5679-4268-8ee9-e1c3c45736c1", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:32 GMT", + "Date": "Fri, 20 Nov 2020 18:38:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "845b4df7de831412b2203acb546ee107", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95c26480-c121-4436-81c2-84eb997ad0c0", + "apim-request-id": "06c9cf7d-63e2-4d67-9c99-d569f3fabf9a", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:33 GMT", + "Date": "Fri, 20 Nov 2020 18:38:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f4d072f0367c3c49bf7e89bfaf57112b", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d0686979-a78a-4878-aa90-0bdb03c16244", + "apim-request-id": "c97e81e8-dcf6-445a-938d-22ce64927fb8", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:34 GMT", + "Date": "Fri, 20 Nov 2020 18:38:35 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": "104" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "20d0212b97bac77dcfd47688b2dc363a", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1b7e083-8a56-457e-b5cf-b060f78cade6", + "apim-request-id": "482a030b-f39d-4c8a-b4eb-5d34144d4b15", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:35 GMT", + "Date": "Fri, 20 Nov 2020 18:38:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "134" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65fe221f3c62c1d3031fc5055553655a", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1194a21-986c-417f-a907-4a8141a60fa6", + "apim-request-id": "af536731-2f6f-42e2-b3ed-3b7e4cb4c07e", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:36 GMT", + "Date": "Fri, 20 Nov 2020 18:38:37 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": "81" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "329f0e0ec19e584df50925a8bfc189e3", "x-ms-return-client-request-id": "true" @@ -378,119 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28e2e8f8-fce3-4d57-af17-c5f6f3f9686b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8da04f47ac58eec94d0f1c9ad278727c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f00c324-79b6-4a50-9ae1-24269e4caafc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4791b6e033c5d9cd4a57058172b0141", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a931432-6ee3-47f9-8ddb-920304f9f984", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "06bde196d8b2620244b1e48ea5b2867c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9fa0f458-4101-45c9-8d27-eed4e7bda92d", + "apim-request-id": "18b0d861-4564-4c4f-9237-f32b7f7e5c30", + "Content-Length": "939", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Date": "Fri, 20 Nov 2020 18:38:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:38Z" }, "keys": { "clusters": { @@ -562,7 +463,7 @@ ], "Variables": { "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1271227153" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json index 187f445a4a49..321aec722d64 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-669c2db63e9fd04099269669a6fe1f3c-860b64c5adacd947-00", + "traceparent": "00-04f2896d897824428ed46940b249e2f8-2b81af1331740d4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "825fbd5587c75494ab85db2afe93f659", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "934d3d37-dbf8-44f1-a09e-b41ad89350d3", + "apim-request-id": "30003b42-5514-4488-82c9-3f334727b942", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:21 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1", + "Date": "Fri, 20 Nov 2020 18:38:38 GMT", + "Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "234" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d46d344095b76cc6c328adf4de4e18d6", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e42b2da8-003a-4ced-8025-ae7a8194add8", + "apim-request-id": "4859a1e1-5ed5-466e-aa8b-6e0679f14c7f", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:21 GMT", + "Date": "Fri, 20 Nov 2020 18:38:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "515476b8dd1d53fbb0237ddd5f968fc1", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abdb8871-0e92-45d6-9ba5-317c6cd4ca26", + "apim-request-id": "cacd6109-a587-4bbb-8d18-537ed4c19d67", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:22 GMT", + "Date": "Fri, 20 Nov 2020 18:38:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "356f7541b519c040f7f2be9ed99f765c", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42ebb11b-01b0-4e69-9f0c-181261e59fcb", + "apim-request-id": "7e43216b-23bf-47ad-9232-250f288f24c4", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:23 GMT", + "Date": "Fri, 20 Nov 2020 18:38:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8772046da43e633b391a249318e80d2c", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70a47410-7779-4eba-ade6-c3783d2b9b16", + "apim-request-id": "06db5878-ca64-49f1-9e19-1bc57310a262", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:24 GMT", + "Date": "Fri, 20 Nov 2020 18:38:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "69b3eb98e2de02bc36945a2a1e5c7911", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03ec94df-e7bd-4a32-9e59-1ed869234b2a", + "apim-request-id": "d37b837c-e6b3-4cbf-906d-2c516bf77930", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:25 GMT", + "Date": "Fri, 20 Nov 2020 18:38:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5a7020ad08249c82390cfcff91aca70e", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eccff1a5-08a4-4760-a2e5-286d841836b5", + "apim-request-id": "62b02910-afc5-430a-9061-f0f7bc1aabd3", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:26 GMT", + "Date": "Fri, 20 Nov 2020 18:38:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee0691e50ceb8a7e486f50aa491145dc", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb1a5324-8ee7-45ad-9db6-cac6b0242c3c", + "apim-request-id": "013ed304-e3ce-4ab0-a016-c462f7e594b0", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:27 GMT", + "Date": "Fri, 20 Nov 2020 18:38:46 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": "127" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f8e512a1b277900869162fd2e6bd718a", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12b87f6f-a3a7-4d05-95d6-001877e1f242", + "apim-request-id": "be9f6c7e-f24a-416c-b2f4-d29c05e323c8", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:28 GMT", + "Date": "Fri, 20 Nov 2020 18:38:47 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8c444bec8b56a025a2e612b4b7d85328", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35afbf23-2460-443a-9b03-aaaf43a53bfc", + "apim-request-id": "a9e416ad-f2e1-4c44-9678-770edeabe6e2", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:29 GMT", + "Date": "Fri, 20 Nov 2020 18:38:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7e5e1fc7afc63297897684d4ddaba38b", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5293b14a-3227-40ed-b353-f95e8fe93e90", + "apim-request-id": "9e5a3e7e-6b02-48a3-9848-1097abfa0c30", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:30 GMT", + "Date": "Fri, 20 Nov 2020 18:38:50 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": "91" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "febdc6feb8cc1686ed455590a053d891", "x-ms-return-client-request-id": "true" @@ -378,152 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40418950-1d13-429c-af68-eef832fee397", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c60b06c3f25e3cc3b41103e00650c3f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1305b823-6bd7-41ac-8e36-5de431b0f9ba", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1b58743541a0f5b994891815a069235", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4c4d0c16-830e-47e3-bf74-73c78fe136c8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d611f39edca00c2c02814abab4a50f9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b12f5de2-b596-4595-a930-a293592d59ee", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "194d5f81e69d6e76aafb2d166042e2ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de098d8f-24d5-4c88-b796-901c4b8070ac", + "apim-request-id": "b0914fe9-89b2-43cc-8d57-5e2d5004e622", + "Content-Length": "939", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Date": "Fri, 20 Nov 2020 18:38:51 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": "102" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "ready", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:35Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:51Z" }, "keys": { "clusters": { @@ -595,7 +463,7 @@ ], "Variables": { "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "952740324" } } \ No newline at end of file diff --git a/sdk/formrecognizer/test-resources.json b/sdk/formrecognizer/test-resources.json index f33ce36cc762..6c7d57684958 100644 --- a/sdk/formrecognizer/test-resources.json +++ b/sdk/formrecognizer/test-resources.json @@ -11,7 +11,7 @@ }, "location": { "type": "string", - "defaultValue": "westcentralus", + "defaultValue": "canadacentral", "metadata": { "description": "The location of the resource. By default, this is the same as the resource group." }