Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Communication] Job Router Public Preview v2022-07-18 #23804

Merged
merged 36 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
28b3d2f
Updated JR swagger with maxNumberOfJobs
williamzhao87 Apr 5, 2023
e0c5d5c
job scheduling swagger changes
sarkar-rajarshi May 5, 2023
d25b2a1
Enforce DistributionMode.kind to be read-only
sarkar-rajarshi May 17, 2023
94cc34c
retry with removing Required tag from abstract property for Distribut…
sarkar-rajarshi May 18, 2023
82f46bf
WorkerState stopped showing up in generated swagger
sarkar-rajarshi May 25, 2023
0568f5f
Add reofferTimeUtc to decline offer API
williamzhao87 May 25, 2023
3d8d528
Prettier
williamzhao87 May 25, 2023
e5115b7
Prettier
williamzhao87 May 25, 2023
9f956dc
rename WorkerState to RouterWorkerState
sarkar-rajarshi May 25, 2023
25533fc
more fixes in polymorphic types
sarkar-rajarshi May 25, 2023
5da8e2a
Rename decline offer request
williamzhao87 May 26, 2023
a8e363c
prettier fix
sarkar-rajarshi May 30, 2023
29f23af
add example for scheduled job
sarkar-rajarshi May 30, 2023
c548f61
cpsell fix
sarkar-rajarshi May 30, 2023
2c5f1e0
fix response schema validation error
sarkar-rajarshi May 30, 2023
a019d81
address review feedback item round 1
sarkar-rajarshi Jun 2, 2023
fd7984a
SDK review changes
williamzhao87 Jun 13, 2023
c9309f9
More API changes
williamzhao87 Jun 14, 2023
ac566bc
Update distribution mode required properties
williamzhao87 Jun 15, 2023
3cabf1d
Renamings
williamzhao87 Jun 16, 2023
5c81893
job matching mode added
sarkar-rajarshi Jun 21, 2023
727edd7
prettier fixes
sarkar-rajarshi Jun 21, 2023
bfe187e
fix examples refs
sarkar-rajarshi Jun 28, 2023
6ed2447
update ref examples
sarkar-rajarshi Jun 28, 2023
2de3425
update swagger spec
sarkar-rajarshi Jun 28, 2023
5a2222a
fix enum mismatch
sarkar-rajarshi Jun 28, 2023
53a603c
change operator to labelOperator in classification policy get and upd…
sarkar-rajarshi Jun 28, 2023
237194d
Update specification/communication/data-plane/JobRouter/preview/2022-…
sarkar-rajarshi Jul 4, 2023
796065f
hide redundant communicationerror and communicationerrorresponse duri…
sarkar-rajarshi Jul 4, 2023
c6b3554
revert commit
sarkar-rajarshi Jul 4, 2023
f017fd5
fix typo
sarkar-rajarshi Jul 6, 2023
3bdbba6
test whether removing kind from request works
sarkar-rajarshi Jul 6, 2023
145e8b8
revert removing kind from request
sarkar-rajarshi Jul 7, 2023
8d77b27
make kind read-only
sarkar-rajarshi Jul 10, 2023
eeb4ede
run prettier
sarkar-rajarshi Jul 10, 2023
944e5a7
try adding properties to empty classes
sarkar-rajarshi Jul 12, 2023
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
3 changes: 3 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ continuationtoken
continuousdataexports
continuouswebjobs
contoso
Contoso's
contosodataset
contosomedia
contributer
Expand Down Expand Up @@ -2175,6 +2176,7 @@ removeaclentries
removedefaultacl
removenodes
removex
reoffer
reparent
replicationdetails
replicationstatus
Expand Down Expand Up @@ -2775,6 +2777,7 @@ unarchive
unassign
unassignment
unassigns
unassigning
unattend
unbilled
unclaim
Expand Down
Loading