Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests
  • Loading branch information
lmazuel committed Jun 27, 2019
commit 09175571d375a993db7b79b7649afcb74dce9dc9
Original file line number Diff line number Diff line change
Expand Up @@ -105,27 +105,6 @@ interactions:
x-content-type-options: [nosniff]
x-powered-by: [ASP.NET]
status: {code: 200, message: OK}
- request:
body: null
headers:
Accept: [application/json]
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
User-Agent: [python/3.6.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 azure-cognitiveservices-vision-face/0.4.0]
X-BingApis-SDK-Client: [Python-SDK]
method: GET
uri: https://westus2.api.cognitive.microsoft.com/face/v1.0/operations/4ff5f990-b88b-4f46-bc9e-8eb505589bd4
response:
body: {string: '{"error":{"code":"429","message": "Rate limit is exceeded. Try
again in 21 seconds."}}'}
headers:
apim-request-id: [492ef93d-fe4e-4e7a-9b19-c8166096a898]
content-length: ['86']
content-type: [application/json]
date: ['Thu, 27 Jun 2019 21:22:55 GMT']
strict-transport-security: [max-age=31536000; includeSubDomains; preload]
x-content-type-options: [nosniff]
status: {code: 429, message: Too Many Requests}
- request:
body: null
headers:
Expand Down