Skip to content

Commit

Permalink
Add test records
Browse files Browse the repository at this point in the history
  • Loading branch information
williamzhao87 committed Nov 8, 2023
1 parent 28a2820 commit 5ad3267
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/communication/Azure.Communication.JobRouter",
"Tag": "net/communication/Azure.Communication.JobRouter_508531d087"
"Tag": "net/communication/Azure.Communication.JobRouter_2219a5ceb3"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6769,7 +6769,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/jobs/{jobId}:reclassifyJob",
"Path": "/routing/jobs/{jobId}:reclassify",
"RequestMediaTypes": [
"application/json"
],
Expand Down Expand Up @@ -6916,7 +6916,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/jobs/{jobId}:cancelJob",
"Path": "/routing/jobs/{jobId}:cancel",
"RequestMediaTypes": [
"application/json"
],
Expand Down Expand Up @@ -7084,7 +7084,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:completeJob",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:complete",
"RequestMediaTypes": [
"application/json"
],
Expand Down Expand Up @@ -7252,7 +7252,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:closeJob",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:close",
"RequestMediaTypes": [
"application/json"
],
Expand Down Expand Up @@ -7702,7 +7702,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:unassignJob",
"Path": "/routing/jobs/{jobId}/assignments/{assignmentId}:unassign",
"RequestMediaTypes": [
"application/json"
],
Expand Down Expand Up @@ -7810,7 +7810,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "None",
"Uri": "{endpoint}",
"Path": "/routing/workers/{workerId}/offers/{offerId}:acceptJobOffer",
"Path": "/routing/workers/{workerId}/offers/{offerId}:accept",
"BufferResponse": true,
"GenerateProtocolMethod": true,
"GenerateConvenienceMethod": true
Expand Down Expand Up @@ -7975,7 +7975,7 @@
"HttpMethod": "POST",
"RequestBodyMediaType": "Json",
"Uri": "{endpoint}",
"Path": "/routing/workers/{workerId}/offers/{offerId}:declineJobOffer",
"Path": "/routing/workers/{workerId}/offers/{offerId}:decline",
"RequestMediaTypes": [
"application/json"
],
Expand Down

0 comments on commit 5ad3267

Please sign in to comment.