Adding jobs related service patterns and applied them to data generat…#42152
Draft
glecaros wants to merge 2 commits intosakoll/updateDataGenJobContractsfrom
Draft
Adding jobs related service patterns and applied them to data generat…#42152glecaros wants to merge 2 commits intosakoll/updateDataGenJobContractsfrom
glecaros wants to merge 2 commits intosakoll/updateDataGenJobContractsfrom
Conversation
Next Steps to MergeImportant checks have failed. As of today they are not blocking this PR, but in near future they may.Addressing the following failures is highly recommended:
Comment generated by summarize-checks workflow run. |
sakoll
reviewed
Apr 7, 2026
| /** The ID of the job to delete. */ | ||
| @path jobId: string; | ||
| }, | ||
| AcceptedResponse & TJob |
Member
There was a problem hiding this comment.
Suggested change
| AcceptedResponse & TJob | |
| AcceptedResponse & TJob | NoContentResponse |
| AcceptedResponse & TJob | ||
| >; | ||
|
|
||
| /** Delete a job (preview). Returns 202 with the updated job. */ |
Member
There was a problem hiding this comment.
Suggested change
| /** Delete a job (preview). Returns 202 with the updated job. */ | |
| /** Delete a job (preview). Returns 202 with the updated job for long running operation or returns 204 if delete completed within request*/ |
| /** The ID of the job to cancel. */ | ||
| @path jobId: string; | ||
| }, | ||
| AcceptedResponse & TJob |
Member
There was a problem hiding this comment.
Suggested change
| AcceptedResponse & TJob | |
| AcceptedResponse & TJob | TJob |
| AgentsPagedResult<TJob> | ||
| >; | ||
|
|
||
| /** Cancel a running job (preview). Returns 202 with the updated job. */ |
Member
There was a problem hiding this comment.
Suggested change
| /** Cancel a running job (preview). Returns 202 with the updated job. */ | |
| /** Cancel a running job (preview). Returns 202 with the updated job for long running operation or return 200 if cancel is completed within the request */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ions.
Choose a PR Template
Switch to "Preview" on this description then select one of the choices below.
Click here to open a PR for a Data Plane API.
Click here to open a PR for a Control Plane (ARM) API.
Click here to open a PR for only SDK configuration.